Chromium Code Reviews
DescriptionOption to truncate integers to 64 bits, part 1 (core VM changes)
This changeset revises --limit-ints-to-64-bits option to
change range of integers from unlimited to int64.
On overflow, integer arithmetic operations silently wrap around and
discard extra bits. No Bigints are allocated in case of overflow.
This changeset is the 1st part in the series of changes, it revises the implementation of integer arithmetic operations. More changes will follow.
R=regis@google.com, zra@google.com
Issue: https://github.com/dart-lang/sdk/issues/30103
Committed: https://github.com/dart-lang/sdk/commit/7a20b6b8d89ec22b9e036d17abba54ad52ef451c
Patch Set 1 #
Total comments: 30
Patch Set 2 : Review fixes #Patch Set 3 : Corrections in comments #
Total comments: 12
Patch Set 4 : Merged 2 flags into 1 (--limit-ints-to-64-bits) #
Total comments: 2
Messages
Total messages: 16 (3 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||