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

Issue 7039004: Add enumeration to specify if smi check needed (Closed)

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

Description

Add enumeration to specify if smi check needed R==ager@chromium.org BUG=none TEST=none Committed: http://code.google.com/p/v8/source/detail?r=7914

Patch Set 1 #

Patch Set 2 : fix nit #

Patch Set 3 : move to common header #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -43 lines) Patch
M src/arm/code-stubs-arm.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 4 chunks +12 lines, -5 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/ic-ia32.cc View 7 chunks +16 lines, -7 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/v8globals.h View 1 2 2 chunks +9 lines, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 2 chunks +8 lines, -2 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M src/x64/macro-assembler-x64.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
danno
9 years, 7 months ago (2011-05-17 08:11:01 UTC) #1
danno
Please review
9 years, 7 months ago (2011-05-17 08:15:58 UTC) #2
Mads Ager (chromium)
LGTM. I wonder if there is a nice place where we can share the enum ...
9 years, 7 months ago (2011-05-17 10:29:24 UTC) #3
Søren Thygesen Gjesse
9 years, 7 months ago (2011-05-17 10:41:39 UTC) #4
On 2011/05/17 10:29:24, Mads Ager wrote:
> LGTM.
> 
> I wonder if there is a nice place where we can share the enum across platforms
> instead of repeating it.

We have a number of shared enums in v8globals.h.

Powered by Google App Engine
This is Rietveld 408576698