aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Pall <mike>2009-12-30 02:37:57 +0100
committerMike Pall <mike>2009-12-30 02:37:57 +0100
commit9de0f53a8db3a4d3fa1951ff08aaab392dc7a584 (patch)
treece510093fe7d09073c90afbf18f8d5e3577c3cf3 /doc
parent52eb88773e88464cb5cc69b485d742468f66f2a2 (diff)
downloadluajit-9de0f53a8db3a4d3fa1951ff08aaab392dc7a584.tar.gz
luajit-9de0f53a8db3a4d3fa1951ff08aaab392dc7a584.tar.bz2
luajit-9de0f53a8db3a4d3fa1951ff08aaab392dc7a584.zip
Implement yield from C hooks.
Get number of multiple results from C frame. Add lj_cont_hook: restores multres and dispatch to static ins. Can use fastcall for lj_dispatch_ins() now.
Diffstat (limited to 'doc')
-rw-r--r--doc/changes.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changes.html b/doc/changes.html
index d9a3aadd..b15639a9 100644
--- a/doc/changes.html
+++ b/doc/changes.html
@@ -55,6 +55,7 @@ to see whether newer versions are available.
55<div class="major" style="background: #d0d0d0;"> 55<div class="major" style="background: #d0d0d0;">
56<h2 id="snap">Development Snapshot</h2> 56<h2 id="snap">Development Snapshot</h2>
57<ul> 57<ul>
58<li>Implement yield from C hooks.</li>
58<li>Add abstract C call handling to IR.</li> 59<li>Add abstract C call handling to IR.</li>
59<li>Improve KNUM fuse vs. load heuristics.</li> 60<li>Improve KNUM fuse vs. load heuristics.</li>
60<li>Drive the GC forward on string allocations in the parser.</li> 61<li>Drive the GC forward on string allocations in the parser.</li>