Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-compile module if IdMap is present (#11032)
Loading IR caches and IdMap for a module don't play very well. Rather than complicating logic and introducing yet another re-compilation request let's not even attempt to deserialize a module if IdMap is present. The cost of compiling a single module (right now containing the project itself) is negligble, compared to a possibility of bugs that we've encountered so far. (cherry picked from commit 62e1569)
- Loading branch information