|
|
|
|
|
by OnACoffeeBreak
1483 days ago
|
|
The way to answer this question is to look at the assembly code generated by the compiler with various optimization levels and see whether the compiler ever inlines the compare function. https://godbolt.org/ might be useful for this exercise. |
|