-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing amalgamation files #573
Conversation
Ah, inlining differences by having all the functions in the same translation unit might be the difference? That makes some sense (and maybe we could also reproduce by using LTO then?). |
@Dr-Emann That is indeed the idea. I meant to write to you about it, but I had meetings. |
No problem. I've been finding some very interesting stuff over at RoaringBitmap/croaring-rs#128 (comment) TL;DR looking more and more like a compiler bug to me. |
@Dr-Emann For obvious reasons, I will complete this PR. Testing the amalgamated files is a good idea. And it is cheap. |
I am going to merge this as I think it is uncontroversial. |
This new test will build the amalgamation files and try to execute them, as part of our tests.