Re: C++ in the kernel
- From: "M. Warner Losh" <imp@xxxxxxxxxx>
- Date: Wed, 31 Oct 2007 14:36:52 -0600 (MDT)
In message: <20071030230013.GB33488@xxxxxxxxxxxx>
Alfred Perlstein <alfred@xxxxxxxxxxx> writes:
: I agree that we can use what's currently in C++, additional things
: we can hack in ourselves and/or propose in the meanwhile.
Most of the C++ features are implemented in libraries, even low level
things like exceptions and rtti. One can often disable a feature by
refusing to provide the support routines. No support routine, kernel
can't link, no problems created by naive use :-)
Warner
_______________________________________________
freebsd-arch@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@xxxxxxxxxxx"
- References:
- Re: C++ in the kernel
- From: Alfred Perlstein
- Re: C++ in the kernel
- From: Maciej Sobczak
- Re: C++ in the kernel
- From: Alfred Perlstein
- Re: C++ in the kernel
- Prev by Date: Re: C++ in the kernel
- Next by Date: fdclone KPI
- Previous by thread: Re: C++ in the kernel
- Next by thread: Re: C++ in the kernel
- Index(es):
Relevant Pages
|
|