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

Issue 6360003: ARM: Fix ARM safepoint tables by ensuring that constant pools are not... (Closed)

Created:
9 years, 11 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

ARM: Fix ARM safepoint tables by ensuring that constant pools are not emitted as part of the safepoint tables. Always emit the constant pool as part of generating deferred code (whether or not there actually is any deferred code) and ASSERT that there is no pending relocation info while using db and dd to write tables. Committed: http://code.google.com/p/v8/source/detail?r=6347

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -10 lines) Patch
M src/arm/assembler-arm.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/arm/assembler-arm.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M test/mozilla/mozilla.status View 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
9 years, 11 months ago (2011-01-17 12:41:03 UTC) #1
Søren Thygesen Gjesse
9 years, 11 months ago (2011-01-17 12:42:55 UTC) #2
LGTM!

Powered by Google App Engine
This is Rietveld 408576698