Displaying 3 results from an estimated 3 matches for "fb47d5a5".
2005 May 22
0
[LLVMdev] a question about LLCO
Hi Terry,
I'm not part of that project but I'll take a stab at answering your
question. Vikram Adve is probably the person to answer.
The point of Lifelong Code Optimization is to continuously optimize the
code during its lifetime, even while it is running. By profiling the
code, it is possible to discover the program's hot spots and intensely
optimize those portions of the program.
2005 May 23
2
[LLVMdev] a question about LLCO
...://llvm.cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 3399 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050523/fb47d5a5/attachment.bin>
2005 May 22
3
[LLVMdev] a question about LLCO
Hi everybody,
Recently, I found the Lifelong Code Optimization project on the
website. And I have a question here, would you please explain it for
me?
In the home page of the project, it is said that the Goal of the
project is to enable mordern programs to be optimized at link time
with all static binary code. Here I wonder, why the library code must
be static, i.e. why a dynamically