forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
39: Simplify optimized allocation r=ltratt a=jacob-hughes We can now use the `std::gc::needs_tracing` and `std::gc::can_trace_precisely` intrinsics to make allocation decisions. These intrinsics are const expressions, so have no branching cost. This lets us remove the complicated specialization stuff. Co-authored-by: Jake Hughes <jh@jakehughes.uk>
- Loading branch information
Showing
3 changed files
with
61 additions
and
264 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.