[BACK]Return to checklist.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/Attic/checklist.html between version 1.59 and 1.60

version 1.59, 2004/03/25 02:41:50 version 1.60, 2004/11/23 08:05:24
Line 410 
Line 410 
 <p>  <p>
 Try to get others to test it on a variety of platforms for you.  Try to get others to test it on a variety of platforms for you.
 <ul><li>  <ul><li>
 The DEC Alpha is good  because it has only static libraries and because  The AMD64 Opteron systems are good because they are fast, and because
 <code>sizeof(int) != sizeof(long)</code>.  <code>sizeof(int) != sizeof(long)</code> on this platform.
 <li>  <li>
 Sun SPARC is good because it is very common and because its byte order is  Sun SPARC and UltraSPARC are good because they are very common and because
 the reverse of i386; if you developed on SPARC, of course, you'd want it  their byte order is the opposite of i386; if you developed on SPARC, of course,
 tested on i386.  you'd want it tested on i386.
 </ul>  </ul>
   
 <br><li>  <br><li>

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60