summaryrefslogtreecommitdiff
path: root/doc/status.html
diff options
context:
space:
mode:
authorMike Pall <mike>2010-02-14 20:48:33 +0100
committerMike Pall <mike>2010-02-14 20:48:33 +0100
commit2a2f8ed6a144fe763379f9cf0eb6a45750432a47 (patch)
tree5b2b97d2f3dd22c80a0840132df5b3d7fc136484 /doc/status.html
parent8e38231f9ea0bd1185c0b9688e71cef52f96bb31 (diff)
downloadluajit2-2a2f8ed6a144fe763379f9cf0eb6a45750432a47.tar.gz
Implement return hooks for Lua functions (zero-cost if disabled).
Diffstat (limited to 'doc/status.html')
-rw-r--r--doc/status.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/status.html b/doc/status.html
index b3d2ecfa..c5564d58 100644
--- a/doc/status.html
+++ b/doc/status.html
@@ -90,8 +90,8 @@ known incompatibilities with standard Lua:
<ul>
<li>
The Lua <b>debug API</b> is missing a couple of features (return
-hooks) and shows slightly different behavior (no per-coroutine hooks,
-no tail call counting).
+hooks for non-Lua functions) and shows slightly different behavior
+(no per-coroutine hooks, no tail call counting).
</li>
<li>
<b>Bytecode</b> currently cannot be loaded or dumped. Note that