Hacker News new | ask | show | jobs
by timow1337 3307 days ago
If loops are implemented as tail calls, doesn't the call opcode get optimized away thus preventing the reduction checker from being run?
1 comments

It marks the point just before the call as a yield. That yield remains after optimization.