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

Issue 7739025: Fix an inlining bug on the 3.3 branch. (Closed)

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

Description

Fix an inlining bug on the 3.3 branch. When inlining a function in a test context, it's possible that control flow does not reach one or both of the branch targets. In that case we should not try to construct a flow graph from that target. This bug has been fixed on the 3.4 branch and later, but was present on 3.3 and earlier. R=vegorov@chromium.org BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=9144

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -7 lines) Patch
M src/hydrogen.cc View 1 chunk +10 lines, -6 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
9 years, 3 months ago (2011-09-06 11:05:30 UTC) #1
Vyacheslav Egorov (Chromium)
9 years, 3 months ago (2011-09-06 11:08:59 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698