1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00
guile/module/oop
Andy Wingo ef7e18683c inline dispatch to program cmethods, tick in return, remove old goops methods
* libguile/objects.c (scm_apply_generic): Inline the case when the
  generic is a program.

* libguile/vm-i-system.c (return): Tick when functions return.

* module/oop/goops.scm (object-eqv?, object-equal?): Remove these
  historical methods.
2009-02-03 21:13:01 +01:00
..
goops nifty generic compiler infrastructure -- no more hardcoded passes 2008-11-14 22:42:31 +01:00
ChangeLog-2008
goops.scm inline dispatch to program cmethods, tick in return, remove old goops methods 2009-02-03 21:13:01 +01:00
Makefile.am