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

Issue 18562009: Turn array index dehoisting into a proper HPhase. (Closed)

Created:
7 years, 5 months ago by Benedikt Meurer
Modified:
7 years, 5 months ago
CC:
v8-dev
Visibility:
Public.

Description

Turn array index dehoisting into a proper HPhase. R=mvstanton@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15627

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -72 lines) Patch
M src/hydrogen.cc View 3 chunks +2 lines, -72 lines 0 comments Download
A src/hydrogen-dehoist.h View 1 chunk +51 lines, -0 lines 0 comments Download
A src/hydrogen-dehoist.cc View 1 chunk +80 lines, -0 lines 0 comments Download
tools/gyp/v8.gyp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Benedikt Meurer
7 years, 5 months ago (2013-07-11 11:36:09 UTC) #1
mvstanton
lgtm
7 years, 5 months ago (2013-07-11 11:58:21 UTC) #2
Benedikt Meurer
Committed patchset #1 manually as r15627 (presubmit successful).
7 years, 5 months ago (2013-07-11 12:03:50 UTC) #3
titzer
On 2013/07/11 12:03:50, Benedikt Meurer wrote: > Committed patchset #1 manually as r15627 (presubmit successful). ...
7 years, 5 months ago (2013-07-11 12:23:23 UTC) #4
Benedikt Meurer
> Too late for this change, but could we pretty please have a solution that ...
7 years, 5 months ago (2013-07-11 12:27:17 UTC) #5
Jakob Kummerow
On 2013/07/11 12:27:17, Benedikt Meurer wrote: > I asked Danno about the two files per ...
7 years, 5 months ago (2013-07-11 12:43:31 UTC) #6
Benedikt Meurer
On 2013/07/11 12:43:31, Jakob wrote: > On 2013/07/11 12:27:17, Benedikt Meurer wrote: > > I ...
7 years, 5 months ago (2013-07-11 13:13:24 UTC) #7
danno
Ben's observation seems reasonable, the .cc split is fine but the tiny headers are annoying. ...
7 years, 5 months ago (2013-07-11 14:08:34 UTC) #8
Dmitry Lomov (no reviews)
7 years, 5 months ago (2013-07-12 07:56:55 UTC) #9
Message was sent while issue was closed.
On 2013/07/11 14:08:34, danno wrote:
> Ben's observation seems reasonable, the .cc split is fine but the tiny headers
> are annoying. I like Jakob's solution, where all of the phases are declared
> together but the implementations are split out.

DBC: I do not feel this strongly, but I actually like small headers - it is
really easy to switch between declaration and definition, and having small
headers limits the required recompilation when something changes. My vote would
be to keep small headers.

Powered by Google App Engine
This is Rietveld 408576698