[PATCH] D17505: Exit early

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 23 06:36:45 PST 2016


> I wrote it mostly for sanity when benchmarking other ideas of how to
> write the data out. For example, I want to properly benchmark using
> anonymous memory + write and play with async write, but want to make
> sure to not include extra shutdown costs.
>
> I will benchmark it on OS X (laptop) and windows (VM).

On OS X there is no perf, so I had to write a small python script to
time it (attached).

clang: 1.016X faster.

scylla: 1.004X faster.

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: time-it.py
Type: text/x-python-script
Size: 13802 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160223/671f977f/attachment.bin>


More information about the llvm-commits mailing list