MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump to O3 in jit

+1 -1
+1 -1
src/silver/swarm.c
··· 119 119 if (!jc) return; 120 120 jc->ctx = MIR_init(); 121 121 MIR_gen_init(jc->ctx); 122 - MIR_gen_set_optimize_level(jc->ctx, 2); 122 + MIR_gen_set_optimize_level(jc->ctx, 3); 123 123 jit_load_externals_once(jc); 124 124 jit_ctx_set(js, jc); 125 125 }