Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rustc: Switch ty::node_type_table to smallintmap, cut 400mb memory us…
…e off a librustc build. Smallintmap was being populated with sparse keys during ast deserialization.
- Loading branch information
3c4ce79
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from thestinger
at graydon@3c4ce79
3c4ce79
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging graydon/rust/node-type-table-hashmap = 3c4ce79 into auto
3c4ce79
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
graydon/rust/node-type-table-hashmap = 3c4ce79 merged ok, testing candidate = 26fb16e
3c4ce79
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
http://buildbot.rust-lang.org/builders/auto-linux/builds/1443
http://buildbot.rust-lang.org/builders/auto-win/builds/1438
http://buildbot.rust-lang.org/builders/auto-mac/builds/1456
3c4ce79
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding incoming to auto = 26fb16e