Fork me on GitHub
#lumo
<
2017-05-03
>
dominicm08:05:30

@anmonteiro yep, it can't be solved, gotta use /bin/sh. But I think that breaks the node_modules stuff you fixed, (unconfirmed)

mfikes21:05:51

Perhaps Lumo can slip below the 80 ms perception threshold with this Prepack stuff :thinking_face:

anmonteiro21:05:18

@mfikes I totally made a note to check it out 馃檪

mfikes22:05:50

47.1 ms for Liutikov's Hello World ClojureScript test (previously 113.3 ms), which makes you wonder if it is doing interesting stuff with the ClojureScript standard lib

anmonteiro22:05:53

oooh promising

anmonteiro22:05:09

yeah I鈥檓 totally going to check it out tonight 馃檪

anmonteiro22:05:18

there might be some gotchas

mfikes22:05:18

Maybe Liutikov just applied Prepack to Closure's output

mfikes22:05:32

But, yeah, something's bound to break

anmonteiro22:05:36

Just worries me to do that with self-hosted

anmonteiro22:05:58

it might optimize away things that we can鈥檛 know if are going to be used

anmonteiro22:05:09

same reason why we can鈥檛 compile the self-hosted compiler under advanced

anmonteiro22:05:18

guess we won鈥檛 know until I try