Skip to content
Snippets Groups Projects
Commit a8c0e31b authored by Sylvain Henry's avatar Sylvain Henry Committed by Marge Bot
Browse files

JS: faster implementation for some numeric primitives (#23597)


Use faster implementations for the following primitives in the JS
backend by not using JavaScript's BigInt:
- plusInt64
- minusInt64
- minusWord64
- timesWord64
- timesInt64

Co-authored-by: default avatarJosh Meredith <joshmeredith2008@gmail.com>
parent 4074a3f2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment