Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Replace HasFlag() calls with bitwise checks to avoid garbage generation in FindUserDefinedSymbol which gets called extremely frequently. On one test project this reduced garbage generation for a compile from 211MB to 128MB. This also speeds up the function quite a bit (367ms -> 153ms in the same test case as above) so in some cases it can help compile time on large scripts.
- Loading branch information