[PATCH 3/5] jscript: Added minimal bytecode compiler/interpreter and use it for '===' expressions

Jacek Caban jacek at codeweavers.com
Fri Nov 18 07:09:44 CST 2011


---
  dlls/jscript/Makefile.in |    1 +
  dlls/jscript/compile.c   |  144 ++++++++++++++++++++++++++++++++++++++++++
  dlls/jscript/engine.c    |  157 
+++++++++++++++++++++++++++++++++++++++++++---
  dlls/jscript/engine.h    |   54 +++++++++++++++-
  dlls/jscript/parser.y    |    6 ++-
  5 files changed, 349 insertions(+), 13 deletions(-)
  create mode 100644 dlls/jscript/compile.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-jscript-Added-minimal-bytecode-compiler-interpreter-a.diff
Type: text/x-patch
Size: 14030 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20111118/9a0ab705/attachment.bin>


More information about the wine-patches mailing list