RESOLVED FIXED 135146
[ftlopt] Get rid of structure checks as a way of checking if a function is in fact a function
https://bugs.webkit.org/show_bug.cgi?id=135146
Summary [ftlopt] Get rid of structure checks as a way of checking if a function is in...
Filip Pizlo
Reported 2014-07-21 20:21:36 PDT
Patch forthcoming.
Attachments
work in progress (30.80 KB, patch)
2014-07-21 22:42 PDT, Filip Pizlo
no flags
the patch (33.95 KB, patch)
2014-07-22 19:14 PDT, Filip Pizlo
oliver: review+
Filip Pizlo
Comment 1 2014-07-21 22:42:30 PDT
Created attachment 235268 [details] work in progress I accidentally wrote this against trunk. It passes tests but I haven't checked performance. I'll rebase it onto the branch and do performance testing there.
Filip Pizlo
Comment 2 2014-07-22 19:14:13 PDT
Created attachment 235338 [details] the patch
Oliver Hunt
Comment 3 2014-07-22 20:49:57 PDT
Comment on attachment 235338 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=235338&action=review > Source/JavaScriptCore/dfg/DFGUseKind.cpp:42 > - break; > + return; i kind of wish the s/break/return/ change was separate but not enough to r- or anything :)
Filip Pizlo
Comment 4 2014-07-22 21:16:30 PDT
Note You need to log in before you can comment on or make changes to this bug.