[pypy-issue] [issue766] Shadowstack root finder should be competitive with asmgcc in speed

Dan Villiom Podlaski Christiansen tracker at bugs.pypy.org
Tue Jun 28 14:14:53 CEST 2011


Dan Villiom Podlaski Christiansen <danchr at gmail.com> added the comment:

Okay, a new benchmark comparison. This time, it's asmgcc & Apple GCC 4.0 vs. 
shadowstack & Clang, both x86_64 builds. I'd say it's getting close to a tie: 
only three benchmarks show statistically significant results, from 4% to 15% 
slower.

Significantly different benchmarks:

### ai ###
Min: 0.423298 -> 0.474566: 1.1211x slower
Avg: 0.440061 -> 0.490685: 1.1150x slower
Significant (t=-9.968230, a=0.95)
Stddev: 0.02571 -> 0.02507: 1.0255x smaller

### meteor-contest ###
Min: 0.349847 -> 0.403567: 1.1536x slower
Avg: 0.357621 -> 0.410803: 1.1487x slower
Significant (t=-22.379921, a=0.95)
Stddev: 0.01273 -> 0.01097: 1.1610x smaller

### pyflate-fast ###
Min: 1.437436 -> 1.498530: 1.0425x slower
Avg: 1.498347 -> 1.569198: 1.0473x slower
Significant (t=-10.849142, a=0.95)
Stddev: 0.02689 -> 0.03754: 1.3962x larger

----------
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue766>
________________________________________


More information about the pypy-issue mailing list