Y
Hacker News
new
|
ask
|
show
|
jobs
by
umanwizard
3513 days ago
Creating a stack frame is just updating a register and writing a couple of values to L1 cache.
1 comments
jheriko
3513 days ago
sometimes not even that. it might just update a single register and write nothing to cache or memory... and that cost might be hidden by out-of-order execution and the parallelism of different units on the CPU, making it effectively zero-cost.
link