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 
<[email protected]> wrote:

> 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 <[email protected]>
> To: Abhishek Bichhawat <[email protected]> 
> Cc: "[email protected]" <[email protected]> 
> Sent: Wednesday, 10 July 2013 4:31 PM
> Subject: Re: [webkit-dev] Instrumenting the LLint interpreter
> 
> It is possible to edit the LLInt and make it behave differently. 
> 
> -Filip
> 
> On Jul 10, 2013, at 2:22 AM, Abhishek Bichhawat 
> <[email protected]> wrote:
> 
>> 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 Regards,
>> Abhishek
>> _______________________________________________
>> webkit-dev mailing list
>> [email protected]
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> 
> _______________________________________________
> webkit-dev mailing list
> [email protected]
> https://lists.webkit.org/mailman/listinfo/webkit-dev

_______________________________________________
webkit-dev mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to