]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #16999 : brson/rust/fannkuch, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 7 Sep 2014 00:31:28 +0000 (00:31 +0000)
committerbors <bors@rust-lang.org>
Sun, 7 Sep 2014 00:31:28 +0000 (00:31 +0000)
From the discussion on reddit:
http://www.reddit.com/r/rust/comments/2fenlg/benchmark_improvement_fannkuchredux/

This adds two variants: the primary, that uses an unsafe block, and a secondary
that is completely safe.

The one with the unsafe block matches clang's performance and beats gcc's.


Trivial merge