l4-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: l4-ka, c++!


From: Jeff Bailey
Subject: Re: Re: l4-ka, c++!
Date: Sun, 9 Nov 2003 16:00:48 -0800
User-agent: Mutt/1.5.4i

On Mon, Nov 10, 2003 at 07:47:20AM +0800, swin wrote:

>    But do you think with the using of C++, it can make the object file
> or executable file bigger while comparing with c. Is l4-ka so?

Your object file, once stripped, should be no bigger than the
comparative one in C.  If it is, for essentially identical
functionality, you have either an inefficient programmer or compiler.

The only thing you lose in C++ is you need to keep unwind information
for exceptions, and you can even overcome that with g++ flags.

Tks,
Jeff Bailey





reply via email to

[Prev in Thread] Current Thread [Next in Thread]