[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: string immutability
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sat, 4 Jan 2014 11:52:05 -0200
> I was intrigued by a comment in the incompatibilities section of the 5.2 manual:
>
> "Equality between function values has changed. Now, a function definition may not create a new value; it may reuse some previous value if there is no observable difference to the new function."
>
> Can we deduce from this that the byte streams of functions are stored as, or in the same way as, strings? If so, does the same, or another, size threshold apply?
No.
-- Roberto