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

Issue 918613002: Refactor implementation to address review comments and API design suggestions from Luke. (Closed)

Created:
5 years, 10 months ago by ahe
Modified:
5 years, 10 months ago
Reviewers:
kasperl
CC:
fletch+reviews_googlegroups.com, lukechurch
Base URL:
git@github.com:dart-lang/fletch.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Refactor implementation to address review comments and API design suggestions from Luke. R=kasperl@google.com Committed: https://github.com/dart-lang/fletch/commit/311cb6f1051cef61787918bb4fc0a8bcd4a1d42a

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+732 lines, -332 lines) Patch
A pkg/fletchc/lib/compiler.dart View 1 chunk +131 lines, -0 lines 0 comments Download
M pkg/fletchc/lib/dart2js_bridge.dart View 1 chunk +5 lines, -332 lines 0 comments Download
A pkg/fletchc/lib/src/bytecode_builder.dart View 1 chunk +375 lines, -0 lines 2 comments Download
A pkg/fletchc/lib/src/fletch_backend.dart View 1 chunk +79 lines, -0 lines 0 comments Download
A pkg/fletchc/lib/src/fletch_compiler.dart View 1 chunk +56 lines, -0 lines 0 comments Download
A pkg/fletchc/lib/src/fletch_compiler_hack.dart View 1 chunk +33 lines, -0 lines 0 comments Download
A pkg/fletchc/lib/src/fletch_context.dart View 1 chunk +36 lines, -0 lines 0 comments Download
A pkg/fletchc/lib/src/fletch_resolution_callbacks.dart View 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
ahe
5 years, 10 months ago (2015-02-11 13:48:31 UTC) #2
kasperl
LGTM. https://codereview.chromium.org/918613002/diff/1/pkg/fletchc/lib/src/bytecode_builder.dart File pkg/fletchc/lib/src/bytecode_builder.dart (right): https://codereview.chromium.org/918613002/diff/1/pkg/fletchc/lib/src/bytecode_builder.dart#newcode21 pkg/fletchc/lib/src/bytecode_builder.dart:21: class BytecodeBuilder extends SemanticVisitor { I think it ...
5 years, 10 months ago (2015-02-11 13:50:29 UTC) #3
ahe
Thank you, Kasper! https://codereview.chromium.org/918613002/diff/1/pkg/fletchc/lib/src/bytecode_builder.dart File pkg/fletchc/lib/src/bytecode_builder.dart (right): https://codereview.chromium.org/918613002/diff/1/pkg/fletchc/lib/src/bytecode_builder.dart#newcode21 pkg/fletchc/lib/src/bytecode_builder.dart:21: class BytecodeBuilder extends SemanticVisitor { On ...
5 years, 10 months ago (2015-02-11 14:35:25 UTC) #4
ahe
5 years, 10 months ago (2015-02-11 14:37:26 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
311cb6f1051cef61787918bb4fc0a8bcd4a1d42a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698