Re: object-oriented C programming
On Wed, Dec 06, 2000 at 09:23:10AM -0500, David Greene <greened@eecs.umich.edu> was heard to say:
> What compiler and hardware are you using? I does take a bit longer to
> compile, I'll admit, but a lot of that can be avoided by hiding class
> implementation details from the uses of the class.
Well, I'm not doing it on limited hardware any more, but g++ on a
Pentium 166 with 48MB of memory, while it worked eventually, was painfully
slow and disk-intensive, and rendered the system essentially unusable for
anything else. Especially with optimization turned on.
> Right now my biggest problem is the stupid linker...
..and the link step also takes forever, of course :)
Daniel
--
/----------------- Daniel Burrows <Daniel_Burrows@brown.edu> -----------------\
| All generalizations are dangerous. |
\------------- Got APT? -- Debian GNU/Linux http://www.debian.org ------------/
Reply to: