This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Wednesday 10 December 2003 11:41, Nick Burrett wrote:
Steven Bosscher wrote:
Why do we still have ggc-simple? Are there any targets for which ggc-page doesn't work?
Yes (arm-riscos-aof), though it is maintained outside of the GCC tree.
OK. So I like bitching.
Why is arm-riscos-aof not using ggc-page with malloc?
I know for sure since building GCC with ggc-simple.c has been impossible since at least 26 Oct 2003. On that day the zone collector was commited, and anyone who has tried to build gcc with ggc-simple as the collector should have seen a link failure because tree_zone is not declared anywhere. I've heard no complaint, and my conclusion has to be that in almost two months time, nobody has noticed that ggc-simple.c is currently broken.
Having three collectors like we do now is very unpleasant. Every time someone tries to add a feature to the GC system, it has to be added to _three_ collectors. Bah. Especially since ggc-simple is almost unused. I would very much like to see it go away.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |