Tweaks to improve analysis time
Overflow calls sooner (and returns merged types on overflow)
Cache less numbers
Merge object literals which share common properties within the same module
Improves node-value caching so there's no chance of conflicting caches
Improves dumping of analysis units for understanding the effects of changes
Also deletes unused analysis limits
Deletes dead ArgumentSet code
Tweaks merging levels
Updates tests to use groupable analysis to match the product behavior
↧