DescriptionAOT: Fix bug in receiver type propagation after unique selector calls.
Insert Redefinition instructions to prohibit unsafe code motion. If we propagate
the receiver type downwards from a call to a unique selector, we must not hoist
instructions that were optimized using this type information across the call.
R=vegorov@google.com
Committed: https://github.com/dart-lang/sdk/commit/890bfa80154227e1b5fc0e15d0c0ef5f6b16e013
Patch Set 1 #Patch Set 2 : add test file #
Total comments: 6
Patch Set 3 : address comments #
Messages
Total messages: 7 (2 generated)
|