[PATCH] D15539: [libcxxabi] Reducing stack usage of test

Jonathan Roelofs via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 16 11:26:26 PST 2015


jroelofs added a comment.

What does having them be `long double`s give over just multiplying the counts by 16 (or however big it is on your platform)? Alignment?

Seems like it'd be better to start with a prime that's ~16x larger, say 211, than to have that factor of 16 floating around everywhere.


http://reviews.llvm.org/D15539





More information about the cfe-commits mailing list