REOPENED 154014
[iOS] Throw away some unlinked code when navigating to a new page.
https://bugs.webkit.org/show_bug.cgi?id=154014
Summary [iOS] Throw away some unlinked code when navigating to a new page.
Andreas Kling
Reported 2016-02-08 15:55:10 PST
Let's throw away even more code when leaving a page!
Attachments
Patch (5.39 KB, patch)
2016-02-08 15:56 PST, Andreas Kling
no flags
Andreas Kling
Comment 1 2016-02-08 15:56:26 PST
WebKit Commit Bot
Comment 2 2016-02-08 18:22:30 PST
Comment on attachment 270890 [details] Patch Clearing flags on attachment: 270890 Committed r196286: <http://trac.webkit.org/changeset/196286>
WebKit Commit Bot
Comment 3 2016-02-08 18:22:35 PST
All reviewed patches have been landed. Closing bug.
WebKit Commit Bot
Comment 4 2016-02-09 04:35:05 PST
Re-opened since this is blocked by bug 154026
Andreas Kling
Comment 5 2016-02-09 04:37:49 PST
Seems like this does bad things to iOS PLT. Possibly due to CodeCache vending executables for functions, not unlinkedcodeblocks. So this code might be nuking the unlinked code for those, assuming that Heap tracks CodeCache executables. Need to look into it. Also this was a much smaller win on bots than throwing away linked code was.
Note You need to log in before you can comment on or make changes to this bug.