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

Issue 8473002: Propagate and combine constants in Hydrogen (Closed)

Created:
9 years, 1 month ago by m.m.capewell
Modified:
9 years, 1 month ago
CC:
v8-dev
Visibility:
Public.

Description

Propagate and combine constants in Hydrogen BUG=none TEST=none Committed: http://code.google.com/p/v8/source/detail?r=10034

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+243 lines, -21 lines) Patch
M src/factory.h View 1 1 chunk +4 lines, -2 lines 0 comments Download
M src/factory.cc View 1 1 chunk +6 lines, -4 lines 0 comments Download
M src/heap.h View 1 1 chunk +4 lines, -2 lines 0 comments Download
M src/heap-inl.h View 1 1 chunk +6 lines, -4 lines 0 comments Download
M src/hydrogen.cc View 1 1 chunk +9 lines, -9 lines 0 comments Download
M src/hydrogen-instructions.h View 1 10 chunks +53 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 1 chunk +161 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
m.m.capewell
The patch passes all the tests in release mode, but fails the debug mode. A ...
9 years, 1 month ago (2011-11-04 14:52:37 UTC) #1
Sven Panne
http://codereview.chromium.org/8473002/diff/1/src/flag-definitions.h File src/flag-definitions.h (right): http://codereview.chromium.org/8473002/diff/1/src/flag-definitions.h#newcode124 src/flag-definitions.h:124: DEFINE_bool(use_constant_propagation, true, "use hydrogen constant propagation") Is there a ...
9 years, 1 month ago (2011-11-07 09:49:44 UTC) #2
Alexandre
http://codereview.chromium.org/8473002/diff/1/src/flag-definitions.h File src/flag-definitions.h (right): http://codereview.chromium.org/8473002/diff/1/src/flag-definitions.h#newcode124 src/flag-definitions.h:124: DEFINE_bool(use_constant_propagation, true, "use hydrogen constant propagation") Removed! On 2011/11/07 ...
9 years, 1 month ago (2011-11-07 09:56:00 UTC) #3
danno
Adding Kevin. Please don't commit until we clarify signing of the CLA.
9 years, 1 month ago (2011-11-07 23:10:14 UTC) #4
danno
Adding florian, since Kevin is out of the office this week. The license is OK, ...
9 years, 1 month ago (2011-11-14 10:59:09 UTC) #5
m.m.capewell
9 years, 1 month ago (2011-11-17 15:55:51 UTC) #6
fschneider
lgtm
9 years, 1 month ago (2011-11-17 16:18:59 UTC) #7
fschneider
9 years, 1 month ago (2011-11-17 17:21:03 UTC) #8
On 2011/11/17 16:18:59, fschneider wrote:
> lgtm

I'll land it.

Powered by Google App Engine
This is Rietveld 408576698