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

Issue 10084002: Add the first phi's input as possible generate-at-use-site. (Closed)

Created:
8 years, 8 months ago by Lasse Reichstein Nielsen
Modified:
8 years, 8 months ago
Reviewers:
floitsch
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add the first phi's input as possible generate-at-use-site. May remove some extraneous temporary variables, if the values are computed in an opportune order (read: Room for improvement). Committed: https://code.google.com/p/dart/source/detail?r=6517

Patch Set 1 #

Total comments: 5

Patch Set 2 : Address review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -8 lines) Patch
M frog/tests/leg/src/SsaPhiCodegenTest.dart View 1 1 chunk +3 lines, -3 lines 0 comments Download
M frog/tests/leg/src/TypeInferenceTest.dart View 1 1 chunk +1 line, -2 lines 0 comments Download
M lib/compiler/implementation/ssa/codegen_helpers.dart View 1 4 chunks +24 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Lasse Reichstein Nielsen
8 years, 8 months ago (2012-04-13 11:04:42 UTC) #1
floitsch
LGTM. https://chromiumcodereview.appspot.com/10084002/diff/1/frog/tests/leg/src/SsaPhiCodegenTest.dart File frog/tests/leg/src/SsaPhiCodegenTest.dart (right): https://chromiumcodereview.appspot.com/10084002/diff/1/frog/tests/leg/src/SsaPhiCodegenTest.dart#newcode68 frog/tests/leg/src/SsaPhiCodegenTest.dart:68: // TODO(ngeoffray): Add live range analysis to the ...
8 years, 8 months ago (2012-04-13 12:41:32 UTC) #2
Lasse Reichstein Nielsen
8 years, 8 months ago (2012-04-13 13:03:58 UTC) #3
https://chromiumcodereview.appspot.com/10084002/diff/1/frog/tests/leg/src/Ssa...
File frog/tests/leg/src/SsaPhiCodegenTest.dart (right):

https://chromiumcodereview.appspot.com/10084002/diff/1/frog/tests/leg/src/Ssa...
frog/tests/leg/src/SsaPhiCodegenTest.dart:68: // TODO(ngeoffray): Add live range
analysis to the codegen
Moved down to the case that is still isFalse.

https://chromiumcodereview.appspot.com/10084002/diff/1/frog/tests/leg/src/Typ...
File frog/tests/leg/src/TypeInferenceTest.dart (right):

https://chromiumcodereview.appspot.com/10084002/diff/1/frog/tests/leg/src/Typ...
frog/tests/leg/src/TypeInferenceTest.dart:57: // TODO(ngeoffray): Do live range
analysis to make this test pass.
Removed.

Powered by Google App Engine
This is Rietveld 408576698