This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Status of new graph-coloring register allocator?
- From: Nathanael Nerode <neroden at doctormoo dot dyndns dot org>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 28 Oct 2002 23:33:06 -0500
- Subject: Status of new graph-coloring register allocator?
It looks (unsurprisingly) like a lot of the nastiest and hardest-to-fix
bugs are showing up in reload.
The new register allocator has the potential to get rid of reload.
Hence, I'm curious about its current status; if it's close to ready
(i.e. very likely to be in 3.4), we may not want to work too hard on
reload bugs in the meantime.
--Nathanael