This is the mail archive of the kawa@sourceware.cygnus.com mailing list for the Kawa project.


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

Re: Serializing closures


balaban ittai <ittaib@cs.bgu.ac.il> writes:

> But I don't know who was actually referencing the Field.

Hm.  I don't have any real experience debugging serialization.
What is the class hierarchy of the object you are trying to serialize?

> I thought maybe compiled stuff generated by Kawa consists of
> subclasses of classes like LambdaExp, which has Field members. Is
> this correct?

No.  LambdaExp is only used at compile-time; compiled code would
not use a LambdaExp (unless of course you call 'eval').
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/

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