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.
Yay a new part of chromium with a new name made by different people (probably) than the original v8 people. Seems like Google has an affliction of “not invented by me”.
Just read the first sentence if you are thinking I’m being a bit harsh:
“We’ve previously made a case why four tiers in V8(Google internal) make sense to explain why Sparkplug made sense in addition to Ignition, TurboProp and TurboFan. TurboProp was a midtier compiler proposal based on TurboFan to significantly improve compilation speed while compromising on the performance of the resulting code. With Sparkplug in place, however, the design tradeoffs TurboProp made by being built on top of TurboFan didn’t end up panning out. ”
mkoubaa|2 years ago
_Microft|2 years ago
rurban|2 years ago
Looks similar to the PHP compiler.
fulafel|2 years ago
Would be interesting to hear where they ended up with the parallelism that was mentioned in passing.
tambourine_man|2 years ago
Imagine keeping execution smooth while switching between all those tiers. Modern JS engines are fascinating beasts.
taosx|2 years ago
Planning to learn C/C++ in order to investigate that and if there any gains there.
pawelmurias|2 years ago
xt00|2 years ago
Just read the first sentence if you are thinking I’m being a bit harsh:
“We’ve previously made a case why four tiers in V8(Google internal) make sense to explain why Sparkplug made sense in addition to Ignition, TurboProp and TurboFan. TurboProp was a midtier compiler proposal based on TurboFan to significantly improve compilation speed while compromising on the performance of the resulting code. With Sparkplug in place, however, the design tradeoffs TurboProp made by being built on top of TurboFan didn’t end up panning out. ”
simonebrunozzi|2 years ago
umami12|2 years ago
[deleted]