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

Issue 10119006: Remove restriction when computing instructions that can be generate at use site. (Closed)

Created:
8 years, 8 months ago by ngeoffray
Modified:
8 years, 8 months ago
CC:
reviews_dartlang.org, karlklose, ahe, kasperl
Visibility:
Public.

Description

Remove restriction when computing instructions that can be generate at use site. Committed: https://code.google.com/p/dart/source/detail?r=6685

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -10 lines) Patch
M lib/compiler/implementation/ssa/codegen_helpers.dart View 1 2 chunks +4 lines, -10 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ngeoffray
I can't find the reason why we would not allow an instruction that is 1) ...
8 years, 8 months ago (2012-04-18 12:28:11 UTC) #1
floitsch
LGTM. https://chromiumcodereview.appspot.com/10119006/diff/1/lib/compiler/implementation/ssa/codegen_helpers.dart File lib/compiler/implementation/ssa/codegen_helpers.dart (right): https://chromiumcodereview.appspot.com/10119006/diff/1/lib/compiler/implementation/ssa/codegen_helpers.dart#newcode139 lib/compiler/implementation/ssa/codegen_helpers.dart:139: if (findInInputs(instruction)) tryGenerateAtUseSite(instruction); as discussed change this to ...
8 years, 8 months ago (2012-04-18 13:13:24 UTC) #2
ngeoffray
8 years, 8 months ago (2012-04-18 13:17:19 UTC) #3
Thanks Florian

https://chromiumcodereview.appspot.com/10119006/diff/1/lib/compiler/implement...
File lib/compiler/implementation/ssa/codegen_helpers.dart (right):

https://chromiumcodereview.appspot.com/10119006/diff/1/lib/compiler/implement...
lib/compiler/implementation/ssa/codegen_helpers.dart:139: if
(findInInputs(instruction)) tryGenerateAtUseSite(instruction);
On 2012/04/18 13:13:24, floitsch wrote:
> as discussed change this to findInInputsAndPopNonMatching.
> and keep the 'else assert(...isEmpty())'.

Done.

Powered by Google App Engine
This is Rietveld 408576698