DescriptionIntroduce a flag --limit-ints-to-64-bits in the VM in order to investigate the
use of Bigint (see issue #28595).
A RangeError with the message "Integer operand requires conversion to Bigint" is
thrown when a Bigint gets allocated. However, parsing a Bigint literal in Dart
source will not throw the RangeError (as long as the literal is not used).
R=asiva@google.com
Committed: https://github.com/dart-lang/sdk/commit/54c1cbd6eab80a6e3f8347b3f3e2aae40bb329c2
Patch Set 1 #
Total comments: 4
Patch Set 2 : work in progress #
Messages
Total messages: 6 (2 generated)
|