Files
rust/compiler
Mark Rousskov 3cd5c95ab0 Specialize HashStable for [u8] slices
Particularly for ctfe-stress-4, the hashing of byte slices as part of the
MIR Allocation is quite hot. Previously, we were falling back on byte-by-byte
copying of the slice into the SipHash buffer (64 bytes long) before hashing a 64
byte chunk, and then doing that again and again.

This should hopefully be an improvement for that code.
2021-10-23 12:11:05 -04:00
..
2021-09-20 22:21:42 -04:00
2021-09-20 22:21:42 -04:00
2021-10-16 13:36:05 -07:00
2021-09-20 22:21:42 -04:00
2021-09-20 22:21:42 -04:00
2021-10-20 18:51:15 +02:00
2021-10-03 16:08:54 +02:00