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

Issue 650026: Reorder code in fast-codegen-ia32.cc. (Closed)

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

Description

Reorder code in fast-codegen-ia32.cc. Reorder code so that helper functions and simple accessors come before all the visit function. Committed: http://code.google.com/p/v8/source/detail?r=3912

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -197 lines) Patch
M src/ia32/fast-codegen-ia32.cc View 2 chunks +197 lines, -197 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
10 years, 10 months ago (2010-02-19 10:31:53 UTC) #1
fschneider
10 years, 10 months ago (2010-02-19 11:22:56 UTC) #2
LGTM. I guess the declararations in the .h file should follow the same order
then. (helpers before visitor functions)

Powered by Google App Engine
This is Rietveld 408576698