[PATCH 2/7] jscript: Don't realloc interpreter stack.
June 4, 2020
10:28 a.m.
We share the stack for all calls in script instance, so it no loner makes sense. Signed-off-by: Jacek Caban <jacek(a)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(-)
2121
Age (days ago)
2121
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban