Inline Finallyalizer::drop, allowing LLVM to optimize finally.#10918
Merged
bors merged 1 commit intorust-lang:masterfrom Dec 14, 2013
Merged
Inline Finallyalizer::drop, allowing LLVM to optimize finally.#10918bors merged 1 commit intorust-lang:masterfrom
finally.#10918bors merged 1 commit intorust-lang:masterfrom
Conversation
Member
Author
Member
Author
|
r? /* Reference result (TESTNAME=zero_1kb):
test vec::bench::zero_1kb_fixed_repeat ... bench: 240 ns/iter (+/- 16)
test vec::bench::zero_1kb_from_elem ... bench: 237 ns/iter (+/- 32)
test vec::bench::zero_1kb_loop_set ... bench: 1581 ns/iter (+/- 37)
test vec::bench::zero_1kb_mut_iter ... bench: 239 ns/iter (+/- 38)
test vec::bench::zero_1kb_set_memory ... bench: 236 ns/iter (+/- 9)
*/ |
* fixes the vec::from_elem regression caused by rust-lang#8780 * added 5 benchmarks for allocating a 1KB ~[u8] and zeroing it
flip1995
pushed a commit
to flip1995/rust
that referenced
this pull request
Jun 30, 2023
Fix `excessive_nesting` example whoops 😅 changelog: none
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
~[u8]and zeroing it