monomorphist - a JavaScript performance companion
This repo contains the code running at mono.morph.ist. It's still early stage / beta software. It's a quick hack I built in airports and airplanes between New York, Hamburg, and Switzerland.
The goal is to provide a few online tools giving V8 JavaScript performance insights.
What's available right now is a tool to trace V8 bailouts / deopts by running snippets on various Node versions. If you're not familiar with these things, take a look at bluebird/Optimization killers and v8 bailout reasons.
Each job instance has the following NPM packages pre-installed:
lodash
bluebird
moment
underscore
q
jquery
monomorphist also provides a hosted IRHydra instance and everything needed to generate the artefacts IRHydra needs.
We have more than 100 V8 versions compiled, choose the one for which you'd like to inspect the generated internal representation and assembly.