On Wed, Dec 22, 2010 at 6:46 AM, YANG Xudong <[email protected]> wrote: > Just for example, it could > check _very specifically_ if the second part of the statement is of the form > "X < Y.length", and if so, cache the length of the array _internally_.
Could it? Doesn't the developer knows something the compiler does not: that either the array length will not change during the loop or it does not matter if it changes? -- Benjamin Hawkes-Lewis -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
