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

Issue 7322012: Fix compilation on ARM and x64. (Closed)

Created:
9 years, 5 months ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 5 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Fix compilation on ARM and x64. Enable incremental slots collection on x64. Fix test-api/ScriptUsingStringResource test. R=erik.corry@gmail.com Committed: http://code.google.com/p/v8/source/detail?r=8575

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -60 lines) Patch
M src/arm/assembler-arm-inl.h View 3 chunks +8 lines, -3 lines 0 comments Download
M src/arm/code-stubs-arm.h View 1 chunk +8 lines, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 3 chunks +8 lines, -7 lines 0 comments Download
M src/incremental-marking.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 3 chunks +6 lines, -4 lines 0 comments Download
M src/x64/code-stubs-x64.h View 2 chunks +51 lines, -16 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 5 chunks +52 lines, -27 lines 2 comments Download
M test/cctest/test-api.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 5 months ago (2011-07-07 16:07:34 UTC) #1
Erik Corry
9 years, 5 months ago (2011-07-08 09:06:49 UTC) #2
lgtm

http://codereview.chromium.org/7322012/diff/1/src/x64/code-stubs-x64.cc
File src/x64/code-stubs-x64.cc (right):

http://codereview.chromium.org/7322012/diff/1/src/x64/code-stubs-x64.cc#newco...
src/x64/code-stubs-x64.cc:5167: // branch when we start and stop incremental
heap marking.
This comment does not mention compaction.  I would suggest 'generated with a
label' rather than 'generated as a label'

http://codereview.chromium.org/7322012/diff/1/src/x64/code-stubs-x64.cc#newco...
src/x64/code-stubs-x64.cc:5185: // it was added to a stub cache.
This looks nasty.  Please file a bug and put the bug number in here.  One way
may be to patch again just after it is added to the stub.

Powered by Google App Engine
This is Rietveld 408576698