|
|
|
|
|
by anamax
5808 days ago
|
|
> Function calls are way expensive, because you're resetting like 4 registers and screwing over the instruction cache. Function calls don't screw over the instruction cache. Executing code at lots of different addresses screws over the instruction cache. |
|