|
|
|
|
|
by defaultname
1892 days ago
|
|
It's a fantastic analysis, and I am a bit surprised by some of the results. Thanks for doing the work and putting together a great resource. kodablah's point is a valid one generally. A parallel post notes that a developer can't avoid the warm-up time, but they can by using WASM. As an aside, does v8 cache the optimized native code to any degree? I know there is code caching in the major browsers to presumably avoid reparsing Javascript, but if I had a theoretical page with say an image blur function, would each visit/load go through the same analysis/optimization process, going from slow to fast? |
|