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

Issue 6123007: Fixes needed to compile on gcc-4.4.1 on ARM. It is still necessary... (Closed)

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

Description

Fixes needed to compile on gcc-4.4.1 on ARM. It is still necessary to add -fno-strict-aliasing. Committed: http://code.google.com/p/v8/source/detail?r=6281

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -57 lines) Patch
M SConstruct View 2 chunks +2 lines, -3 lines 0 comments Download
M src/arm/builtins-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/ic-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/regexp-macro-assembler-arm.h View 2 chunks +6 lines, -6 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/heap.h View 1 chunk +1 line, -1 line 0 comments Download
M src/jsregexp.h View 1 chunk +1 line, -1 line 0 comments Download
M src/jsregexp.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/objects-inl.h View 2 chunks +4 lines, -5 lines 0 comments Download
M src/objects-visiting.h View 1 chunk +1 line, -1 line 0 comments Download
M src/regexp-macro-assembler.h View 2 chunks +6 lines, -6 lines 0 comments Download
M src/regexp-macro-assembler-irregexp.h View 1 chunk +6 lines, -6 lines 0 comments Download
M src/regexp-macro-assembler-tracer.h View 2 chunks +6 lines, -6 lines 0 comments Download
M src/regexp-macro-assembler-tracer.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M src/token.h View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
9 years, 11 months ago (2011-01-12 10:29:36 UTC) #1
Søren Thygesen Gjesse
9 years, 11 months ago (2011-01-12 11:37:36 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698