This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PING] Refactor genrecog
- From: Paolo Bonzini <bonzini at gnu dot org>
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 07 Dec 2006 11:16:38 +0100
- Subject: [PING] Refactor genrecog
This series of patches refactored the genrecog program and extracted the
code to process RTL decision trees into a separate source module. As a
result, the code is quite more readable. I'm not yet ready to merge
addrmodes branch, but this can go in separately.
http://gcc.gnu.org/ml/gcc-patches/2006-08/msg00820.html
http://gcc.gnu.org/ml/gcc-patches/2006-08/msg00825.html
http://gcc.gnu.org/ml/gcc-patches/2006-08/msg00828.html
(these don't even change the output of genrecog)
http://gcc.gnu.org/ml/gcc-patches/2006-08/msg00826.html
http://gcc.gnu.org/ml/gcc-patches/2006-08/msg00827.html
(remove useless memory allocations)
Some of them may be more readable as context diffs.
Paolo