[llvm-commits] [llvm-gcc-4.2] r49171 - in /llvm-gcc-4.2/trunk/gcc: llvm-convert.cpp llvm-types.cpp

Eric Christopher echristo at apple.com
Mon Apr 7 09:27:56 PDT 2008


>>
>
> Since there is no difficulty in doing the slightly more general "this
> file does not have to deal with the possibility that exceptions get
> thrown or unwound *in this file*", why not do so?


I think there is a slight difference. There's the "this file doesn't  
throw
exceptions" and "this file doesn't throw or propagate exceptions". I  
think
Dale is doing the first, though I'd like to personally have files able  
to
unwind across even if nothing in the file throws.

-eric



More information about the llvm-commits mailing list