search for: f4d24c2d

Displaying 4 results from an estimated 4 matches for "f4d24c2d".

2013 Oct 22
0
[LLVMdev] Size limitations in MCJIT / ELF Dynamic Linker/ ELF codegen?
I'm not aware of such a limitation. What architecture, code model and relocation model are you using? Are you using the SectionMemoryManager? -Andy From: Yaron Keren [mailto:yaron.keren at gmail.com] Sent: Tuesday, October 22, 2013 8:12 AM To: <llvmdev at cs.uiuc.edu>; Kaylor, Andrew Subject: Size limitations in MCJIT / ELF Dynamic Linker/ ELF codegen? I'm running in MCJIT a
2013 Oct 22
2
[LLVMdev] Size limitations in MCJIT / ELF Dynamic Linker/ ELF codegen?
I'm running in MCJIT a module generated from one C++ function. Every line of the source function uses C++ classes and may throw an exception. As long as there are less than (about) 1000 lines, everything works. With more lines the compiled code crashes when running it, with no sensible stack trace. Is there any kind of hard-coded size limitation in MCJIT / ELF Dynamic Linker / ELF codegen /
2013 Oct 22
2
[LLVMdev] Size limitations in MCJIT / ELF Dynamic Linker/ ELF codegen?
...? **** > > ** ** > > I did browse the code but could not find anything obvious. **** > > ** ** > > Yaron**** > > ** ** > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131022/f4d24c2d/attachment.html>
2013 Oct 22
0
[LLVMdev] LLVMdev Digest, Vol 112, Issue 59
...code but could not find anything obvious. **** >> >> ** ** >> >> Yaron**** >> >> ** ** >> > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: <http://lists.cs.uiuc.edu/pipermail/llvmdev/attachments/20131022/f4d24c2d/attachment-0001.html> > > ------------------------------ > > Message: 13 > Date: Tue, 22 Oct 2013 12:29:08 -0500 (CDT) > From: Hal Finkel <hfinkel at anl.gov> > To: Chandler Carruth <chandlerc at google.com> > Cc: lian li <lianli at gmail.com>, LLVM De...