home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / LICC.ZIP / LICC.TXT < prev   
Text File  |  1993-03-03  |  1KB  |  26 lines

  1.  This program was written on the suggestion of Ian Ameline of IBM, so if
  2. it doesn't work, blame him <g>.
  3.  
  4.  This program will load the IBM C Set/2 compiler into memory and then
  5. will sleep until interrupted by a sigint (CTRL+C).  By keeping the compiler
  6. in memory, all the compiler loading for each module is avoided.  If there
  7. is not enough memory, the compiler will be discarded and reloaded when
  8. necessary, so this program will not cause swapping to occur.  In other
  9. words, if you have sufficient memory, you'll obtain a significant boost
  10. in performance. If you don't have enough memory, this program will not
  11. have a negative impact.
  12.  
  13.  
  14.  The easiest way to use this program is to create a program object. Set the
  15. working directory to \ibmc\bin, set the OS/2 window to minimize and
  16. execute the program before running your build. When through, maximize the
  17. window that contains the program and type CTRL+C to kill the program.
  18.  
  19. You may modify, give away, throw away or do anything to this program you
  20. like.  If you do improve it, we all would appreciate it if you would
  21. pass on the improvements.
  22.  
  23. Good luck,
  24.  
  25.  Matt Osborn 75230,1346
  26.