Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
3 check-ins using file tools/cvs2fossil/lib/c2f_pcollrev.tcl version 7b2a655d25
|
2007-10-13
| ||
| 23:57 | Completed loading of pass I from persistent state when skipped. check-in: 54ac684df7 user: aku tags: trunk | |
| 23:42 | For the record an alternative design for the main method of the pass manager where the four principal loops (skip, setup, run, and defer) are merged into two (skip/setup) and (run/defer). Not really less code, also more complex to understand and maintain. The fact that 'setup' and 'run' is performed for the same passes is more difficult to see. Thi... Closed-Leaf check-in: 4df56a9e7e user: aku tags: trunk | |
| 23:29 | Extended pass manager to handle the skipped and defered passes coming before and after the actually executed passes. Extended passes I and II to have the required methods. Implemented loading (for skipped passes) as skeletons, implemented discarding (for defered passes) completely. Extended state manager with ability to discard state. check-in: ae19c0fcb4 user: aku tags: trunk | |