|
|
|
|
|
by Hydraulix989
2190 days ago
|
|
All of them? There's many cases where it doesn't make sense: - The function is exported to a library - The code generator emitted an indirect branch instruction - The inlined code exceeds the size of a single page in memory - The inlined code does not perform as well because it is not i-cacheable |
|