Implement call hooks (zero-cost if disabled).

This commit is contained in:
Mike Pall
2010-02-14 17:47:03 +01:00
parent c93138b59e
commit 8e38231f9e
9 changed files with 1730 additions and 1620 deletions

View File

@@ -89,7 +89,7 @@ unexpected results — please report it. There are only very few
known incompatibilities with standard Lua:
<ul>
<li>
The Lua <b>debug API</b> is missing a couple of features (call/return
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).
</li>