rust/compiler
Dylan DPC 6da214c1e2
Rollup merge of #97579 - SparrowLii:target_features, r=nagisa
Avoid creating `SmallVec`s in `global_llvm_features`

This PR made a simple optimization to avoid creating extra `SmallVec`s by adjusting the use of iterator statements.
Also, given the very small size of `tied_target_features`, there is no need to insert each feature into the FxHashMap.
2022-06-06 14:34:57 +02:00
..
2022-06-03 17:02:14 +00:00
2022-06-02 11:22:16 +10:00
2022-06-02 09:00:04 -03:00
2022-06-02 09:00:04 -03:00
2022-06-03 20:42:42 +04:00
2022-06-03 17:02:14 +00:00
2022-06-03 17:02:14 +00:00
2022-06-03 17:02:14 +00:00
2022-06-03 17:01:53 +00:00