On 6/29/17, 4:08 AM, "Harbs" <harbs.li...@gmail.com> wrote:
> >The question that I think Alex is looking at, is whether the compiler can >handle boolean comparisons without initialization so it would do the >right thing without a performance hit. I’d be interested in hearing his >findings. > I think my test shows that we could rewrite comparisons against null (and undefined) that are not of type String or "*" and not have to initialize any variables and not incur any significant performance hit and save on code size. -Alex