Y
Hacker News
new
|
ask
|
show
|
jobs
by
jhallenworld
1660 days ago
All other things equal, you would prefer smaller code for better cache use.
1 comments
volta83
1660 days ago
8x 2 byte instructions (16 bytes) lead to smaller code than 4x 8 byte instructions (32 bytes).
Counting number of instructions isn't really a good metric for that either.
link
Counting number of instructions isn't really a good metric for that either.