[webkit-dev] Instrumenting the LLint interpreter

2013-07-10 Thread Abhishek Bichhawat
Hi, With the classical interpreter being put off, is it possible to instrument the llint interpreter to make the opcodes work in a different way or behave differently.  Alternatively, is there any other method to instrument our own functionalities in the bytecode generated. Thanks and

Re: [webkit-dev] Fuzzinator, a mutation based web fuzzer

2013-07-10 Thread Renáta Hodován
On 07/02/2013 11:23 PM, Dean Jackson wrote: Is it out yet? Yes, you can find the first post of the series here: http://webkit.sed.hu/blog/20130710/fuzzinator-mutation-and-generation-based-browser-fuzzer Cheers, Reni ___ webkit-dev mailing list

Re: [webkit-dev] Instrumenting the LLint interpreter

2013-07-10 Thread Filip Pizlo
It is possible to edit the LLInt and make it behave differently. -Filip On Jul 10, 2013, at 2:22 AM, Abhishek Bichhawat abhishek_bichha...@yahoo.co.in wrote: Hi, With the classical interpreter being put off, is it possible to instrument the llint interpreter to make the opcodes work