home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / EFFO / forum16.lzh / SOFTWARE / C / CC / readme < prev   
Text File  |  1990-11-15  |  1KB  |  35 lines

  1.         NewCC - an alternate cc front-end for the microware compiler
  2.        ==============================================================
  3.  
  4. NewCC is originally intended for a different compiler but during the
  5. development phase, I saw that it was a minor step to adapt the
  6. cc to the microware compiler-system.
  7. I needed especially the benefits of the pipe-option, because the pair
  8. c68<->o68 used up my whole ram-disk I am using as a fast temp-dir.
  9. At this moment Newcc implements nearly all standard options besides
  10. two I never used (therefore no need for that :-):
  11.     -K=n[W|L|CW|CL|F]
  12. and
  13.     -W=<dir>
  14. Both can be easily implemented using the arg-parsing scheme, and this
  15. is left to the interested reader :-).
  16.  
  17. Tests have shown, that compiling with the -p[ipe] option is about
  18. 15-20% percent slower than compiling with a sufficient ramdisk as
  19. temp-dir and 20-25% quicker than compiling without a fast ram-disk.
  20. (These values are system-dependant, I do have a quick Harddisk)
  21.  
  22. For good performance, you have to change the default pipe-buffer-size
  23. to a reasonable value (I use 1K buffers). The bigger the pipe-buffer
  24. the better the performance ...
  25.  
  26. To install the new cc just compile it with the following line
  27. 'cc -ix -f=ccn cc.c'
  28.  
  29. Send Bug-Reports and enhancements to the given email-addresses in the
  30. source-code
  31.  
  32.     Reimer  Mellin
  33.  
  34.  
  35.