[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
possible garbage collector problem...
- To: <eric@son-of-blob>
- Subject: possible garbage collector problem...
- From: Eric Dean Tribble <tribble@xxxxxxxxxxx>
- Date: Sun, 1 Oct 89 11:37:23 PDT
- Cc: <us@son-of-blob>
- In-reply-to: <eric@son-of-blob'smessageofSun>,27 PDT <8910011701.AA07420@xxxxxxxxxxxxxxxxxxxxxxx>
Garbage collecting between pieces of a single expression isn't a problem
as long as we are single threaded. We'll clearly have to be cleverer about
it when we go to multiple threads. I don't have an obvious solution in mind
right now though.
Really? Even if the call to the inner procedure does an allocation
and garbage collection? Are we declaring arguments to functions as
strong pointers?
dean