From: Mike Pall Date: Wed, 30 Dec 2009 01:37:57 +0000 (+0100) Subject: Implement yield from C hooks. X-Git-Tag: v2.0.0-beta3~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9de0f53a8db3a4d3fa1951ff08aaab392dc7a584;p=thirdparty%2FLuaJIT.git 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. --- 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.

Development Snapshot