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

Issue 9618052: Avoid starting a new basic block when inlining a function. (Closed)

Created:
8 years, 9 months ago by fschneider
Modified:
8 years, 9 months ago
CC:
v8-dev
Visibility:
Public.

Description

Avoid starting a new basic block when inlining a function. Instead of creating a fresh basic block for the inlined body, I just simulate the outer environment in the middle of the current block before updating the current environment to the inlined environment and emitting the enter-inlined instruction. Committed: https://code.google.com/p/v8/source/detail?r=10954

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -4 lines) Patch
M src/hydrogen.cc View 1 chunk +2 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
8 years, 9 months ago (2012-03-07 11:33:14 UTC) #1
Kevin Millikin (Google)
8 years, 9 months ago (2012-03-07 11:59:47 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698