RESOLVED FIXED 103974
DFG should inline code blocks that use scoped variable access
https://bugs.webkit.org/show_bug.cgi?id=103974
Summary DFG should inline code blocks that use scoped variable access
Filip Pizlo
Reported 2012-12-03 23:14:45 PST
Doing this is a bit superfluous for now since we don't inline closure calls yet except if the JSFunction* is always the same. But it's an important first step to inlining closure calls.
Attachments
the patch (7.60 KB, patch)
2012-12-03 23:22 PST, Filip Pizlo
oliver: review+
Filip Pizlo
Comment 1 2012-12-03 23:22:52 PST
Created attachment 177423 [details] the patch
Filip Pizlo
Comment 2 2012-12-04 12:26:30 PST
Note You need to log in before you can comment on or make changes to this bug.