Chromium Code Reviews
DescriptionStore FP instead of SP in the exit info when transitioning from Dart to C++.
The exit frame info should contain the FP, not SP. This only worked so
far because FP == SP in the three exit-stubs affected
(CallToRuntime-, CallNativeCFunction-, CallBootstrapCFunction-stub).
This change has no performance implications but allows to set up a general
frame (frame size > 0) in those stubs if needed.
BUG=
R=srdjan@google.com
Committed: https://github.com/dart-lang/sdk/commit/d7c38331634bcbc8664138aea3fe1d77352bc945
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||