Closed
Description
Bugzilla Link | 888 |
Resolution | FIXED |
Resolved on | Jan 22, 2010 00:36 |
Version | 1.0 |
OS | All |
Extended Description
The passmgr is the only significant user of RTTI data. If we could eliminate its use, we could build all of
LLVM with -fno-rtti, which is good for a 5-6% size reduction. This would also provide (slightly) faster
builds for everyone! :)
-Chris