RESOLVED FIXED Bug 31884
[v8] Make accessing entered isolated world faster
https://bugs.webkit.org/show_bug.cgi?id=31884
Summary [v8] Make accessing entered isolated world faster
anton muhin
Reported 2009-11-25 11:55:50 PST
Currently to get entered isolated world, we do hidden property lookup which is slow. Let's use internal field instead.
Attachments
First take (6.35 KB, patch)
2009-11-25 15:28 PST, anton muhin
abarth: review+
abarth: commit-queue-
Addressing tabs (6.37 KB, patch)
2009-11-26 05:38 PST, anton muhin
no flags
anton muhin
Comment 1 2009-11-25 15:28:31 PST
Created attachment 43873 [details] First take
Adam Barth
Comment 2 2009-11-25 18:22:57 PST
Comment on attachment 43873 [details] First take This looks great, but we'll need to lose the tabs.
anton muhin
Comment 3 2009-11-26 05:38:13 PST
Created attachment 43917 [details] Addressing tabs
anton muhin
Comment 4 2009-11-26 05:39:25 PST
Comment on attachment 43917 [details] Addressing tabs I am attempting to commit-queue+ it as Adam already r+'ed, if it fails, even better---Adam will be able to have another pass.
Adam Barth
Comment 5 2009-11-26 07:48:21 PST
Comment on attachment 43917 [details] Addressing tabs cq patiently waits for an r+ before landing patches. :)
anton muhin
Comment 6 2009-11-26 07:54:13 PST
(In reply to comment #5) > (From update of attachment 43917 [details]) > cq patiently waits for an r+ before landing patches. :) No easy way in this life, alas :) Thanks a lot, Adam. And happy thanksgiving.
WebKit Commit Bot
Comment 7 2009-11-26 07:59:54 PST
Comment on attachment 43917 [details] Addressing tabs Clearing flags on attachment: 43917 Committed r51416: <http://trac.webkit.org/changeset/51416>
WebKit Commit Bot
Comment 8 2009-11-26 08:00:01 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.