Kelvin Tian
2009-Jun-11 20:45 UTC
[LLVMdev] Code related to "Run Time Optimization" and "Offline Reoptimizer"
Hi, Sorry for this silly question, but I couldn't find the source codes related to "Run Time Optimization" and "Offline Reoptimizer". As there's few references talking about those two parts except for Chris's master thesis. There's a "Runtime" souce code folder, but the codes under that folder mainly relate to gathering profiling information or runtime gc. Can anybody help me point out those two parts of codes in the source code folder? Thanks a lot! -- Best regards, Kelvin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090611/985d0768/attachment.html>
Chris Lattner
2009-Jun-12 20:57 UTC
[LLVMdev] Code related to "Run Time Optimization" and "Offline Reoptimizer"
On Jun 11, 2009, at 1:45 PM, Kelvin Tian wrote:> Hi, > > Sorry for this silly question, but I couldn't find the source > codes related to "Run Time Optimization" and "Offline Reoptimizer". > As there's few references talking about those two parts except for > Chris's master thesis. There's a "Runtime" souce code folder, but > the codes under that folder mainly relate to gathering profiling > information or runtime gc. Can anybody help me point out those two > parts of codes in the source code folder? Thanks a lot!Hi Kelvin, Those components of LLVM only worked for Sparc and were removed a long time (many years) ago, sorry. -Chris