Chromium Code Reviews
DescriptionSmall cleanups in the Kernel FlowGraphBuilder
- The flow graph builder is only used to visit Statements and
Expressions so it does not need TreeVisitor as a base class. This
will make refactoring it easier.
- The TranslationHelper is bound to a Thread so we do not need
Thread::Current where we have a TranslationHelper.
- BlockExpression does not exist in Kernel any more, so it can be
removed from the C++ AST implementation.
BUG=
R=kustermann@google.com
Committed: https://github.com/dart-lang/sdk/commit/a39234eede23e97aba5b15ea3430b30a9a455a18
Patch Set 1 #
Total comments: 3
Patch Set 2 : Incorporate review comments #
Messages
Total messages: 7 (2 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||