Description[vm] Update runtime/vm/stub_code_<arch>_test to avoid using Bigints
In preparation for limiting Dart integers to 64 bits, test for stub
code generation is updated to avoid using Bigints.
Instead of calling kBigintCompareRuntimeEntry leaf runtime entry,
this test now calls kCaseInsensitiveCompareUC16RuntimeEntry.
R=zra@google.com
Issue: https://github.com/dart-lang/sdk/issues/30103
Committed: https://github.com/dart-lang/sdk/commit/da654d9a5f387e54d7a991df7d3ed19b5230d8cf
Patch Set 1 #
Total comments: 2
Patch Set 2 : Cleanup: _assembler_ locals are renamed to assembler. #
Messages
Total messages: 6 (2 generated)
|