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

Issue 2805013: [Isolates] Fixing ARM build after merge. (Closed)

Created:
10 years, 6 months ago by Dmitry Titov
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry, zarko
CC:
v8-dev
Base URL:
git@github.com:v8isolate/v8isolates.git
Visibility:
Public.

Description

Fixing ARM build after merge. Committed: http://code.google.com/p/v8/source/detail?r=4886

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -10 lines) Patch
M src/arm/codegen-arm.cc View 6 chunks +8 lines, -7 lines 1 comment Download
M src/arm/macro-assembler-arm.cc View 3 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Dmitry Titov
10 years, 6 months ago (2010-06-17 01:16:25 UTC) #1
zarko
LGTM
10 years, 6 months ago (2010-06-17 01:17:57 UTC) #2
Erik Corry
10 years, 6 months ago (2010-06-17 07:00:15 UTC) #3
http://codereview.chromium.org/2805013/diff/1/2
File src/arm/codegen-arm.cc (right):

http://codereview.chromium.org/2805013/diff/1/2#newcode5116
src/arm/codegen-arm.cc:5116: if
(Isolate::Current()->cpu_features()->IsSupported(VFP3)) {
If one isolate has VFP then they all have VFP, so this doesn't make a whole lot
of sense to me.

Powered by Google App Engine
This is Rietveld 408576698