[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: Fri, 17 Mar 2006 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