|
From: Bart V. A. <bar...@gm...> - 2007-01-02 08:36:31
|
Apparently the byte size of the source tree increased, so I started looking for the largest files. I found some large files whose purpose is unknown to me ? $ find -type f -ls | grep -v '/\.svn/' | sort -n +6 ... 1101167 853 -rw-r--r-- 1 bart users 869782 Jan 2 10:18 ./branch32/VEX/orig_x86/fpu_mmx_sse.orig 1101200 1133 -rw-r--r-- 1 bart users 1156810 Jan 2 10:18 ./branch32/VEX/orig_ppc32/loadsafp.orig 1101202 1481 -rw-r--r-- 1 bart users 1511720 Jan 2 10:18 ./branch32/VEX/orig_ppc32/return0.orig 1101201 3367 -rw-r--r-- 1 bart users 3443743 Jan 2 10:18 ./branch32/VEX/orig_ppc32/date.orig Bart. |
|
From: Julian S. <js...@ac...> - 2007-01-02 15:27:39
|
> 1101167 853 -rw-r--r-- 1 bart users 869782 Jan 2 10:18 > ./branch32/VEX/orig_x86/fpu_mmx_sse.orig > 1101200 1133 -rw-r--r-- 1 bart users 1156810 Jan 2 10:18 > ./branch32/VEX/orig_ppc32/loadsafp.orig > 1101202 1481 -rw-r--r-- 1 bart users 1511720 Jan 2 10:18 > ./branch32/VEX/orig_ppc32/return0.orig > 1101201 3367 -rw-r--r-- 1 bart users 3443743 Jan 2 10:18 > ./branch32/VEX/orig_ppc32/date.orig These are test files used for early development work for vex on x86 and ppc32. They aren't used for production builds and don't get included in the distribution tarball. J |