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

Issue 652227: Allow snapshots built without -DANDROID to work on Android.... (Closed)

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

Description

Allow snapshots built without -DANDROID to work on Android. Fix bug in fast code generator on ARM (can't use ip as scratch in RecordWrite). Activate normal-sized compilation cache on Android. This is a port of 3938 from the partial snapshots branch. Committed: http://code.google.com/p/v8/source/detail?r=3992

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -30 lines) Patch
M src/arm/fast-codegen-arm.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/assembler.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/assembler.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/compilation-cache.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M src/fast-codegen.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +4 lines, -1 line 0 comments Download
M src/serialize.cc View 1 1 chunk +22 lines, -18 lines 0 comments Download
M test/cctest/test-serialize.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Erik Corry
10 years, 10 months ago (2010-02-24 12:53:58 UTC) #1
fschneider
http://codereview.chromium.org/652227/diff/1/4 File src/ia32/macro-assembler-ia32.cc (right): http://codereview.chromium.org/652227/diff/1/4#newcode170 src/ia32/macro-assembler-ia32.cc:170: and_(Operand(value), Immediate(ExternalReference::new_space_mask())); Should this be done on x64 as ...
10 years, 10 months ago (2010-02-24 14:17:49 UTC) #2
fschneider
10 years, 9 months ago (2010-03-02 11:45:46 UTC) #3
LGTM.

Powered by Google App Engine
This is Rietveld 408576698