Chromium Code Reviews
DescriptionRemove non-useful duplicated code from the flow graph builder.
For most AST nodes, there is a core of the translation that is shared
for all contexts and only the handling of the final computation
differs. Make this last part virtual and the visit functions
non-virtual by default.
We can still override visit functions if we want truly different
translations.
R=srdjan@google.com
BUG=
TEST=
Committed: https://code.google.com/p/dart/source/detail?r=4786
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
||||||||||||||||||||||||||||