[PATCH 7/9] jscript: Get rid of no longer needed compile_interp_fallback since we can handle all execution by bytecode

Jacek Caban jacek at codeweavers.com
Fri Dec 30 04:20:33 CST 2011


We use compiler on whole functions body now. There is still some work 
done to move it one level up (to whole source string) to do some work 
that's currently done (sometimes in a hacky way) by parser, but the most 
critical part is done.

---
  dlls/jscript/compile.c |   14 +-------------
  1 files changed, 1 insertions(+), 13 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0007-jscript-Get-rid-of-no-longer-needed-compile_interp_fa.diff
Type: text/x-patch
Size: 1009 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20111230/6b325a31/attachment.bin>


More information about the wine-patches mailing list