mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
98b5d17d9d
Statically track nested blocks, loops, and switches while constructing the flow graph. Use the nesting stack as a mapping from source labels (class SourceLabel) to their flow-graph targets (class JoinEntryInstr). This removes the indirect dependence of the AST on the intermediate language and the mutable compiler state from the AST. R=fschneider@google.com, srdjan@google.com Review URL: https://codereview.chromium.org//71703002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30336 260f80e4-7a28-3924-810f-c04153c831b5 |
||
---|---|---|
.. | ||
bin | ||
include | ||
lib | ||
platform | ||
tests/vm | ||
third_party | ||
tools | ||
vm | ||
.gitignore | ||
codereview.settings | ||
dart-runtime.gyp | ||
PRESUBMIT.py |