RESOLVED FIXED 83335
Call Heap::discardAllCompiledCode() in low memory situations
https://bugs.webkit.org/show_bug.cgi?id=83335
Summary Call Heap::discardAllCompiledCode() in low memory situations
Michael Saboff
Reported 2012-04-05 17:22:03 PDT
Bug https://bugs.webkit.org/show_bug.cgi?id=80330 "Refactor recompileAllJSFunctions() to be less expensive" introduced an efficient way to discard all JIT code. THis should be called when we receive a low memory warning. <rdar://problem/11151063>
Attachments
Patch (5.86 KB, patch)
2012-04-05 17:38 PDT, Michael Saboff
ggaren: review+
Michael Saboff
Comment 1 2012-04-05 17:38:29 PDT
Geoffrey Garen
Comment 2 2012-04-05 22:11:08 PDT
Comment on attachment 135945 [details] Patch r=me
Michael Saboff
Comment 3 2012-04-06 09:09:54 PDT
Note You need to log in before you can comment on or make changes to this bug.