Hacker News new | ask | show | jobs
by ambivalence 459 days ago
A big chunk of the performance gain comes from the fact that with tail calls the CPU doesn't have to reset the registers (configured through the `preserve_none` calling convention).