Hacker News new | past | comments | ask | show | jobs | submit login

In all fairness, you removed the actual print function from the code. Inspection of the non-compiled source suggests that the entire function execution as shown in /2 is called for every call to Dart's print.

print$getter()(1, $noargs, 'Hello, Dart!'); print$getter()(1, $noargs, 'foo'); print$getter()(1, $noargs, 'bar');




I did not remove print. Google Closure Compiler does inlining as well.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: