-
Moritz Angermann authored
Our current approach is taken from autoconf, and requires a binary search to find constants. This is not only very time consuming but also breaks when the compiler fails to recognize an expression as constant. As such we ask the compiler to produce assembly, crudely parse that assembly and try to extract the constant directly from the generated assembly.
Moritz Angermann authoredOur current approach is taken from autoconf, and requires a binary search to find constants. This is not only very time consuming but also breaks when the compiler fails to recognize an expression as constant. As such we ask the compiler to produce assembly, crudely parse that assembly and try to extract the constant directly from the generated assembly.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.