This is the mail archive of the guile-cvs@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

guile/guile-oops goops.c


CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/07/02 00:06:43

Modified files:
	guile-oops     : goops.c 

Log message:
	* goops.c (call_memoize_method): Made thread safe.  Method
	memoization is synchronized between threads via a mutex, but the
	case where one thread is dispatching using the method cache being
	altered by another thread was not handled correctly.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]