On 2/12/08, Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote:I found that out with gcc. 95% went down in no time and the last 5% took two hours. The 5% that got stuck were chains with 2000+ entries. The neat thing about the multithread code is that it will keep splitting the work load. That lets all of the easy deltas finish and not get stuck behind the problem objects. With quad core on gcc one core would get stuck on the problem objects. The other three would finish their list and start splitting the problem list. This effectively sorts the problems to the end of the work load. By printing the object hash out as they are completed you can easily identify the problem objects. If I recall right on gcc the problem was a configure file that had 2000 entries in its delta chain. That one delta chain took over an hour to process. Could there be an N squared type problem when 2000 entry delta chains are encountered? Maybe something that just isn't noticeable when depth/window=50. Has testing been done with really long object chains to make sure that only the minimal amount of work is being done? It seems like something is breaking down when the chain length exceeds the window size. So, the first 19% were relatively quick. The next percent -- Jon Smirl jonsmirl@gmail.com - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Andrew Morton | -mm merge plans for 2.6.23 |
| Rafael J. Wysocki | [Bug #11207] VolanoMark regression with 2.6.27-rc1 |
| Zhang, Yanmin | AIM7 40% regression with 2.6.26-rc1 |
| Con Kolivas | [PATCH][RSDL-mm 0/7] RSDL cpu scheduler for 2.6.21-rc3-mm2 |
git: | |
| Gregory Haskins | [RFC PATCH 03/17] vbus: add connection-client helper infrastructure |
| David Woodhouse | [PATCH 03/30] solos: FPGA and firmware update support. |
| Natalie Protasevich | [BUG] New Kernel Bugs |
| Gerrit Renker | [PATCH 15/37] dccp: Set per-connection CCIDs via socket options |
