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

@@ -56,6 +56,8 @@ to see whether newer versions are available.
<h2 id="snap">Development Snapshot</h2>
<ul>
<li>Build of preliminary x64 interpreter works on Linux/x64 or WIN64.</li>
<li>Implement call hooks (zero-cost if disabled).</li>
<li>Major redesign of internal function call handling.</li>
<li>Implement yield from C hooks.</li>
<li>Add abstract C call handling to IR.</li>
<li>Improve KNUM fuse vs. load heuristics.</li>