On 10/21/15, 4:20 PM, "Josh Tynjala" <joshtynj...@gmail.com> wrote:
>Is the compiler using more than one thread? Could different threads be >calling isExternalLinkage(), and am I seeing a race condition? The compiler uses one thread for each .as file so yes, you are probably seeing a multi-thread issue, although I haven’t checked the call stack into that call to see if it is coming from threads. -Alex