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]

[RFA] Refactor genrecog code


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


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