Harbs commented on pull request #1026: URL: https://github.com/apache/royale-asjs/pull/1026#issuecomment-752872096
This is a great optimization! This is something I wanted to do for a long time. Thanks! Any reason you didn't also optimize class lookups? FWIW, I'd also like to optimize Array checks in the compiler where `foo is Array` would get compiled directly into `Array.isArray(foo)`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
