Chromium Code Reviews
DescriptionDon't visit a frame's code object twice.
One slot in each Dart frame contains a "pc marker". Prior to the calling convention change, the pc marker was a fixed offset from the code's entry point, from which the code object could be derived. After the change, the pc marker is a pointer to the code object itself.
R=asiva@google.com
Committed: https://github.com/dart-lang/sdk/commit/f894b69a02e352443dae6873bbe41a34e1c4f0b4
Patch Set 1 #
Messages
Total messages: 5 (2 generated)
|
|||||||||||||||||||