Re: Get environment of a function
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Get environment of a function
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2006年3月17日 13:16:28 -0300
> BTW, how cheap are setfenv/getfenv calls?
Very cheap, just a pointer copy (not a table copuy).
See the code in lapi.c.
--lhf