Skip to content

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

Sylvain Henry requested to merge hsyl20/ghc:wip/js-arith into master

Use faster implementations for the following primitives in the JS backend by not using JavaScript's BigInt:

  • plusInt64
  • minusInt64
  • minusWord64
  • timesWord64
  • timesInt64

Merge request reports