RESOLVED FIXED 20900
More JIT code generation for op_call
https://bugs.webkit.org/show_bug.cgi?id=20900
Summary More JIT code generation for op_call
Gavin Barraclough
Reported 2008-09-17 11:13:59 PDT
Optimizations for op_call in CTI. Move check for (ctiCode == 0) into JIT code, move copying of scopeChain for CodeBlocks that needFullScopeChain into head of functions, instead of checking prior to making the call. 3% on v8-tests (4% on richards, 6% in delta-blue)
Attachments
The patch (8.39 KB, patch)
2008-09-17 11:48 PDT, Gavin Barraclough
ggaren: review+
Gavin Barraclough
Comment 1 2008-09-17 11:48:29 PDT
Created attachment 23505 [details] The patch
Geoffrey Garen
Comment 2 2008-09-17 12:22:02 PDT
Comment on attachment 23505 [details] The patch r=me, with some comments on irc.
Gavin Barraclough
Comment 3 2008-09-17 12:30:53 PDT
Sending JavaScriptCore/ChangeLog Sending JavaScriptCore/VM/CTI.cpp Sending JavaScriptCore/VM/Machine.cpp Sending JavaScriptCore/VM/Machine.h Transmitting file data .... Committed revision 36544.
Note You need to log in before you can comment on or make changes to this bug.