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 549108: Rename the toplevel code generator from "Fast" to "Full". It was... (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 toplevel code generator from "Fast" to "Full". It was always ambiguous whether it tried to generate fast code, or generate it quickly. Committed: http://code.google.com/p/v8/source/detail?r=3660

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+649 lines, -633 lines) Patch
M src/arm/codegen-arm.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm/fast-codegen-arm.cc View 36 chunks +43 lines, -43 lines 0 comments Download
M src/compiler.cc View 4 chunks +8 lines, -450 lines 0 comments Download
M src/fast-codegen.h View 9 chunks +35 lines, -12 lines 0 comments Download
M src/fast-codegen.cc View 22 chunks +471 lines, -36 lines 0 comments Download
M src/ia32/codegen-ia32.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/fast-codegen-ia32.cc View 37 chunks +43 lines, -43 lines 0 comments Download
M src/x64/codegen-x64.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/fast-codegen-x64.cc View 37 chunks +43 lines, -43 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
This is a rename of the classes "Fast" ==> "Full", renaming the selector to syntax ...
10 years, 11 months ago (2010-01-20 15:23:48 UTC) #1
fschneider
10 years, 11 months ago (2010-01-20 15:32:28 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698