aboutsummaryrefslogtreecommitdiff
path: root/doc/status.html
diff options
context:
space:
mode:
authorMike Pall <mike>2010-02-14 17:47:03 +0100
committerMike Pall <mike>2010-02-14 17:47:03 +0100
commit8e38231f9ea0bd1185c0b9688e71cef52f96bb31 (patch)
tree36711cbf1769c62de80cbd338c7011a7c35ef062 /doc/status.html
parentc93138b59e8f28b3d412cd7ec0c6631fd27e3e1b (diff)
downloadluajit-8e38231f9ea0bd1185c0b9688e71cef52f96bb31.tar.gz
luajit-8e38231f9ea0bd1185c0b9688e71cef52f96bb31.tar.bz2
luajit-8e38231f9ea0bd1185c0b9688e71cef52f96bb31.zip
Implement call hooks (zero-cost if disabled).
Diffstat (limited to 'doc/status.html')
-rw-r--r--doc/status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/status.html b/doc/status.html
index fdb96ea3..b3d2ecfa 100644
--- a/doc/status.html
+++ b/doc/status.html
@@ -89,7 +89,7 @@ unexpected results &mdash; please report it. There are only very few
89known incompatibilities with standard Lua: 89known incompatibilities with standard Lua:
90<ul> 90<ul>
91<li> 91<li>
92The Lua <b>debug API</b> is missing a couple of features (call/return 92The Lua <b>debug API</b> is missing a couple of features (return
93hooks) and shows slightly different behavior (no per-coroutine hooks, 93hooks) and shows slightly different behavior (no per-coroutine hooks,
94no tail call counting). 94no tail call counting).
95</li> 95</li>