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

Issue 6635012: Refactor inlined functions to avoid using subgraphs. (Closed)

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

Description

Refactor inlined functions to avoid using subgraphs. Function inlining no longer uses subgraphs. We detect inlining in an effect context and avoid materializing a return value earlier than we did before. Committed: http://code.google.com/p/v8/source/detail?r=7080

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -213 lines) Patch
M src/hydrogen.h View 2 chunks +0 lines, -10 lines 0 comments Download
M src/hydrogen.cc View 16 chunks +94 lines, -202 lines 0 comments Download
M src/preparser.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
9 years, 9 months ago (2011-03-07 14:38:15 UTC) #1
fschneider
9 years, 9 months ago (2011-03-07 15:33:11 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698