Chromium Code Reviews

Issue 7491087: Fix compilation error on X64 and ARM. Error was introduced in r8851. (Closed)

Created:
9 years, 4 months ago by William Hesse
Modified:
9 years, 4 months ago
Reviewers:
Rico
CC:
v8-dev
Visibility:
Public.

Description

Fix compilation error on X64 and ARM. Error was introduced in r8851. Clean up TranslationIterator and DeoptimizationInputDataPrint, so they will work with alignment padding in the Translation info. BUG= TEST=v8 compiles on X64 and ARM platforms. Committed: http://code.google.com/p/v8/source/detail?r=8852

Patch Set 1 #

Patch Set 2 : svn rebase #

Patch Set 3 : add X64 change. #

Unified diffs Side-by-side diffs Stats (+0 lines, -4 lines)
M src/arm/deoptimizer-arm.cc View 1 chunk +0 lines, -2 lines 0 comments
M src/x64/deoptimizer-x64.cc View 1 chunk +0 lines, -2 lines 0 comments

Messages

Total messages: 2 (0 generated)
William Hesse
9 years, 4 months ago (2011-08-08 07:32:16 UTC) #1
Rico
9 years, 4 months ago (2011-08-08 07:33:06 UTC) #2
LGTM

Powered by Google App Engine