Re: gcc newbie and open projects

2005-08-24 Thread Paolo Bonzini
Is this still an open project? and if so can anyone give me more information on what is needed? Yes, it is. Basically, insn-recog.c is a huge decision tree. genrecog.c builds it and outputs it as C code. It uses variables like "x0, x1, x2, ..., xn" which would become the virtual machine's

gcc newbie and open projects

2005-08-24 Thread Brian Makin
Hello all! I would very much like to contribute to the gcc project and as such have been monitoring the gcc list and perusing the documentation. One project in particular looks interesting. Make insn-recog.c use a byte-coded DFA. Richard Henderson and I started this back in 1999 but never fini