[DGD] Current Status of VM efforts

Carter Cheng cartercheng at gmail.com
Sun Aug 7 11:44:21 CEST 2011


Thanks Felix. Is there some call hook which is always hit during this
process? (recompile and destruct).

On Sun, Aug 7, 2011 at 7:39 PM, Felix A. Croes <felix at dworkin.nl> wrote:
> Carter Cheng <cartercheng at gmail.com> wrote:
>
>> I think I might make an attempt as a learners effort to understand the
>> LLVM system to construct some sort of translation layer for code in
>> the vm system. I do have a quick question though- how does the VM
>> invalidate programs when they are recompiled and destroyed?
>
> There is no formal invalidation, when an object is recompiled or
> destructed its program is simply not used anymore.  Determining
> which program should be JIT-compiled or invalidated would have to
> be part of the future JIT framework.
>
> Regards,
> Felix Croes
> ___________________________________________
> https://mail.dworkin.nl/mailman/listinfo/dgd
>



More information about the DGD mailing list