more resources on v8

This commit is contained in:
Matthew Griffith 2021-07-04 11:01:25 -04:00
parent 42c71c96aa
commit ff0793f5af

View File

@ -10,9 +10,18 @@ _These are resources that discuss specifics about what matters for Javascript pe
[What's up with Monomorpism](https://mrale.ph/blog/2015/01/11/whats-up-with-monomorphism.html)
[Asking optimization status from V8](https://www.npmjs.com/package/v8-natives)
[List of available V8 engine functions](https://github.com/v8/v8/blob/master/src/runtime/runtime.h)
[D8, the developer shell for v8](https://v8.dev/docs/d8)
[D8 Setup Guide for Mac](https://gist.github.com/kevincennis/0cd2138c78a07412ef21)
[jsvu, Javascript Engine Version Updater](https://github.com/GoogleChromeLabs/jsvu) - Install Javascript engines without having to recompile them.
[Example of looking at IC to check polymorphism](https://benediktmeurer.de/2018/03/23/impact-of-polymorphism-on-component-based-frameworks-like-react/)
## Transforming JS code