Skip to content

Commit

Permalink
WIP address pull request review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Jun 13, 2020
1 parent 5a8dbcc commit 2367c4a
Show file tree
Hide file tree
Showing 7 changed files with 137 additions and 236 deletions.
2 changes: 1 addition & 1 deletion crates/environ/src/cranelift.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ impl binemit::StackmapSink for StackMapSink {

impl StackMapSink {
fn finish(mut self) -> Vec<StackMapInformation> {
self.infos.sort_by_key(|info| info.code_offset);
self.infos.sort_unstable_by_key(|info| info.code_offset);
self.infos
}
}
Expand Down
Loading

0 comments on commit 2367c4a

Please sign in to comment.