[PATCH] D112659: Add a limit to __make_integer_seq builtin.
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 27 13:38:08 PDT 2021
erichkeane added a subscriber: ldionne.
erichkeane added a comment.
Some additional data on a release build (on my quite recent Xeon 8260M):
2^24: 27 sec, ~3.3GB
2^25: 49 sec, ~6.4GB
It follows a pretty linear pattern from there. I'm open to choosing a different limit if we find one more reasonable for some reason or another (@ldionne opinion?).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112659/new/
https://reviews.llvm.org/D112659
More information about the cfe-commits
mailing list