V8 Maglev: compiler design doc
docs.google.com
V8 Maglev: compiler design doc
1–10 of 19 posts
Re: V8 Maglev: compiler design doc
#2Planning to learn C/C++ in order to investigate that and if there any gains there.
Re: V8 Maglev: compiler design doc
#3Would be interesting to hear where they ended up with the parallelism that was mentioned in passing.
Re: V8 Maglev: compiler design doc
#4Imagine keeping execution smooth while switching between all those tiers. Modern JS engines are fascinating beasts.
Re: V8 Maglev: compiler design doc
#5Thank 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
#6Re: V8 Maglev: compiler design doc
#7Boy am I glad that huge internet companies are willing to fund these sorts of large engineering projects in the open
Re: V8 Maglev: compiler design doc
#8Re: V8 Maglev: compiler design doc
#9Re: V8 Maglev: compiler design doc
#10Boy am I glad that huge internet companies are willing to fund these sorts of large engineering projects in the open
Looks similar to the PHP compiler.