NASA-AMMOS / 3DTilesRendererJS

Renderer for 3D Tiles in Javascript using three.js
https://nasa-ammos.github.io/3DTilesRendererJS/example/bundle/mars.html
Apache License 2.0
1.48k stars 270 forks source link

V8: reduce number of polymorphic/megamorphic states #600

Closed Nmzik closed 3 weeks ago

Nmzik commented 3 weeks ago

While inspecting the inner workings of the V8 engine via the V8 trace log, I noticed a few minor issues that can potentially lead to the generation of more optimized code. As an example: Screenshot 2024-05-28 191657

gkjohnson commented 3 weeks ago

Great, thank you!