This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATH 0/6] ggc finalizers and TLC
- From: tsaunders at mozilla dot com
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 29 Apr 2014 07:08:30 -0400
- Subject: [PATH 0/6] ggc finalizers and TLC
- Authentication-results: sourceware.org; auth=none
Hi,
First we clean up the allocation functions for gc memory by removing macros
CXX_MEM_STAT_INFo makes useless, and using templates instead of autogenerating
code. Then we can add support for finalizers and automatically install
finalizers for types that have non trivial destructors.
Trev
GIT:
[PATCH 1/6] rm a bunch of _stat allocation functions