Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
3 check-ins using file tools/cvs2fossil/lib/c2f_patopsort.tcl version bd713af4f1
|
2007-12-02
| ||
| 23:45 | Actually put the code for the new pass into the repository. check-in: 060513f2a9 user: aku tags: trunk | |
| 20:06 | Importer Status... Speed. This is now mostly acceptable. The one exception is pass 'BreakAllCsetCycles'. The reason is that the limit computation it does for backward branches still uses the inefficient file-level dependency computation. This will be tackled in short order. For the other passes the file spent is 'CsetsDeps' is recouped by the much... check-in: e8c374f670 user: aku tags: trunk | |
| 20:04 | The performance was still not satisfying, even with faster recomputing of successors. Doing it multiple times (Building the graph in each breaker and sort passes) eats time. Caching in memory blows the memory. Chosen solution: Cache this information in the database. Created a new pass 'CsetDeps' which is run between 'InitCsets' and 'BreakRevCsetCy... check-in: 00bf8c198e user: aku tags: trunk | |