search for: 636701ff

Displaying 3 results from an estimated 3 matches for "636701ff".

2004 Dec 08
0
[LLVMdev] FP Constants spilling to memory in x86 code generation
On Mon, 6 Dec 2004, Morten Ofstad wrote: > Hello, > > I've tracked down a new memory leak which started happening when I enabled > constant propagation (I created my own passmanager which I run before calling > getPointerToGlobal to JIT the function I have generated - is this OK?). Yes, that's perfectly ok! The interface to do this could probably be improved, but I
2004 Dec 06
2
[LLVMdev] FP Constants spilling to memory in x86 code generation
Hello, I've tracked down a new memory leak which started happening when I enabled constant propagation (I created my own passmanager which I run before calling getPointerToGlobal to JIT the function I have generated - is this OK?). The reason is that FP constants are being spilled to memory as there is no immediate fp load available. In my case this is a bit unnecessary since the
2004 Dec 13
2
[LLVMdev] FP Constants spilling to memory in x86 code generation
...Engine object and recompile everything every now and again. Although not a perfect solution, at least it works. m. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: diff.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041213/636701ff/attachment.txt>