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

Issue 8523012: first stage of Value cleanups (Closed)

Created:
9 years, 1 month ago by jimhug
Modified:
9 years, 1 month ago
Reviewers:
Jennifer Messerly
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Adds source information to all values (with no detectable perf impact). Uses Value more consistently for operations in gen. Starts down the path of cleaning up this type. Committed: https://code.google.com/p/dart/source/detail?r=1430

Patch Set 1 #

Patch Set 2 : prereviewed #

Patch Set 3 : rebased #

Total comments: 11
Unified diffs Side-by-side diffs Delta from patch set Stats (+564 lines, -491 lines) Patch
M frog/frogsh View 1 2 76 chunks +283 lines, -259 lines 0 comments Download
M frog/gen.dart View 1 28 chunks +97 lines, -93 lines 6 comments Download
M frog/member.dart View 1 24 chunks +74 lines, -64 lines 2 comments Download
M frog/value.dart View 1 22 chunks +103 lines, -67 lines 3 comments Download
M frog/var_member.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M tests/language/language.status View 2 chunks +4 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jimhug
TBR
9 years, 1 month ago (2011-11-10 22:13:51 UTC) #1
Jennifer Messerly
lgtm http://codereview.chromium.org/8523012/diff/4001/frog/gen.dart File frog/gen.dart (right): http://codereview.chromium.org/8523012/diff/4001/frog/gen.dart#newcode1536 frog/gen.dart:1536: return new Value(method.declaringType, 'this', node != null ? ...
9 years, 1 month ago (2011-11-10 22:50:39 UTC) #2
jimhug
9 years, 1 month ago (2011-11-11 15:46:53 UTC) #3
Thanks for all the comments!  You should expect to see them all addressed in my
next CL.

Powered by Google App Engine
This is Rietveld 408576698