Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Issue 8883048: Merge r10224 from the 3.6 to the 3.5 branch. (Closed)

Created:
9 years ago by Vyacheslav Egorov (Chromium)
Modified:
9 years ago
CC:
v8-dev
Visibility:
Public.

Description

Merge r10224 from the 3.6 to the 3.5 branch. Merge r10215 from the bleeding_edge to the 3.6 branch. Ensure that non-optimized code objects are not flushed for inlined functions. Collector was flushing them if optimized code was reachable only through the stack (not through the JSFunction object) which happens when you have a pending lazy deoptimization. Also prevent v8::Script::New from leaking internal objects allocated by the compiler into outer HandleScope. R=kmillikin@chromium.org BUG=http://crbug.com/97116 TEST=test/mjsunit/regress/regress-97116.js Committed: http://code.google.com/p/v8/source/detail?r=10227

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -50 lines) Patch
M src/api.cc View 2 chunks +32 lines, -25 lines 0 comments Download
M src/mark-compact.h View 2 chunks +12 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 5 chunks +49 lines, -24 lines 0 comments Download
M src/v8threads.h View 1 chunk +1 line, -1 line 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/regress/regress-97116.js View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
9 years ago (2011-12-09 12:38:43 UTC) #1
Kevin Millikin (Chromium)
9 years ago (2011-12-09 12:41:12 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698