When compiling some code I noticed that cljs.core.apply doesn't get removed, I suspect this may trigger other fns to also not get eliminated. Needs investigation.
Environment
None
Activity
David Nolen
July 30, 2013 at 5:46 AM
This has been addressed in master, hello world is quite tiny now. It will only get smaller when real Keywords land.
David Nolen
February 20, 2013 at 2:43 PM
Global hierarchy atom issue has been addressed in master.
David Nolen
May 16, 2012 at 6:45 PM
It looks like removing apply manually eliminates apply-to as expected. Another dead code elimination issue - the global-hierarchy atom. No need to emit this if the user never uses multimethods.
When compiling some code I noticed that cljs.core.apply doesn't get removed, I suspect this may trigger other fns to also not get eliminated. Needs investigation.