krfkeith / decac

Automatically exported from code.google.com/p/decac
GNU General Public License v3.0
0 stars 0 forks source link

Decac still requires whole-program compilation #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Whole-program compilation certainly allows for nicer optimizations, but decac 
doesn't perform any anyway.  Switch to LLVM representations for things that 
allow separate compilation and resolve open things at link time.

Original issue reported on code.google.com by eligottlieb@gmail.com on 27 Apr 2011 at 6:35

GoogleCodeExporter commented 9 years ago
Need to switch all variants over to tagging themselves with the unique hash 
codes of their fully polymorphic constructor definitions.

Original comment by eligottlieb@gmail.com on 3 Mar 2012 at 9:56