[llvm-dev] LLVM JIT Query
Stefano Cherubin via llvm-dev
llvm-dev at lists.llvm.org
Mon Jan 16 02:23:19 PST 2017
Hello Siddharth,
Given your focus, I suggest you to start with the tutorial [1].
It also have a section dedicated to "Building a JIT in LLVM".
While you read the tutorial, you can start digging into the
implementation details by looking at the doxygen doc [2].
Hope this will meet your needs.
Regards,
Stefano Cherubin
[1] http://llvm.org/docs/tutorial/
[2] http://llvm.org/doxygen/
________________________________
From: Siddharth Shankar Swain via llvm-dev <llvm-dev at lists.llvm.org>
To: llvm-dev at lists.llvm.org
Sent: Monday, 16 January 2017, 5:46
Subject: [llvm-dev] LLVM JIT Query
Sir,
I am working on a project to provide LLVM
JIT support for a specific processor architecture. I have an overall
idea about llvm. Please guide where to start from a practical or
implementation view point.
Regards,
Siddharth
_______________________________________________
LLVM Developers mailing list
llvm-dev at lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
More information about the llvm-dev
mailing list