Found 79 matching messages (0.080 seconds). Page 1 of 4.
... using is this: # compile recent git master with threaded delta cd ... point cd .. cp -a gcc test # and test multithreaded large depth/window repacking cd test git config pack.threads 4 time ... list: send the line "unsubscribe git" in the body of a ...
git - Jeff King - Dec 7 2007 - 02:38
... I am using is this: > > # compile recent git master with threaded delta > cd git > echo ... a known point > cd .. > cp -a gcc test > > # and test multithreaded large depth/window repacking > cd test > git config pack.threads 4 64 threads with 64 ...
git - Jon Smirl - Dec 7 2007 - 03:10
... pack-bd163555ea9240a7fdd07d2708a293872665f48b.pack jonsmirl@terra:/video/gcc/.git/objects/pack$ Delta lengths have ... almost always better. Smaller eliminates IO and helps with the CPU cache. ... this list: send the line "unsubscribe git" in the body of a ...
git - Jon Smirl - Dec 7 2007 - 03:08
... for > history-intensive stuff with and without this kind of very- ... > time git blame -C gcc/regclass.c > /dev/null > > and see if ... list: send the line "unsubscribe git" in > the body of a ... list: send the line "unsubscribe git" in the body of a ...
git - Jon Smirl - Dec 7 2007 - 00:06
On Thu, 6 Dec 2007, Jon Smirl wrote: > > > > time git blame -C gcc/regclass.c > /dev/null > > jonsmirl@ ... - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel ...
git - Linus Torvalds - Dec 7 2007 - 01:21
... pack-bd163555ea9240a7fdd07d2708a293872665f48b.pack > jonsmirl@terra:/video/gcc/.git/objects/pack$ > > Delta lengths have ... of the default of 10, and the pack shrunk from 2171385413 bytes ... definitely not adequate for the gcc repo. OTOH, I recall tytso ...
git - Nicolas Pitre - Dec 7 2007 - 15:36
... > dberlin@home:/compilerstuff/gitgcc/gccrepo/.git/objects/pack$ ls -trl > total 1568899 ... to continuing to experiment with git and gcc. I would really appreciate it ... not. The OpenSolaris folks behaved similarly, and that really ticked me off. - ...
git - David Miller - Dec 5 2007 - 22:28
... few other interesting points, the git default > > depth of 50, my ... max delta depth of 50, and a quick sample of those ... directory tree object too, and the "GCC machine description for IA ... is completely inadequate for the gcc repo, since changing the window ...
git - Nicolas Pitre - Dec 10 2007 - 11:35
... to > facilitate your hg based gcc workflow. Why? > That really shows ... this matter, in that you're willing to put effort > towards ... sure you'll claim otherwise). GIT people told me it would ... meg gcc repository, and to be happily committing away from git ...
git - Daniel Berlin - Dec 5 2007 - 23:47
... throws away potentially good packing, and re-does it all from ... there to be git people in the gcc crowd who are ... to do the proper import and then make sure it's ... validating the results. - hosting it and perhaps most importantly - helping people ...
git - Linus Torvalds - Dec 6 2007 - 00:54
... 07:31:21PM -0800, David Miller wrote: > > > > # and test multithreaded large depth/window repacking > > cd test > > git config pack.threads 4 > > 64 threads with ... 270s sys 4m40.680s davem@huronp11:~/src/GCC/git/test$ While it did run ...
git - David Miller - Dec 7 2007 - 08:53
... was something along the lines of > > git gc --aggressive explodes pack size. > ... I'm not talking about the "git-svn-id", I'm talking about ... there was any interest from the gcc side, but I'm not that ... list: send the line "unsubscribe git" in the body of a ...
git - Harvey Harrison - Dec 6 2007 - 01:04
> While you won't get the git svn metadata if you clone the infradead > ... the fly by git svn if you want to start > commiting directly to gcc svn. > I will give this a try :) ... from this list: send the line "unsubscribe git" in the body of a message to ...
git - Daniel Berlin - Dec 6 2007 - 01:17
... of gcc svn. My bad for only discussing this on #git ... something along the lines of git gc --aggressive explodes pack size ... ~550MB packfile immediately afterwards a git gc --aggressive produces a 1. ... the same delta chain depth and so generates a new object ...
git - Harvey Harrison - Dec 6 2007 - 00:25
... by git svn if you want to start > > commiting directly to gcc svn. > > > I will give this a ... the import tools to achieve this and Mozilla still chose another VCS (mainly because of poor Windows support in git). Like Linus says, this type of ...
git - Jon Smirl - Dec 6 2007 - 02:47
> git repack -a -d --depth=250 --window=250 > Since I have the whole gcc repo locally I'll give this a shot overnight ... To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger ...
git - Harvey Harrison - Dec 6 2007 - 03:49
On Wed, 5 Dec 2007, Harvey Harrison wrote: > > > git repack -a -d --depth=250 --window=250 ... > > Since I have the whole gcc repo locally I'll give this a shot ... unsubscribe from this list: send the line "unsubscribe git" in the body of a message to ...
git - Nicolas Pitre - Dec 6 2007 - 10:01
... is to > > do (overnight) something like > > > > git repack -a -d --depth=250 --window ... I gave this a try overnight, and it definitely helps a lot. > ... over 300MB repo now. git.infradead.org/gcc.git Cheers, Harvey - To unsubscribe ...
git - Harvey Harrison - Dec 6 2007 - 22:42
... never spoke like that (probably I missed that part too). > > Read gcc mailing list archives, if you have a lot of time on ... hands. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org ...
git - Daniel Berlin - Dec 8 2007 - 21:51
... mercurial (auto synced from svn) and merge a lot between > them. ... to facilitate your hg based gcc workflow. That really shows what ... this matter, in that you're willing to put effort towards ... totally unfair to both hg and git. - To unsubscribe from this ...
git - David Miller - Dec 5 2007 - 22:52