Y
Hacker News
new
|
ask
|
show
|
jobs
by
JohnFen
1197 days ago
I do! When optimizing code that must run obscenely fast, I look at the assembly the compiler spits out to make sure that it can't be improved on, speed-wise.
Usually, it can't -- but sometimes...