Skip to content

Commit

Permalink
Fix a broken link in memprof doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Jan 21, 2025
1 parent e5b5d8a commit 6f21161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tooling/luajit_memprof.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ a profiling report:
:ref:`note about jitoff <profiler_usage_internal_jitoff>` for more details.

* Lines 6-8: Tail call optimization doesn't create a new call frame, so all
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>`_
are attributed to the function's caller. See also the comments preceding these lines.

* Lines 14-16: Usually the information about allocations inside Lua built‑ins
Expand Down

0 comments on commit 6f21161

Please sign in to comment.