sbcl.sbcl/benchmarks
Douglas Katzman 68d68fe3cd Implement fastrem-32 vop for arm64 and ppc64
This got about 5% speedup in the FIND-SYMBOL benchmark for those CPUs,
less than on x86-64, but I'll bet they run the string hashing step more
slowly, so the remainder operation in %LOOKUP-SYMBOL is a smaller
contributor to the total time. Amdahl's law pertains.

Also implement fastrem-64 in case we need it.
2022-12-07 15:30:19 -05:00
..
find-symbol.lisp Implement fastrem-32 vop for arm64 and ppc64 2022-12-07 15:30:19 -05:00
grab-mutex.lisp Demonstrate some ways to improve WITH-MUTEX 2021-08-10 20:04:13 -04:00
threads-compile.lisp Add some optional instrumentation to object creation 2021-08-18 20:27:41 -04:00