|
|
|
|
|
by GeoffreyPlitt
3336 days ago
|
|
Can you prove that any of the optimizations in your docs aren't already done by V8? I agree with the other commenters in this thread-- V8 likely does these already. You have an extraordinary claim, which requires extraordinary proof. |
|
V8 == user impacted.
Compile time V8 == compiler impacted, users happy.
It's like interpreting what you can during compile time, with caching capabilities.
To speed up boot time and init time, not runtime per say.