Live data from Hacker News

V8 Maglev: compiler design doc

docs.google.com

1–10 of 19 posts

Re: V8 Maglev: compiler design doc

#2
Thank you to everyone involved in this. I'm wondering, is Node.js fiddling with v8 in order to focus more on the resulting code performance than the initial startup.

Planning to learn C/C++ in order to investigate that and if there any gains there.

Re: V8 Maglev: compiler design doc

#5
post #2

Thank you to everyone involved in this. I'm wondering, is Node.js fiddling with v8 in order to focus more on the resulting code performance than the initial startup. Planning to learn C/C++ in order to investigate that and if there any gains there.

I would guess node.js apps can load a ton of code so the startup can be important too.
Post reply on HN