Y
Hacker News
new
|
ask
|
show
|
jobs
by
SilasX
2140 days ago
Any reason not to just do some other “increment stack pointer” option?
1 comments
glandium
2140 days ago
The instruction is smaller. Push rax is encoded into 1 bytes, while an increment stack pointer would be 4.
link