On Wed, Jan 19, 2011 at 07:52:41PM +0100, Reini Urban wrote: > [...] > > Gerard, > Can you point people to the commit history in your old branch which > had the respective commits piecewise until it worked. > > >From 0cdaf3dca78c5 2009-11-02 factor out common code of jmpenv blocks > until 2e20b8dfd94501c 2010-03-30 Fix top comment in op.c > was the old commit series in this branch. > > We should import this whole branch, shouldn't we? A more complete historic version of commits is available in my github repository in the codegen-history branch, but this version isn't finished, I made lots of changes after rebasing/merging changes, and also it was already rebased a few times with new bugs introduced which were only fixed in a later commit, so I don't think merging all this this is a good idea. I made some more changes some changes tot the codegen patch, and tried to split by first making an INSTRUCTION which is just struct containing a pointer to a OP. The code to make this conversion and is a bit ugly, and I not sure if doing this is worth it. You can find the code for this in the codegen-instruction branch in my github repository. Gerard GoossenThread Previous | Thread Next