concise notes
Blog
About
babel Tags
programming
JavaScript
Dec 17, 2015
Making Babel fast with ES2015 rest parameters
What I did to help avoid bailouts on rest parameters transpilation.
#javascript
#es2015
#babel
#nodejs
#crankshaft
#v8
programming
JavaScript
Nov 02, 2015
JavaScript performance with Babel and Node.js: a case against default parameters in tail call optimizations
Babel might prevent some V8 optimizations to happen. Also, have you heard about Unsupported Phi Use of Arguments?
#javascript
#es2015
#babel
#nodejs
#crankshaft
#v8