<rdar://problem/6050421> JavaScript register file should remap to release...
<rdar://problem/6050421> JavaScript register file should remap to release physical pages accumulated during deep recursion Reviewed by Geoff Garen We now track the maximum extent of the RegisterFile, and when we reach the final return from JS (so the stack portion of the registerfile becomes empty) we see if that extent is greater than maxExcessCapacity. If it is we use madvise or VirtualFree to release the physical pages that were backing the excess. git-svn-id: svn://svn.chromium.org/blink/trunk@42842 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment