When compiling sqlite amalgamation, this drops instruction count
from 5,871,802,226, to 5,867,475,615, which is not very significant but not
something to be frowned upon either.
Details
Details
- Reviewers
nikic
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Wouldn't this go against https://llvm.org/docs/CodingStandards.html#do-not-use-static-constructors?
Comment Actions
This one can probably be abandoned after the AttrMask/AttrBuilder changes that have been made?