Fork me on GitHub
#cljs-dev
<
2017-12-24
>
rauh08:12:14

Oh sweet, GCC now has @noinline annotation: https://github.com/google/closure-compiler/issues/2751

rauh08:12:44

Probably worth it for some fns in cljs.core. I can see array-index-of-... as candidates.

juhoteperi17:12:43

I thought I finally found what broke CJS processing with December Closure, CJS processing was moved from parsing into its own Pass, but calling that still doesn't fix it 😕