Dechenjm / crack-language

Automatically exported from code.google.com/p/crack-language
Other
0 stars 0 forks source link

Merge identical exception landing pads #82

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As it stands, we often generate multiple identical landing pads for invoke 
calls where the landing pads do the same thing.  This (at best) creates 
additional work for the LLVM optimizations, and, at worst, results in redundant 
machine code.  Fix it.

Original issue reported on code.google.com by mind...@gmail.com on 20 May 2011 at 11:40