mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
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.
11 lines
369 B
Plaintext
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
|