Commit graph

2 commits

Author SHA1 Message Date
Johan Engelen
eb7c327ba2 Set -O3 in array_equals_memcmp assembly test (#2890)
`memcmp` on small memory ranges is not optimized-out on `-O0` for AArch64, so turn optimization on. This fixes the test on AArch64.
2018-10-31 21:04:39 +01:00
Johan Engelen
bd09cdc659 Optimize static array comparisons to a memcmp call for types for which this is valid.
Resolves #1632
2017-03-01 00:37:48 +01:00