Skip to content

A source-to-source transformation to effectively disable JavaScript JIT compilers

Notifications You must be signed in to change notification settings

dufour/jit-assassin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

jit-assassin is a source-to-source transformation for JavaScript that attempts to disable the JIT compiler.

Installation

jit-assassin is not (yet) available via npm, so installation is manual :

$ git clone git@github.com:dufour/jit-assassin.git
$ cd jit-assassin
$ npm install

Instrumenting the code

Code can be instrumented using the jit-assassin script located in the bin directory :

$ bin/jit-assassin myprog.js > myprog_instrumented.js

About

A source-to-source transformation to effectively disable JavaScript JIT compilers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published