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

Issue 10441044: Refactor common logic of SsaBuilder.visitSend. (Closed)

Created:
8 years, 7 months ago by Anton Muhin
Modified:
8 years, 6 months ago
Reviewers:
ahe, Roman
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Refactor common logic of SsaBuilder.visitSend. lib/compiler/implementation/dart_backend.dart R=ahe@google.com,smok@google.com Committed: https://code.google.com/p/dart/source/detail?r=8316

Patch Set 1 #

Total comments: 3

Patch Set 2 : Next iteration #

Total comments: 3

Patch Set 3 : Next iteration #

Patch Set 4 : Minor typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -36 lines) Patch
M lib/compiler/implementation/leg.dart View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A lib/compiler/implementation/resolved_visitor.dart View 1 2 3 1 chunk +52 lines, -0 lines 0 comments Download
M lib/compiler/implementation/ssa/builder.dart View 1 2 3 5 chunks +16 lines, -36 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Anton Muhin
8 years, 7 months ago (2012-05-25 11:10:24 UTC) #1
Anton Muhin
https://chromiumcodereview.appspot.com/10441044/diff/1/lib/compiler/implementation/tree/tree.dart File lib/compiler/implementation/tree/tree.dart (right): https://chromiumcodereview.appspot.com/10441044/diff/1/lib/compiler/implementation/tree/tree.dart#newcode10 lib/compiler/implementation/tree/tree.dart:10: #import('../leg.dart'); if we don't want those cyclic deps, I ...
8 years, 7 months ago (2012-05-25 11:11:58 UTC) #2
ahe
https://chromiumcodereview.appspot.com/10441044/diff/1/lib/compiler/implementation/tree/nodes.dart File lib/compiler/implementation/tree/nodes.dart (right): https://chromiumcodereview.appspot.com/10441044/diff/1/lib/compiler/implementation/tree/nodes.dart#newcode297 lib/compiler/implementation/tree/nodes.dart:297: analyse([ It concerns that I don't see how this ...
8 years, 6 months ago (2012-05-29 10:24:00 UTC) #3
Anton Muhin
https://chromiumcodereview.appspot.com/10441044/diff/1/lib/compiler/implementation/tree/nodes.dart File lib/compiler/implementation/tree/nodes.dart (right): https://chromiumcodereview.appspot.com/10441044/diff/1/lib/compiler/implementation/tree/nodes.dart#newcode297 lib/compiler/implementation/tree/nodes.dart:297: analyse([ On 2012/05/29 10:24:00, ahe wrote: > It concerns ...
8 years, 6 months ago (2012-05-31 18:56:38 UTC) #4
ahe
I don't think the analyze method belongs as a method on Send. Instead, it feels ...
8 years, 6 months ago (2012-06-01 13:50:34 UTC) #5
Anton Muhin
Neither do I like additional deps. What kind of visitor you're referring? If it's node ...
8 years, 6 months ago (2012-06-01 14:07:06 UTC) #6
ahe
On 2012/06/01 14:07:06, antonmuhin wrote: > Neither do I like additional deps. > > What ...
8 years, 6 months ago (2012-06-04 14:38:52 UTC) #7
Anton Muhin
PTAL
8 years, 6 months ago (2012-06-04 18:29:00 UTC) #8
ahe
8 years, 6 months ago (2012-06-06 09:04:03 UTC) #9
LGTM!

Powered by Google App Engine
This is Rietveld 408576698