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

Issue 3135026: Merge flush code phase into marking phase. (Closed)

Created:
10 years, 4 months ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Merge flush code phase into marking phase. Committed: http://code.google.com/p/v8/source/detail?r=5284

Patch Set 1 #

Total comments: 8

Patch Set 2 : returned checked casts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+318 lines, -171 lines) Patch
M src/compilation-cache.h View 1 chunk +1 line, -3 lines 0 comments Download
M src/compilation-cache.cc View 4 chunks +17 lines, -28 lines 0 comments Download
M src/compiler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/contexts.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/frames.h View 1 7 chunks +13 lines, -7 lines 0 comments Download
M src/frames.cc View 1 4 chunks +11 lines, -11 lines 0 comments Download
M src/handles.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/heap.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/heap.cc View 3 chunks +4 lines, -109 lines 0 comments Download
M src/mark-compact.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 1 6 chunks +198 lines, -0 lines 0 comments Download
M src/objects.h View 1 5 chunks +17 lines, -0 lines 0 comments Download
M src/objects.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects-inl.h View 5 chunks +28 lines, -0 lines 0 comments Download
M src/objects-visiting.h View 1 4 chunks +8 lines, -2 lines 0 comments Download
M src/objects-visiting.cc View 2 chunks +3 lines, -1 line 0 comments Download
M src/stub-cache.h View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-heap.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M tools/gc-nvp-trace-processor.py View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Vyacheslav Egorov (Chromium)
10 years, 4 months ago (2010-08-17 09:28:03 UTC) #1
Rico
Consider resetting the age counter in the CompileLazy* functions in handles.cc. Especially CompileLazyInLoop which is ...
10 years, 4 months ago (2010-08-17 10:21:58 UTC) #2
Mads Ager (chromium)
LGTM, but I would like to keep the normal casts instead of using reinterpret_cast. We ...
10 years, 4 months ago (2010-08-17 10:31:28 UTC) #3
Vyacheslav Egorov (Chromium)
Returned checked casts. http://codereview.chromium.org/3135026/diff/1/6 File src/frames.cc (right): http://codereview.chromium.org/3135026/diff/1/6#newcode410 src/frames.cc:410: return reinterpret_cast<Code*>(code_slot()); On 2010/08/17 10:31:28, Mads ...
10 years, 4 months ago (2010-08-17 11:09:21 UTC) #4
Mads Ager (chromium)
10 years, 4 months ago (2010-08-17 11:15:25 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698