WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
89615
Functions on global objects should be specializable
https://bugs.webkit.org/show_bug.cgi?id=89615
Summary
Functions on global objects should be specializable
Filip Pizlo
Reported
2012-06-20 16:41:42 PDT
This will allow us to better optimize things like "new Array()". Patch forthcoming.
Attachments
the patch
(1.53 KB, patch)
2012-06-20 16:53 PDT
,
Filip Pizlo
oliver
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Filip Pizlo
Comment 1
2012-06-20 16:42:41 PDT
Note that this is related to bug
https://bugs.webkit.org/show_bug.cgi?id=33343
. The fix for that bug involved both introducing a thrash limit and disabling specialization entirely for the global object. I believe that we can reenable specialization, since the thrash limit is so low.
Filip Pizlo
Comment 2
2012-06-20 16:53:00 PDT
Created
attachment 148679
[details]
the patch
Filip Pizlo
Comment 3
2012-06-20 16:55:39 PDT
Landed in
http://trac.webkit.org/changeset/120886
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug