Skip to content
Snippets Groups Projects
  1. May 06, 1991
  2. May 04, 1991
  3. Apr 28, 1991
  4. Apr 25, 1991
  5. Apr 24, 1991
  6. Apr 23, 1991
  7. Apr 22, 1991
  8. Apr 21, 1991
    • ram's avatar
      Fixed up the logic in SUB-GC somewhat so that it will always reset the GC · 73937394
      ram authored
      trigger page protections whenever it changes the lisp *GC-TRIGGER*.  This
      should prevent problems with GC never happening when the reclaim goal is
      increased.  Also, merged Bill's fix from the old system whereby we only frob
      *GC-INHIBIT* related to the inhibit hook when the hook returns T.
      
      And I changed the default before&after hooks to not beep unless *GC-VERBOSE* is
      :BEEP, which is *not* the default.
      73937394
  9. Apr 20, 1991
    • ram's avatar
      Fixed WITH-COMPILATION-UNIT keyword to be :OVERRIDE instead of :FORCE. · de1dd52e
      ram authored
      Also, added :OPTIMIZE and :OPTIMIZE-INTERFACE for changing the "global"
      compilation policy within the dynamic extent.
      	
      Added :CONTEXT-DECLARATIONS, which provides a way to insert declarations
      conditional on pattern mathcing of the context in which the definition
      appears.  So you can compiler all external functions safe, or whatever.
      de1dd52e
  10. Apr 19, 1991
    • ram's avatar
      Generalized CODE-PACKAGE-BREAKDOWN to also do breakdowns by file, and changed · 6c6ff5c7
      ram authored
      its name to CODE-BREAKDOWN.
      
      Added a bunch of functions for finding the indegree and outdegree of nodes in
      the call graph (i.e. how many times functions are called, and how many calls
      functions make.)  Also added some stuff that uses Scott's histogram package (in
      the library) this is #+NIL so that it will compile without.  See
      MEMORY-HISTOGRAM which can print various histograms of object statistics.
      6c6ff5c7
  11. Apr 16, 1991
  12. Apr 14, 1991
  13. Apr 13, 1991
  14. Apr 09, 1991
  15. Apr 06, 1991
    • wlott's avatar
      Changed load to check the first line of files for ``FASL FILE'' instead of · 4c143708
      wlott authored
      assuming that everyone is going to use the same pathname type that we use.
      Also, when the given filename doesn't exist and doesn't have a type, try
      ``fasl'' in addition to the machine specific fasl file type.
      
      Also added a *load-depth* special that load maintains as the number of
      times load recurses.  The various people who print semicolons at the
      beginning of the line now print this many semicolons instead of always
      printing one.
      4c143708
  16. Mar 25, 1991
  17. Mar 23, 1991
  18. Mar 20, 1991
Loading