Author Topic: Revision 1865  (Read 12864 times)

Offline yop

  • Regular
  • ***
  • Posts: 387
Re: Revision 1865
« Reply #15 on: January 27, 2006, 07:58:13 pm »
Well here are the results:
Code: bash
time make
...
real    24m33.064s
user    20m34.237s
sys     0m54.558s
Code: bash
cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 9
model name      : Intel(R) Pentium(R) M processor 1500MHz
stepping        : 5
cpu MHz         : 598.152
cache size      : 1024 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 tm pbe est tm2
bogomips        : 1186.20
Code: bash
gcc --version
gcc (GCC) 3.3.5 20050117 (prerelease) (SUSE Linux)
@Thomas: Hope you find it usefull
@Der Meister: Thanks, I know they are, it would be a surprise if they remained for more than a couple of revisions with the feedback you/we provide ;) I was using thomas' patch against 1879 and I wanted him to know exactly the steps I took to make it compile.
Life would be so much easier if we could just look at the source code.

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Revision 1865
« Reply #16 on: January 27, 2006, 08:12:44 pm »
Thank you :)

This means that I haven't forgotten any headers and can just update the WC (this will add the missing one) and commit :)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline yop

  • Regular
  • ***
  • Posts: 387
Re: Revision 1865
« Reply #17 on: January 27, 2006, 08:27:52 pm »
Thank you :)

This means that I haven't forgotten any headers and can just update the WC (this will add the missing one) and commit :)
Yeap, I didn't see anything missing. Could I please move to HEAD now? I feel outdated :lol:
« Last Edit: January 27, 2006, 08:30:20 pm by yop »
Life would be so much easier if we could just look at the source code.

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Revision 1865
« Reply #18 on: January 27, 2006, 08:40:50 pm »
Committed now :)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

sethjackson

  • Guest
Re: Revision 1865
« Reply #19 on: January 27, 2006, 08:47:20 pm »
Committed now :)

WOW that was one huge patch........
Took me 4 minutes and 1 second to compile.  :P

Offline yop

  • Regular
  • ***
  • Posts: 387
Re: Revision 1865
« Reply #20 on: January 27, 2006, 09:28:47 pm »
Committed now :)

Revision 1888 compiled succesfully  :D
Life would be so much easier if we could just look at the source code.