We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b5d8a commit 6f21161Copy full SHA for 6f21161
doc/tooling/luajit_memprof.rst
@@ -115,7 +115,7 @@ a profiling report:
115
:ref:`note about jitoff <profiler_usage_internal_jitoff>` for more details.
116
117
* Lines 6-8: Tail call optimization doesn't create a new call frame, so all
118
- allocations inside the function called via the ``CALLT/CALLMT`` `bytecodes <http://wiki.luajit.org/Bytecode-2.0#calls-and-vararg-handling>`_
+ allocations inside the function called via the ``CALLT/CALLMT`` `bytecodes <https://github.com/tarantool/tarantool/wiki/LuaJIT-Bytecodes>`_
119
are attributed to the function's caller. See also the comments preceding these lines.
120
121
* Lines 14-16: Usually the information about allocations inside Lua built‑ins
0 commit comments