Skip to content
Snippets Groups Projects
  1. Jul 31, 1993
  2. Jul 25, 1993
  3. Jul 22, 1993
  4. May 15, 1993
  5. May 13, 1993
  6. May 12, 1993
  7. May 11, 1993
    • ram's avatar
      Added support for :BYTE-COMPILE argument to compile-file. If T, we · 42f9da54
      ram authored
      byte-compile everything and create a machine-independent fasl file (dependent
      only on byte order.)  If :MAYBE (the default, from ext:*byte-compile-default*),
      things are byte-compiled when speed = 0 and debug <= 1.  Top-level forms are
      byte-compiled by default (controlled by ext:*byte-compile-top-level*.)
      Split IR2 trace-file dumping off from DESCRIBE-COMPONENT so that different
      back-ends can do different things.
      42f9da54
  8. May 08, 1993
  9. Mar 12, 1993
  10. Feb 26, 1993
  11. Feb 13, 1993
  12. Nov 25, 1992
  13. Nov 18, 1992
  14. Sep 23, 1992
  15. Sep 22, 1992
  16. Sep 10, 1992
  17. Sep 08, 1992
  18. Sep 07, 1992
    • ram's avatar
      Flushed *failed-optimizations*. · a6420c0a
      ram authored
      Don't run the back-end(s) on components with no code.
      Don't need to use SUBSTITUTE-LEAF-IF in COMPILE anymore, since notinline
      references will be to a different leaf
      a6420c0a
  19. Aug 03, 1992
  20. Aug 02, 1992
  21. Jul 30, 1992
  22. Jul 28, 1992
  23. Jul 22, 1992
  24. Jul 11, 1992
  25. Jun 12, 1992
    • wlott's avatar
      Changed to bind *features* to (backend-features *target-backend*) just · 6a035764
      wlott authored
      before doing the read instead of binding *features* to (backend-features
      *backend*) for the duration of the compile.  This way, the compiler can use
      (backend-featurep :foo) to tell how to compile, and cross compilers can be
      compiled correctly with respect to #+foo.
      6a035764
  26. May 25, 1992
  27. May 18, 1992
  28. May 16, 1992
  29. May 15, 1992
  30. Apr 21, 1992
  31. Apr 14, 1992
  32. Mar 29, 1992
  33. Mar 23, 1992
  34. Feb 25, 1992
  35. Feb 21, 1992
Loading