3 tryReallocate could break the zero-ed memory invariant of CopiedBlocks
4 https://bugs.webkit.org/show_bug.cgi?id=82087
5
6 Reviewed by NOBODY (OOPS!).
7
8 Removing this optimization turned out to be ~1% regression on kraken, so I simply
9 undid the modification to the current block if we fail.
10
11 * heap/CopiedSpace.cpp:
12 (JSC::CopiedSpace::tryReallocate): Undid the reset in the CopiedAllocator if we fail
13 to reallocate from the current block.
14
152012-03-23 Mark Hahnenberg <mhahnenberg@apple.com>
16