Commits
- Commit:
42ef050bb0b3810f1e81465316ad8688ce573f5a- From:
- Sergey Bronnikov <estetus@gmail.com>
- Date:
tests/lapi: add sysprof test
The patch adds test for sysprof built into LuaJIT.
- Commit:
51d08cf572256c9fbec8a23a551a05a901917518- From:
- Sergey Bronnikov <estetus@gmail.com>
- Date:
tests/capi: speedup luaL_loadbuffer_proto_test
The patch removes debug hook and testing using bytecode
in luaL_loadbuffer_proto_test. Debug hook was added in the commit
c772887631f6 ("tests: enable debug hook in luaL_loadbuffer_proto"),
the hook slows down execution, breaks JIT compilation in LuaJIT
and there were no bugs found with it. Testing with bytecode has
been added the commit 0b8c9b8a44d2 ("tests: execute bytecode in
luaL_loadbuffer_proto_test"), it slows down running each chunk
in two times and there were no bugs found by added function.
