Files
skynet/3rd/lua
snail 532f47444b reduce needless 'add_string' call
Short strings in lua proto are reused most of the time. The string in SSM may be added by one service and used by other service,  there is no need to call `add_string`,which will call 'new_string' first.
2016-01-11 15:06:51 +08:00
..
2015-11-30 20:31:56 +08:00
2015-06-17 22:06:11 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-06-18 17:39:37 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-06-18 17:39:37 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-08-12 12:03:52 +08:00
2015-06-18 17:39:37 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-01-07 15:38:34 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-06-17 22:06:11 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-01-07 15:38:34 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2016-01-11 15:06:51 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-07-02 12:17:18 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-06-17 22:06:11 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-11-30 20:31:56 +08:00
2015-08-21 13:52:04 +08:00
2015-11-30 20:31:56 +08:00

This is a modify version of lua 5.3.2 (http://www.lua.org/ftp/lua-5.3.2.tar.gz) .

For detail ,
  Shared Proto : http://lua-users.org/lists/lua-l/2014-03/msg00489.html
  Shared short string table : http://blog.codingnow.com/2015/08/lua_vm_share_string.html
  Signal for debug use : http://blog.codingnow.com/2015/03/skynet_signal.html