Hacker News new | ask | show | jobs
by dataflow 528 days ago
Huh, why max()? Generally microbenchmarks want min() (or close to it).
1 comments

because THIS code becomes faster once RCX is saved and restored during the interrupt call
Oh right, my bad, thanks. Totally escaped me when I wrote that :-)