This is the mail archive of the gcc-patches@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]

Re: RFC: ggc-boehm, proof of concept


- Building Boehm's GC for host machine as a part of bootstrap. I've
made some changes to top level Makefiles (see the diff) but apparently
they are not enough. I haven't investigated it further for now.
Boehm's GC should be built by hand for now.

You have to make a similar change to configure.in (remember that you need Autoconf 2.13 for that), in the host_libs variable.


Now I'm thinking about GCC bootstrap time,
memory and run time profiling with some large C file (Any good
candidate in GCC sources?) And corresponding tests with some C++ code,
I guess that some template-heavy Boost application would be a good
choice.

For C files, you can use combine, reload, reload1, insn-attrtab, insn-recog. For C++ you can use tramp3d (I don't remember off hand where to get it, ask Richard Guenther) and PR8361.


Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]