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

Issue 1207006: Rename NumberInfo to TypeInfo.... (Closed)

Created:
10 years, 9 months ago by fschneider
Modified:
9 years, 6 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

Rename NumberInfo to TypeInfo. Since we add more type (StringType, PrimitiveType) the name NumberInfo does not make sense anymore. Committed: http://code.google.com/p/v8/source/detail?r=4268

Patch Set 1 #

Patch Set 2 : changed project files #

Unified diffs Side-by-side diffs Delta from patch set Stats (+351 lines, -645 lines) Patch
M src/arm/virtual-frame-arm.h View 3 chunks +4 lines, -4 lines 0 comments Download
M src/arm/virtual-frame-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/codegen.h View 1 chunk +1 line, -1 line 0 comments Download
M src/frame-element.h View 8 chunks +17 lines, -17 lines 0 comments Download
M src/ia32/codegen-ia32.h View 5 chunks +5 lines, -5 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 63 chunks +128 lines, -128 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/register-allocator-ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/virtual-frame-ia32.h View 5 chunks +9 lines, -9 lines 0 comments Download
M src/ia32/virtual-frame-ia32.cc View 14 chunks +17 lines, -17 lines 0 comments Download
M src/jump-target.cc View 6 chunks +12 lines, -12 lines 0 comments Download
M src/jump-target-inl.h View 1 chunk +1 line, -1 line 0 comments Download
D src/number-info.h View 1 chunk +0 lines, -239 lines 0 comments Download
D src/number-info-inl.h View 1 chunk +0 lines, -55 lines 0 comments Download
M src/register-allocator.h View 4 chunks +7 lines, -7 lines 0 comments Download
M src/register-allocator.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/register-allocator-inl.h View 1 chunk +9 lines, -9 lines 0 comments Download
A + src/type-info.h View 7 chunks +37 lines, -37 lines 0 comments Download
A + src/type-info-inl.h View 2 chunks +11 lines, -11 lines 0 comments Download
M src/virtual-frame.cc View 5 chunks +8 lines, -8 lines 0 comments Download
M src/virtual-frame-inl.h View 3 chunks +6 lines, -6 lines 0 comments Download
M src/x64/codegen-x64.h View 3 chunks +3 lines, -3 lines 0 comments Download
M src/x64/codegen-x64.cc View 4 chunks +14 lines, -14 lines 0 comments Download
M src/x64/register-allocator-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/virtual-frame-x64.h View 5 chunks +10 lines, -10 lines 0 comments Download
M src/x64/virtual-frame-x64.cc View 13 chunks +17 lines, -17 lines 0 comments Download
M tools/gyp/v8.gyp View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/visual_studio/v8_base.vcproj View 2 chunks +8 lines, -8 lines 0 comments Download
M tools/visual_studio/v8_base_arm.vcproj View 2 chunks +8 lines, -8 lines 0 comments Download
M tools/visual_studio/v8_base_x64.vcproj View 2 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
10 years, 9 months ago (2010-03-25 12:29:57 UTC) #1
William Hesse
10 years, 9 months ago (2010-03-25 12:41:51 UTC) #2
LGTM if it compiles and passes all tests.

Powered by Google App Engine
This is Rietveld 408576698