[PATCH 2/7] jscript: Don't realloc interpreter stack.

Jacek Caban jacek at codeweavers.com
Thu Jun 4 10:28:56 CDT 2020


We share the stack for all calls in script instance, so it no loner 
makes sense.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
resend: With add_eval inlined GCC seems to be smart enough to see that 
ret is always initialized.

  dlls/jscript/engine.c  | 27 ++++++++++-----------------
  dlls/jscript/jscript.h |  1 -
  2 files changed, 10 insertions(+), 18 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-jscript-Don-t-realloc-interpreter-stack.txt
Type: text/x-patch
Size: 1746 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200604/c22d3970/attachment-0001.bin>


More information about the wine-devel mailing list