|
|
|
|
|
by barrkel
5050 days ago
|
|
Maybe the compiler needs to see the whole function in order to properly optimize register usage, because the function is on the critical path. There is sometimes more to code than readability, unfortunately. I have worked with functions thousands of lines long that can't be broken up without losing a few percentage points of speed - but these functions are called millions of times. |
|