Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
346 contributions in the last year
Contribution activity
November 2020
Created 9 commits in 1 repository
Created a pull request in rust-lang/rust that received 12 comments
inliner: Use substs_for_mir_body
Changes from 68965 extended the kind of instances that are being
inlined. For some of those, the instance_mir returns a MIR body that
is already ex…
Opened 11 other pull requests in 1 repository
rust-lang/rust
3
open
7
merged
1
closed
- Normalize function type during validation
- Make codegen tests compatible with extra inlining
- Never inline C variadics, cold functions, functions with incompatible attributes ...
- Fix links to stabilized versions of some intrinsics
- Support inlining diverging function calls
- Add flags customizing behaviour of MIR inlining
- Assert that a return place is not used for indexing during integration
- Monomorphize a type argument of size-of operation during codegen
- Less verbose debug logging from inlining integrator
- inliner: Copy unevaluated constants only after successful inlining
- inliner: Remove redundant loop