On Thu, Apr 5, 2012 at 2:41 PM, Pedro Lamarão <pedro.lama...@gmail.com> wrote:
> On 04/04/2012 08:20 AM, Diego Novillo wrote:
>>
>> On 4/4/12 5:06 AM, Richard Guenther wrote:
>>
>>> Btw, I think we should only start forcing C++ when 1) there is a
>>> branch/patch out
>>> that shows benefit from using C++. I previously mentioned that I'd
>>> like to see
>>> 2) a patch that _properly_ wraps a C++ class for consumption by our
>>> garbage
>>> collector (thus, not a hack that works for a specific case but
>>> infrastructure
>>> that we think will work for _all_ cases, including libstdc++ container
>>> use).
>>
>>
>> My idea was to start with something like converting VEC() which would
>> require dealing with GC.
>
>
> Is anyone currently working or this?
>
> I'm not experienced in the code base, but this project seems fascinating.

I'm not aware of anyone - so go ahead (if you happen to have a copyright
assignment on file).  Try to avoid to have to adjust vec.h users at start,
thus keep the macro wrappings (to the extent this is possible, of course).
The GC part is most interesting, the vec.h part should be quite obvious.

Richard.

> --
>  P.
>
>

Reply via email to