Re: [webkit-dev] Instrumenting the LLint interpreter

2013-07-11 Thread Abhishek Bichhawat
Thanks Filip. Is it the case that the LLInt would be used in applications? Or it is just going to be confined to the JIT opcodes? Thanks and Regards, Abhishek From: Filip Pizlo fpi...@apple.com To: Abhishek Bichhawat abhishek_bichha...@yahoo.co.in Cc:

Re: [webkit-dev] Instrumenting the LLint interpreter

2013-07-11 Thread Michael Saboff
The LLint is used to execute Javascript the first time a function is run. If code is executed multiple times, the baseline JIT will come into play. For Javascript that executes once or very few times, only the LLint is used. - Michael On Jul 11, 2013, at 12:51 AM, Abhishek Bichhawat

Re: [webkit-dev] Pepper and NaCl supporting (prototype)

2013-07-11 Thread Oliver Hunt
Neither NaCl nor Pepper are trivial pieces of code, they would require maintenance if they were in trunk. If they're not in trunk then the entire discussion on webkit-dev is moot as they would (by definition) not be present in WebKit. You also haven't said _why_ they're a cool and useful

Re: [webkit-dev] Pepper and NaCl supporting (prototype)

2013-07-11 Thread Kapade, Mrunal
Neither NaCl nor Pepper are trivial pieces of code, they would require maintenance if they were in trunk. If they're not in trunk then the entire discussion on webkit-dev is moot as they would (by definition) not be present in WebKit. I agree that neither NaCl nor Pepper are trivial pieces of