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

Issue 7015043: Fix the GC branch so it compiles and runs on 64 bit. (Closed)

Created:
9 years, 7 months ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix the GC branch so it compiles and runs on 64 bit. Incremental marking is switched off for the moment. Committed: http://code.google.com/p/v8/source/detail?r=7904

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+272 lines, -37 lines) Patch
M src/flag-definitions.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 3 chunks +1 line, -4 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/incremental-marking.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mark-compact.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/store-buffer.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64-inl.h View 3 chunks +15 lines, -3 lines 0 comments Download
M src/x64/code-stubs-x64.h View 1 chunk +206 lines, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 4 chunks +20 lines, -9 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 3 chunks +11 lines, -4 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Erik Corry
9 years, 7 months ago (2011-05-13 13:34:47 UTC) #1
Vyacheslav Egorov (Chromium)
LGTM
9 years, 7 months ago (2011-05-16 13:37:18 UTC) #2
Vyacheslav Egorov (Chromium)
9 years, 7 months ago (2011-05-16 13:37:18 UTC) #3
LGTM

Powered by Google App Engine
This is Rietveld 408576698