summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorpxz <[email protected]>2020-08-27 16:25:11 +0800
committerpxz <[email protected]>2020-08-27 16:25:11 +0800
commiteb476a9d84ddf9d3fc5f1f55aa45c51c7d5dc235 (patch)
tree421ce552a2b2b0902e42a29d12052e64680711d0 /example
parent31dafcf2bf8b8db895e792e141b401a5b3e73ff5 (diff)
增加第三方库luajit,修复由jmp_buf导致的多线程性能问题
Diffstat (limited to 'example')
-rw-r--r--example/luatest/luatest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/luatest/luatest.cpp b/example/luatest/luatest.cpp
index 5b3dd99..47ab304 100644
--- a/example/luatest/luatest.cpp
+++ b/example/luatest/luatest.cpp
@@ -752,7 +752,6 @@ static void *lua_file_handle(void *ptr)
{
pthread_exit(debuginfo);
}
- tsg_lua_identify(lua, &thread_info->thread_id);
if (file_to_buffer(thread_info->script, script, &script_len))
{
pthread_exit(debuginfo);