Hacker News new | ask | show | jobs
by Bulat_Ziganshin 528 days ago
except that we need max() here :)
1 comments

Huh, why max()? Generally microbenchmarks want min() (or close to it).
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 :-)