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

Issue 2039173005: Refactoring assignment (Closed)

Created:
4 years, 6 months ago by sra1
Modified:
4 years, 6 months ago
Reviewers:
Jennifer Messerly
CC:
dev-compiler+reviews_dartlang.org
Base URL:
https://github.com/dart-lang/dev_compiler@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Refactoring assignment The idea is to have more _emitXXX methods, so that different paths for the same semantic action (e.g. implicit vs explicit 'this') call the same _emitXXX method. This is the first (simplest) step: assignments. R=jmesserly@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/ed8eaf2ea96a5d0acf28e9f686cf0391abbee5d8

Patch Set 1 #

Patch Set 2 : #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+144 lines, -2 lines) Patch
M lib/src/compiler/code_generator.dart View 1 2 chunks +144 lines, -2 lines 4 comments Download

Messages

Total messages: 7 (3 generated)
sra1
WDYT? There are a few small changes in some tests due to the fact that ...
4 years, 6 months ago (2016-06-07 22:41:48 UTC) #3
Jennifer Messerly
A couple of questions, otherwise LGTM! https://codereview.chromium.org/2039173005/diff/20001/lib/src/compiler/code_generator.dart File lib/src/compiler/code_generator.dart (right): https://codereview.chromium.org/2039173005/diff/20001/lib/src/compiler/code_generator.dart#newcode2781 lib/src/compiler/code_generator.dart:2781: JS.Expression _badAssignment(String problem, ...
4 years, 6 months ago (2016-06-07 23:04:21 UTC) #4
sra1
https://codereview.chromium.org/2039173005/diff/20001/lib/src/compiler/code_generator.dart File lib/src/compiler/code_generator.dart (right): https://codereview.chromium.org/2039173005/diff/20001/lib/src/compiler/code_generator.dart#newcode2781 lib/src/compiler/code_generator.dart:2781: JS.Expression _badAssignment(String problem, Expression lhs, Expression rhs) { On ...
4 years, 6 months ago (2016-06-07 23:56:07 UTC) #5
sra1
4 years, 6 months ago (2016-06-08 00:10:00 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
ed8eaf2ea96a5d0acf28e9f686cf0391abbee5d8 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698