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

Issue 549109: Rename the fast-codegen* files to full-codegen*. (Closed)

Created:
10 years, 11 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

Rename the fast-codegen* files to full-codegen*. Committed: http://code.google.com/p/v8/source/detail?r=3662

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -6925 lines) Patch
M src/SConscript View 4 chunks +4 lines, -4 lines 0 comments Download
D src/arm/fast-codegen-arm.cc View 1 chunk +0 lines, -1689 lines 0 comments Download
A + src/arm/full-codegen-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler.cc View 1 chunk +1 line, -1 line 0 comments Download
D src/fast-codegen.h View 1 chunk +0 lines, -442 lines 0 comments Download
D src/fast-codegen.cc View 1 chunk +0 lines, -1142 lines 0 comments Download
A + src/full-codegen.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/full-codegen.cc View 1 chunk +1 line, -1 line 0 comments Download
D src/ia32/fast-codegen-ia32.cc View 1 chunk +0 lines, -1804 lines 0 comments Download
A + src/ia32/full-codegen-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
D src/x64/fast-codegen-x64.cc View 1 chunk +0 lines, -1811 lines 0 comments Download
A + src/x64/full-codegen-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M tools/gyp/v8.gyp View 5 chunks +5 lines, -5 lines 0 comments Download
M tools/visual_studio/v8_base.vcproj View 2 chunks +12 lines, -12 lines 0 comments Download
M tools/visual_studio/v8_base_arm.vcproj View 2 chunks +12 lines, -12 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
10 years, 11 months ago (2010-01-20 16:15:30 UTC) #1
fschneider
10 years, 11 months ago (2010-01-20 16:24:58 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698