Displaying 2 results from an estimated 2 matches for "exceptions_".
Did you mean:
exceptions
2006 Apr 30
2
[LLVMdev] Regarding exceptions (new to this list)
Hello,
I am, as said in the subject, new to this list. I have not actually used
LLVM, I tried with an older version but failed. Recently I noticed that
1.7 came out and looked at the release notes. And there was something
that stroke me: llvm-g++ adheres to the IA64 ABI but _not for
exceptions_. I was not able to find information why this is so and why
it is necessary, so I hope you don't mind me asking here. Why? It would
make me a whole lot more interested in LLVM.
I have another question: You said (I read in the archive) all your
libraries are static because of start-up time becom...
2006 May 01
0
[LLVMdev] Regarding exceptions (new to this list)
...t; I am, as said in the subject, new to this list. I have not actually used
> LLVM, I tried with an older version but failed. Recently I noticed that
> 1.7 came out and looked at the release notes. And there was something
> that stroke me: llvm-g++ adheres to the IA64 ABI but _not for
> exceptions_. I was not able to find information why this is so and why
> it is necessary, so I hope you don't mind me asking here. Why? It would
> make me a whole lot more interested in LLVM.
Primarily because it hasn't been implemented in the native code generators
yet. I hope to get to this...