Module: wine Branch: master Commit: 5e4d3826ece2c4816fb9fd6ee163d904068fcb1f URL: http://source.winehq.org/git/wine.git/?a=commit;h=5e4d3826ece2c4816fb9fd6ee1...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Jul 28 18:44:43 2016 +0200
jscript: Store function arguments on JS stack and transfer them to variable object only when needed.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/jscript/engine.c | 133 ++++++++++++++++++++++++++++++++++++++++-------- dlls/jscript/engine.h | 9 +++- dlls/jscript/function.c | 83 +++++++++++------------------- dlls/jscript/global.c | 4 +- dlls/jscript/jscript.c | 4 +- 5 files changed, 155 insertions(+), 78 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5e4d3826ece2c4816fb9fd...