Skip to content

WIP: Introduce eqByteArrayAddr# primop

Andrew Martin requested to merge andrewthad/ghc:eq_bytearray_addr into master

Attempts to alleviate the problem described in #17464

I still need to unroll memcmp when the Addr# is a short constant.

Merge request reports