How to understand the source codes

Andrew Haley aph at redhat.com
Sun Jan 10 19:09:52 UTC 2016


On 10/01/16 10:42, Bahram Yarahmadi wrote:
> Is there anyone here that can tell me how I can Hack Jdk8u source code
> inorder to produce LLVM IR from Java 8 Bytecode ?
> I don't know so much about Shark code base ?

It's part of OpenJDK.  It's quite an ambitious thing that you are
trying to do, and requires a deep understanding of Java and virtual
machines.

This:

VMKit: a Substrate for Managed Runtime Environments
http://llvm.org/pubs/2010-03-VEE-VMKit.pdf

might be of interest.

Andrew.



More information about the zero-dev mailing list