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

Issue 23660008: Fix a bug in the variable allocator: a pure instruction between an inlined if and its inlined expre… (Closed)

Created:
7 years, 3 months ago by ngeoffray
Modified:
7 years, 3 months ago
Reviewers:
kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix a bug in the variable allocator: a pure instruction between an inlined if and its inlined expression made the live instructions die before that pure instruction. So the pure instruction could just re-use an already taken variable name. R=kasperl@google.com Committed: https://code.google.com/p/dart/source/detail?r=27514

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -3 lines) Patch
M sdk/lib/_internal/compiler/implementation/ssa/codegen.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/variable_allocator.dart View 3 chunks +16 lines, -1 line 0 comments Download
A tests/language/inlined_conditional_test.dart View 1 chunk +49 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ngeoffray
7 years, 3 months ago (2013-09-16 08:05:11 UTC) #1
kasperl
LGTM!
7 years, 3 months ago (2013-09-16 08:35:26 UTC) #2
ngeoffray
7 years, 3 months ago (2013-09-16 09:19:06 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r27514 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698