03.10.2013, 17:37, "Paulo Matos" <[email protected]>: > Hi, > > Just to let you guys know of the following: After getting c-reduce git HEAD, > and running it on the same example I see pass_lines 0 reducing one byte at a > time starting from ~751000 bytes. Since this would take the rest of my life > to reduce I decided to remove pass_lines 0 from creduce.in and make install > as per John's suggestion. Now I see: > > pmatos@poseidon:~/tmp/builds/creduce-build/creduce$ ./creduce > ./min.sh PsdInfo_6cpe.i > ===< 10766 >=== > running 4 interestingness test(s) in parallel > ===< pass_blank :: 0 >=== > ===< pass_clang_binsrch :: replace-function-def-with-decl >=== > ===< pass_clang_binsrch :: remove-unused-function >=== > (0.0 %, 751215 bytes) > (0.1 %, 750836 bytes) > ===< pass_lines :: 1 >=== > (-1.7 %, 764127 bytes) > ===< pass_lines :: 1 >=== > (-3.5 %, 777418 bytes) > ===< pass_lines :: 1 >=== > (-5.2 %, 790709 bytes) > ===< pass_lines :: 2 >=== > (-7.0 %, 804073 bytes) > ===< pass_lines :: 2 >=== > (-8.8 %, 817437 bytes) > ===< pass_lines :: 2 >=== > (-10.6 %, 830801 bytes) > > Will try to remove all pass lines and see what happens.
In your log I don't see any reason to remove pass_lines. -- Regards, Konstantin
