This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Binary Translation




On Mon, 1 Nov 1999, Lynn Winebarger wrote:

>     How are you handling jumps whose destinations are variable (not just
> stored in a register, but actually variable, say as the result of
> optimization of tail recursion)?
> 

I'm not.. but the UQBT project has a dynamic portion that takes over when
that happens.the dynamic translator is the work of David Ung and there is
also a retargetable interpreter written by an honours student this year
that also deals with the jumping into untranslated code.  From the java
perspective, there was some talk of a dynamic java binary translator that
didn't eventuate.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]