Y
Hacker News
new
|
ask
|
show
|
jobs
by
nwlieb
1397 days ago
Is `(x - 1)` not a runtime cost if `x` is a runtime variable?
1 comments
vikingerik
1397 days ago
Not on many instruction architectures - addressing modes often support adding/subtracting a constant.
link