sbcl.sbcl/benchmarks/arm64-softcard.txt
Douglas Katzman 1a74090745 arm64: switch to soft card marks
This was performance-neutral in my limited testing- the regression
suite consumes the same amount of time before and after. Given that the
compiler probably takes a little longer due to deciding to emit barriers,
the runtime of the code under test seems as good if not better.

Thanks to Stas for some help with Darwin changes.
2023-11-20 23:24:11 -05:00

11 lines
369 B
Plaintext

Tested on a fairly recent iMac
time ./parallel-exec.sh 8
baseline soft card marks
-------- ---------------
Total realtime: 73677 msec Total realtime: 72886 msec
real 1m13.943s real 1m13.152s
user 5m35.184s user 5m35.356s
sys 1m27.364s sys 1m23.214s