]> git.lizzy.rs Git - rust.git/commit
Auto merge of #51340 - Amanieu:hashmap_layout2, r=SimonSapin
authorbors <bors@rust-lang.org>
Mon, 4 Jun 2018 18:36:50 +0000 (18:36 +0000)
committerbors <bors@rust-lang.org>
Mon, 4 Jun 2018 18:36:50 +0000 (18:36 +0000)
commit41affd03eb169830773cd1b11efda562ab81fad0
tree0c05503cee2272a9dd4abe4aac25588152ae402c
parentcdc193db993eadab74d9ea439613e8f9d3725ac7
parentb69724f37cca68249340e7245e5ac2832d8b2c30
Auto merge of #51340 - Amanieu:hashmap_layout2, r=SimonSapin

Optimize layout calculations in HashMap

This now produces the same assembly code as the previous implementation.

cc #51163 @nnethercote @gnzlbg @andjo403