Chromium Code Reviews
DescriptionAdd debugger steps in local variable assignments
This allows the debugger to single step and break on local
variable assignments in unoptimized code. Checks are only added if
the right hand side of the assignment has no safepoints where
the debugger would stop anyway.
Interestingly, generated code size is only 0.1% bigger, so the
cost is negligible.
Addresses issue 10403.
R=iposva@google.com
Committed: https://code.google.com/p/dart/source/detail?r=31575
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Patch Set 3 : #
Messages
Total messages: 7 (0 generated)
|
|||||||||||||||||||||||||||||||||||||