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

Issue 6546050: Change the baseline compiler to match the Hydrogen graph builder. (Closed)

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

Description

Change the baseline compiler to match the Hydrogen graph builder. The Hydrogen graph translation does not build a branch for unary negation in an effect context, so the baseline compiler should not do so either. Committed: http://code.google.com/p/v8/source/detail?r=6871

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -34 lines) Patch
M src/arm/full-codegen-arm.cc View 1 chunk +17 lines, -11 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +16 lines, -11 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +16 lines, -10 lines 0 comments Download
M test/mjsunit/regress/regress-1167.js View 2 chunks +31 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
9 years, 10 months ago (2011-02-21 16:39:43 UTC) #1
William Hesse
9 years, 10 months ago (2011-02-21 16:42:20 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698