Skip to content

Commit 6f21161

Browse files
committed
Fix a broken link in memprof doc
1 parent e5b5d8a commit 6f21161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tooling/luajit_memprof.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ a profiling report:
115115
:ref:`note about jitoff <profiler_usage_internal_jitoff>` for more details.
116116

117117
* 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>`_
118+
allocations inside the function called via the ``CALLT/CALLMT`` `bytecodes <https://github.com/tarantool/tarantool/wiki/LuaJIT-Bytecodes>`_
119119
are attributed to the function's caller. See also the comments preceding these lines.
120120

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

0 commit comments

Comments
 (0)