diff options
| author | pxz <[email protected]> | 2020-08-27 16:25:11 +0800 |
|---|---|---|
| committer | pxz <[email protected]> | 2020-08-27 16:25:11 +0800 |
| commit | eb476a9d84ddf9d3fc5f1f55aa45c51c7d5dc235 (patch) | |
| tree | 421ce552a2b2b0902e42a29d12052e64680711d0 /example | |
| parent | 31dafcf2bf8b8db895e792e141b401a5b3e73ff5 (diff) | |
增加第三方库luajit,修复由jmp_buf导致的多线程性能问题
Diffstat (limited to 'example')
| -rw-r--r-- | example/luatest/luatest.cpp | 1 |
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); |
