Re: question about alien library unloading
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: question about alien library unloading
- From: Cosmin Apreutesei <cosmin.apreutesei@...>
- Date: 2010年9月25日 05:24:41 +0300
> I will store the cache in the library userdata's environment, and will
> also put a backlink there so alien.loaded can be a weak table, and
> kill two birds with one stone.
Sounds good. Thanks.