Two major changes to the C back end:
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 30 Oct 1993 03:04:27 +0000 (03:04 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 30 Oct 1993 03:04:27 +0000 (03:04 +0000)
commit3e2820090791ae4f0bc87c43cc2b7db7fa372e77
tree042c3b77244ea53c4f2556316c77a2dcd9d612ee
parentea9a8c68b74708309acba536a4a2a407110fb38f
Two major changes to the C back end:
- Redo the way that descriptors are done to improve speed.
  The default clause in each switch statement is now the only way to
  get out of a block.
  All JUMPs merely jump back to the dispatch point.

- Divide initialization code into code and data, to allow splitting
  of the sources into two components.
v7/src/microcode/cmpint.c
v7/src/microcode/compinit.c
v7/src/microcode/comutl.c
v7/src/microcode/liarc.h
v7/src/microcode/unxutl/ymkfile
v8/src/microcode/cmpint.c
v8/src/microcode/liarc.h