mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-11-25 22:50:42 +03:00
more resources on v8
This commit is contained in:
parent
42c71c96aa
commit
ff0793f5af
@ -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)
|
[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)
|
[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
|
## Transforming JS code
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user