search for: 621dff96

Displaying 2 results from an estimated 2 matches for "621dff96".

2006 Mar 22
0
[LLVMdev] Circular dependencies
On Tue, 21 Mar 2006, Chris Lattner wrote: >> 2. Combine the JIT/Interpreter/ExecutionEngine into one .a > > I'd much rather change the code so that interpreter depends on EE and JIT > depends on EE, but EE depends on neither of them. > > This would allow people to link just the JIT or just the interpreter into > their apps, instead of always having both or none.
2006 Mar 22
5
[LLVMdev] Circular dependencies
On Tue, 21 Mar 2006, Reid Spencer wrote: > About the only thing I can suggest are: > > 1. Combine LLVMSparc*.o into one LLVMSparc.a. That work is already > happening with the new Sparc backend that is being developed. Should be > out in 1.7 (Chris?) I wouldn't worry about the SparcV9 backend for your project. > 2. Combine the JIT/Interpreter/ExecutionEngine into one .a