public inbox for guile-cvs@sourceware.org
help / color / mirror / Atom feed
* guile/guile-oops dispatch.scm
@ 1999-08-23 14:31 mdj
0 siblings, 0 replies; 12+ messages in thread
From: mdj @ 1999-08-23 14:31 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@egcs.cygnus.com 99/08/23 14:31:01
Modified files:
guile-oops : dispatch.scm
Log message:
* dispatch.scm (memoize-method!): Mark as system-procedure.
^ permalink raw reply [flat|nested] 12+ messages in thread
* guile/guile-oops dispatch.scm
@ 2000-07-02 0:33 mdj
0 siblings, 0 replies; 12+ messages in thread
From: mdj @ 2000-07-02 0:33 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@sourceware.cygnus.com 00/07/02 00:33:56
Modified files:
guile-oops : dispatch.scm
Log message:
* dispatch.scm (memoize-method!): Reimplemented the previous
change on the scheme level.
^ permalink raw reply [flat|nested] 12+ messages in thread
* guile/guile-oops dispatch.scm
@ 2000-06-04 8:34 mdj
0 siblings, 0 replies; 12+ messages in thread
From: mdj @ 2000-06-04 8:34 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@sourceware.cygnus.com 00/06/04 08:34:56
Modified files:
guile-oops : dispatch.scm
Log message:
* dispatch.scm (method-cache-install!): Use the magnitude of
the n-specialized slot.
^ permalink raw reply [flat|nested] 12+ messages in thread
* guile/guile-oops dispatch.scm
@ 1999-12-19 12:56 mdj
0 siblings, 0 replies; 12+ messages in thread
From: mdj @ 1999-12-19 12:56 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@sourceware.cygnus.com 99/12/19 12:56:10
Modified files:
guile-oops : dispatch.scm
Log message:
* dispatch.scm (cache-try-hash!): Use %logand.
^ permalink raw reply [flat|nested] 12+ messages in thread
* guile/guile-oops dispatch.scm
@ 1999-12-04 7:38 mdj
0 siblings, 0 replies; 12+ messages in thread
From: mdj @ 1999-12-04 7:38 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@sourceware.cygnus.com 99/12/04 07:38:32
Modified files:
guile-oops : dispatch.scm
Log message:
* dispatch.scm (cache-try-hash!): Bugfix: Measure max number of
cache misses for any method instead of the sum of cache misses for
all methods.
^ permalink raw reply [flat|nested] 12+ messages in thread
* guile/guile-oops dispatch.scm
@ 1999-10-08 5:49 mdj
0 siblings, 0 replies; 12+ messages in thread
From: mdj @ 1999-10-08 5:49 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@egcs.cygnus.com 99/10/08 05:49:31
Modified files:
guile-oops : dispatch.scm
Log message:
* dispatch.scm (method-cache-install!): Don't initialize
n-specialized here.
^ permalink raw reply [flat|nested] 12+ messages in thread
* guile/guile-oops dispatch.scm
@ 1999-09-20 15:45 mdj
0 siblings, 0 replies; 12+ messages in thread
From: mdj @ 1999-09-20 15:45 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@egcs.cygnus.com 99/09/20 15:45:44
Modified files:
guile-oops : dispatch.scm
Log message:
* dispatch.scm (memoize-method!): Bugfix: Handle no-applicable
cases with zero arguments.
^ permalink raw reply [flat|nested] 12+ messages in thread
* guile/guile-oops dispatch.scm
@ 1999-08-21 15:28 mdj
0 siblings, 0 replies; 12+ messages in thread
From: mdj @ 1999-08-21 15:28 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@egcs.cygnus.com 99/08/21 15:28:14
Modified files:
guile-oops : dispatch.scm
Log message:
* dispatch.scm (method-cache-insert!): Grow cache in multiples of
2 starting with 1.
(hash-threshold): Decreased to 3.
^ permalink raw reply [flat|nested] 12+ messages in thread
* guile/guile-oops dispatch.scm
@ 1999-08-21 13:12 mdj
0 siblings, 0 replies; 12+ messages in thread
From: mdj @ 1999-08-21 13:12 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@egcs.cygnus.com 99/08/21 13:12:19
Modified files:
guile-oops : dispatch.scm
Log message:
* goops.scm, dispatch.scm, compile.scm: Removed debugging code and
disabled backtracing.
^ permalink raw reply [flat|nested] 12+ messages in thread
* guile/guile-oops dispatch.scm
@ 1999-08-20 10:02 mdj
0 siblings, 0 replies; 12+ messages in thread
From: mdj @ 1999-08-20 10:02 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@egcs.cygnus.com 99/08/20 10:02:39
Modified files:
guile-oops : dispatch.scm
Log message:
* dispatch.scm (make-apply-generic apply-0-arity-method
make-method-cache): Removed. (Have been moved to C level.)
(method-entry): Insert the cmethod entry into code-table before
compiling the method.
^ permalink raw reply [flat|nested] 12+ messages in thread
* guile/guile-oops dispatch.scm
@ 1999-08-05 9:43 mdj
0 siblings, 0 replies; 12+ messages in thread
From: mdj @ 1999-08-05 9:43 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@egcs.cygnus.com 99/08/05 09:43:37
Modified files:
guile-oops : dispatch.scm
Log message:
^ permalink raw reply [flat|nested] 12+ messages in thread
* guile/guile-oops dispatch.scm
@ 1999-08-04 4:33 mdj
0 siblings, 0 replies; 12+ messages in thread
From: mdj @ 1999-08-04 4:33 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@egcs.cygnus.com 99/08/04 04:33:36
Added files:
guile-oops : dispatch.scm
Log message:
* dispatch.scm, Makefile.am: Added dispatch.scm.
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2000-07-02 0:33 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-23 14:31 guile/guile-oops dispatch.scm mdj
-- strict thread matches above, loose matches on Subject: below --
2000-07-02 0:33 mdj
2000-06-04 8:34 mdj
1999-12-19 12:56 mdj
1999-12-04 7:38 mdj
1999-10-08 5:49 mdj
1999-09-20 15:45 mdj
1999-08-21 15:28 mdj
1999-08-21 13:12 mdj
1999-08-20 10:02 mdj
1999-08-05 9:43 mdj
1999-08-04 4:33 mdj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).