mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This includes a very simple pseudo-random number generator, which can be used to drive benchmarks. This doesn't include an official benchmark driver other than a trivial test routine that generates the tree. swift -emit-module -emit-library lfsr.swift -o liblfsr.dylib -O3 swift bst.swift -I. -L. -llfsr -O3 This is currently exposing an optimizer bug which will be filed shortly. Swift SVN r17044
2.8 KiB
2.8 KiB