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

Issue 1592001: Simplify IA32 code generator API. (Closed)

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

Description

Simplify IA32 code generator API. Cut down on the number of arguments passed to the various binary operation code generator functions by passing along the expression itself, rather than a subset of its fields. Committed: http://code.google.com/p/v8/source/detail?r=4319

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -74 lines) Patch
M src/ast.h View 1 chunk +7 lines, -1 line 0 comments Download
M src/ast.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M src/ia32/codegen-ia32.h View 2 chunks +6 lines, -12 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 18 chunks +53 lines, -56 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
10 years, 8 months ago (2010-03-30 10:40:22 UTC) #1
William Hesse
10 years, 8 months ago (2010-03-30 11:56:57 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698