| Related articles |
|---|
| Q: Optimising out C++ RTTI jaidi@ubd.edu.bn (Nor Jaidi) (1996-12-27) |
| Re: Q: Optimising out C++ RTTI mrs@kithrup.com (1996-12-28) |
| Re: Q: Optimising out C++ RTTI dlmoore@ix.netcom.com (David L Moore) (1996-12-28) |
| Re: Q: Optimising out C++ RTTI dolby@cs.uiuc.edu (Julian Dolby) (1997-01-02) |
| From: | mrs@kithrup.com (Mike Stump) |
| Newsgroups: | comp.compilers |
| Date: | 28 Dec 1996 17:25:39 -0500 |
| Organization: | Kithrup Enterprises, Ltd. |
| References: | 96-12-179 |
| Keywords: | C++, optimize |
Nor Jaidi <jaidi@ubd.edu.bn> wrote:
>Are there any compiler tricks that optimise out RTTI when not used?
Yeah, -fno-rtti. :-( Once you have a global compilation system, this
type of optimization becomes easy, until you do, it is hard.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.