Instead of waiting for the domain construction to finish we will now bail as early as possible in case a complexity problem is encountered. This might save compile time but more importantly it makes the "abort" explicit. While we can always check if we invalidated the assumed context we can simply propagate the result of the construction back. This also removes the HasComplexCFG flag that was used for the very same reason.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hey Chris,
I would like your input on this patch.
I run into problems with your new HasComplexCFG flag as it will "silently" invalidate domains (ok not that silent because the flag exists but I din't think to check). Can you see if this more explicit approach works for you too?
Thanks in advance,
Johannes