home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1997 June / CDW0697.iso / Quake / NIVELES / ADVQCC.ZIP / FILE_ID.DIZ < prev    next >
Encoding:
Text File  |  1996-12-12  |  1.2 KB  |  37 lines

  1. Quake: - Advanced QCC Version 3
  2. This is an improved rework of the Quake compiler
  3. by John Carmack.
  4. not take any credit for the basic design of this
  5. code.  I merely r
  6. it based on a suggestion Mr. Carmack made in his
  7. finger file.
  8. With this rewrite, source compiles take less than
  9. half the time.
  10. this improvement is accomplished by storing
  11. recent symbol look-ups
  12. start of the symbol linked list.  Since a symbol
  13. typically is refe
  14. several times in a logic cluster, this improves
  15. the symbol search
  16. facility.  Minor improvements have also been made
  17. to symbol compar
  18. and allocations.
  19. I've included all the source and header files
  20. needed to rebuild th
  21. compiler and a 32-bit Windows version optimized
  22. for the Pentium.
  23. not included the Quake source modules.  With the
  24. upcoming QuakeWor
  25. did not figure including soon-to-be-outdated
  26. source prudent.  Of c
  27. the source can be acquired from id's ftp server
  28. (ftp.idsoftware.co
  29. I make no claims stating this compiler is 100%
  30. bug free.  I only c
  31. that I've tested it, and it has worked fine for
  32. me.  So, if you
  33. encounter a bug, please don't flame me.  Just
  34. Email me at lord@bro
  35. and tell me your problem.  I'll attempt to fix
  36. ASAP.
  37.