Open chennbnbnb opened 9 months ago
according to V8Profile, it alway wrap generated program in followed template :
V8Profile
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
according to
V8Profile
, it alway wrap generated program in followed template :May I ask why you do this? this looks no different than executing it directly in script file