[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-kernel
Subject:    Re: Compiling C++ modules
From:       Bongani Hlope <bhlope () mweb ! co ! za>
Date:       2006-04-25 20:11:52
Message-ID: 200604252211.52474.bhlope () mweb ! co ! za
[Download RAW message or body]

On Tuesday 25 April 2006 18:46, Avi Kivity wrote:
> Should you want to allocate from the heap, try this:
>
> {
>     spinlock_t::guard g(some_lock);
>     auto_ptr<Foo> item(new (gfp_mask) Foo);   /* or pass a kmem_cache_t */
>     item->do_something();
>     item->do_something_else();
>     return item.release();
> }
>

I love C++, but you have to stop it now. Imagine how many auto_ptr<Foo> will 
you use inside your kernel. The compiler will need to create a separete class 
for each. Using templates in the kernel will be plain silly.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic