gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] Re: possible lisp reader enhancement/modification ?JUNK


From: Matt Kaufmann
Subject: Re: [Gcl-devel] Re: possible lisp reader enhancement/modification ?JUNK MAIL? 4
Date: Tue, 29 Jul 2003 12:02:51 -0500

Hi, Camm --

OK, I re-ran and kept an eye on the screen this time.  There were two full gcs
with high "T=" numbers, and each actually took only a few seconds (I looked
away from the screen so I don't have an exact timing, but I think well under a
minute each, maybe much less.)

What I noticed is that the high "T=" numbers occur exactly when the full gc
includes a "GC for RELOCATABLE-BLOCKS pages".  That has been the case for all
three runs that I have a record of.  For example, in this latest run here are
the two high "T=" full gcs, followed by an example of a low "T=" full gcl.

....

[SGC for 0 CFUN pages..(9590 writable)..[SGC off] (doing full gc)[GC for 750 
RELOCATABLE-BLOCKS pages..(T=230).GC finished]
[SGC on](T=383688).GC finished]

....

[SGC for 0 RELOCATABLE-BLOCKS pages..(10942 writable)..(T=19).GC finished]
[SGC for 0 CFUN pages..(11014 writable)..[SGC off] (doing full gc)[GC for 750 
RELOCATABLE-BLOCKS pages..(T=225).GC finished]
[SGC on](T=396526).GC finished]
[SGC for 0 RELOCATABLE-BLOCKS pages..(9294 writable)..(T=14).GC finished]

....

[SGC for 0 CFUN pages..(11177 writable)..[SGC off] (doing full gc)[SGC 
on](T=340).GC finished]

....

So, I can imagine that the counters used for full gcs are somehow getting
messed up by the "GC for 750 RELOCATABLE-BLOCKS pages".

I hope this helps.  I realize that it doesn't really explain the bigger issue,
of where the time is really being spent in the run.

Thanks --
-- Matt
   cc: address@hidden, address@hidden, address@hidden
   From: "Camm Maguire" <address@hidden>
   Date: 28 Jul 2003 20:49:19 -0400
   User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2
   X-WSS-ID: 133B1B2B7333583-01-01
   Content-Type: text/plain;
    charset=us-ascii

   Greetings!  Matt, could you fill in any missing log lines excluded by
   the grep from these locations:


   > [SGC for 0 RELOCATABLE-BLOCKS pages..(10703 writable)..(T=19).GC finished]
   > ACL2 !>>[SGC for 0 CFUN pages..(10762 writable)..[SGC off] (doing full 
gc)[GC for 750 RELOCATABLE-BLOCKS pages..(T=226).GC finished]
   > [SGC on](T=247161).GC finished]
   > [SGC for 74 FIXNUM pages..(8845 writable)..(T=11).GC finished]



   > [SGC for 3000 CONS pages..(21898 writable)..(T=64).GC finished]
   > [SGC for 0 CFUN pages..(21908 writable)..[SGC off] (doing full gc)[GC for 
1125 RELOCATABLE-BLOCKS pages..(T=91).GC finished]
   > [SGC on](T=438992).GC finished]
   > [SGC for 232 FIXNUM pages..(9121 writable)..(T=14).GC finished]

   These two instances account for nearly all your reported GBC time,
   though it is possible these reported values are in error.  Would be
   nice if someone actually watched the run at this point and determined
   what the pause was roughly with a wall clock.  

   Take care,


   -- 
   Camm Maguire                                         address@hidden
   ==========================================================================
   "The earth is but one country, and mankind its citizens."  --  Baha'u'llah





reply via email to

[Prev in Thread] Current Thread [Next in Thread]