Code Monkey home page Code Monkey logo

jit-picker's People

Contributors

0xedward avatar amarekano avatar arayzwang avatar benjamin-42 avatar bernhl avatar carl-smith avatar compnerd avatar deamonspawn avatar drtychai avatar hotwinter avatar jamie-garside avatar jessesomerville avatar khanhnt2 avatar lwizchz avatar microsvuln avatar minhtt159 avatar mu00d8 avatar n30m1nd avatar nszetei avatar oicu0619 avatar phoddie avatar saelo avatar samo98 avatar sploitem avatar theo-morales avatar timobrembeck avatar turnerrocks1 avatar vigizhang avatar wbowling avatar williamparks avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jit-picker's Issues

Why wrap generated program in main()?

according to V8Profile, it alway wrap generated program in followed template :

function main() {
const fhash = fuzzilli_hash;
...
gc();
}
%NeverOptimizeFunction(main);
main();

May I ask why you do this? this looks no different than executing it directly in script file

cannot build with swift

$ swift build
error: missing LinuxMain.swift file in the Tests directory

I got something like this when building the project. My swift version is:

$ swift --version
Swift version 5.0.2 (swift-5.0.2-RELEASE)
Target: x86_64-unknown-linux-gnu

Could you please help to fix this issue? thanks a lot!

Issue when using custom built-in function to calculate hash of input

While applying JIT-Picker to v8 engine, I see that when we use a built-in or native function fuzzilli_hash to calculate hash of a variable inside an optimized function, the engine will bailout of optimization due to code dependency

Is it intended behavior? Or do we need to implement a transparent probe function like your paper mentioned for SpiderMonkey engine?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.