2.0 KiB
Resources
Javascript Performance
These are resources that discuss specifics about what matters for Javascript performance.
Robin's article on exploring improving Elm's compilter output
Asking optimization status from V8
List of available V8 engine functions
D8, the developer shell for v8
jsvu, Javascript Engine Version Updater - Install Javascript engines without having to recompile them.
Example of looking at IC to check polymorphism
JavaScript engine fundamentals: optimizing prototypes
Transforming JS code
Here are resources that are concerned with querying and transforming Javascript code.
Running queries on top of the Typecript AST.
Manipulating typescript code on a higher level.
A description of TypeScript internals.
A practical example of how to create a TS program in memory and use it.
The Handbook on how to write Javascript transformers.