diff options
| author | Mike Pall <mike> | 2010-02-14 17:47:03 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2010-02-14 17:47:03 +0100 |
| commit | 8e38231f9ea0bd1185c0b9688e71cef52f96bb31 (patch) | |
| tree | 36711cbf1769c62de80cbd338c7011a7c35ef062 /doc | |
| parent | c93138b59e8f28b3d412cd7ec0c6631fd27e3e1b (diff) | |
| download | luajit-8e38231f9ea0bd1185c0b9688e71cef52f96bb31.tar.gz luajit-8e38231f9ea0bd1185c0b9688e71cef52f96bb31.tar.bz2 luajit-8e38231f9ea0bd1185c0b9688e71cef52f96bb31.zip | |
Implement call hooks (zero-cost if disabled).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changes.html | 2 | ||||
| -rw-r--r-- | doc/status.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/changes.html b/doc/changes.html index 84f7f9e0..2a6dad43 100644 --- a/doc/changes.html +++ b/doc/changes.html | |||
| @@ -56,6 +56,8 @@ to see whether newer versions are available. | |||
| 56 | <h2 id="snap">Development Snapshot</h2> | 56 | <h2 id="snap">Development Snapshot</h2> |
| 57 | <ul> | 57 | <ul> |
| 58 | <li>Build of preliminary x64 interpreter works on Linux/x64 or WIN64.</li> | 58 | <li>Build of preliminary x64 interpreter works on Linux/x64 or WIN64.</li> |
| 59 | <li>Implement call hooks (zero-cost if disabled).</li> | ||
| 60 | <li>Major redesign of internal function call handling.</li> | ||
| 59 | <li>Implement yield from C hooks.</li> | 61 | <li>Implement yield from C hooks.</li> |
| 60 | <li>Add abstract C call handling to IR.</li> | 62 | <li>Add abstract C call handling to IR.</li> |
| 61 | <li>Improve KNUM fuse vs. load heuristics.</li> | 63 | <li>Improve KNUM fuse vs. load heuristics.</li> |
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 — please report it. There are only very few | |||
| 89 | known incompatibilities with standard Lua: | 89 | known incompatibilities with standard Lua: |
| 90 | <ul> | 90 | <ul> |
| 91 | <li> | 91 | <li> |
| 92 | The Lua <b>debug API</b> is missing a couple of features (call/return | 92 | The Lua <b>debug API</b> is missing a couple of features (return |
| 93 | hooks) and shows slightly different behavior (no per-coroutine hooks, | 93 | hooks) and shows slightly different behavior (no per-coroutine hooks, |
| 94 | no tail call counting). | 94 | no tail call counting). |
| 95 | </li> | 95 | </li> |
