ee89258e35
Hoisted variables are not assigned in between their new location and original location. Treat hoisted variables as potentially unassigned. TEST=pkg/vm/testcases/transformations/ffi/regress_54414.dart Does not contain the following after this fix: `throw "Attempt to execute code removed by Dart AOT compiler (TFA)";` Closes: https://github.com/dart-lang/sdk/issues/54414 Change-Id: I296576f65774efe431d9d938e24c766bbc138a13 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/343180 Auto-Submit: Daco Harkes <dacoharkes@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Daco Harkes <dacoharkes@google.com> Reviewed-by: Alexander Markov <alexmarkov@google.com>
This package hosts VM specific Dart code and helper scripts.