Re: [Mesa-dev] [RFC PATCH 0/5] Safer way to ralloc C++ objects.

2013-10-15 Thread Francisco Jerez
Francisco Jerez writes: > This patch series tries out a different approach to allocating C++ > objects from an ralloc context. It's independent to the last series I > sent earlier today [1] -- which probably makes sense on its own > because it's a more incremental improvement and is likely to ta

Re: [Mesa-dev] [RFC PATCH 0/5] Safer way to ralloc C++ objects.

2013-10-10 Thread Francisco Jerez
Francisco Jerez writes: > This patch series tries out a different approach to allocating C++ > objects from an ralloc context. It's independent to the last series I > sent earlier today [1] -- which probably makes sense on its own > because it's a more incremental improvement and is likely to ta

[Mesa-dev] [RFC PATCH 0/5] Safer way to ralloc C++ objects.

2013-10-09 Thread Francisco Jerez
This patch series tries out a different approach to allocating C++ objects from an ralloc context. It's independent to the last series I sent earlier today [1] -- which probably makes sense on its own because it's a more incremental improvement and is likely to take less time to discuss and review