DescriptionDon't print variable descriptors by default when printing disassembly.
Since variable descriptors are generated lazily, printing disassembly
could trigger re-parsing. This should not hurt in general, but running with
--disassemble should not invoke the parser just for printing -- hereby triggering GC or otherwise altering the execution in unexpected ways.
BUG=#26441
R=rmacnak@google.com
Committed: https://github.com/dart-lang/sdk/commit/cbc1d9fc6315889fc94abcacdde3dbd68b419c99
Patch Set 1 #Patch Set 2 : add test coverage for the new flag #
Messages
Total messages: 7 (3 generated)
|