Related articles |
---|
Implementing Just-In-Time Compilation vladimir.d.lushnikov@gmail.com (Vladimir Lushnikov) (2006-02-19) |
From: | "Vladimir Lushnikov" <vladimir.d.lushnikov@gmail.com> |
Newsgroups: | comp.compilers |
Followup-To: | comp.compilers,comp.lang.c++ |
Date: | 19 Feb 2006 11:05:48 -0500 |
Organization: | http://groups.google.com |
Keywords: | VM, question |
Posted-Date: | 19 Feb 2006 11:05:48 EST |
[Redirected from comp.lang.c++]
Hello,
I am in the planning process for developing a VM (Virtual Machine). I
have been researching various aspects for developing a VM in C++ for a
(semi?-)dynamic language, and am looking at the possibility of
implementing JIT for the VM. This VM will run on different platforms.
How would one go about an implementation?
Is the bytecode translated into native instructions similar to ASM, and
then assembled completely into processor-specific instructions? It
seems so, but are there any pointers available in the right direction
in the form of papers, tutorials and the like?
Regards,
Vladimir Lushnikov
Return to the
comp.compilers page.
Search the
comp.compilers archives again.