brrt \o 08:14
timotimo o/ brrt 13:21
brrt ohai timotimo
timotimo wow 14:34
remember when we decided whether to inline or not based on the pre-spesh bytecode size rather than the post-spesh bytecode size?
here's a blog post that shows that if a function has lots of bytes in comments, it can get past the "max-inlined-source-size" for v8's optimizer and it won't inline the function, even if it's ridiculously simple 14:35
so ... if you want efficient code, make sure to make all your var names one character and don't write any comments!
%)
leedo timotimo: got a link? sounds interesting 14:57
timotimo medium.com/@c2c/nodejs-a-quick-opt...53b820c92e 15:08
^ leedo
leedo thanks! 15:22
flussence jeez... you mean those silly js minifier things actually *do* help performance?
timotimo only because the decision is made based on a silly metric in this case 15:29
flussence
.oO( I wonder if it's done that way deliberately to give Closure Compiler an unfair advantage )
15:52
timotimo ugh
that'd be low.