Hacker News new | ask | show | jobs
by malisper 4253 days ago
Your example assumes that you can inline the calls to a and b. If you can't (for example if one of them calls themselves) then your optimization won't work.