DescriptionFix corner case when JSFunction is evicted from flusher.
This fixes a corner case that happens when JSFunctions are enqueued as
code flushing candidates but their respective SharedFunctionInfo isn't.
If the JSFunction gets evicted due to optimization the code slot in the
SharedFunctionInfo will never be recorded in the slots buffer.
R=hpayer@chromium.org
BUG=chromium:168801
TEST=cctest/test-heap/Regress168801
Committed: http://code.google.com/p/v8/source/detail?r=13481
Patch Set 1 #
Total comments: 2
Messages
Total messages: 3 (0 generated)
|