Camille Gillot

Results 3 issues of Camille Gillot

Gating MIR inlining on non-incremental mode causes spurious codegen test failures for contributors that do not compile rustc in incremental mode. This PR stops this behaviour, to rely only on...

T-compiler
S-waiting-on-review
perf-regression

This PR continues the refactor of metadata emission to be more systematic, iterating on definitions and filtering based on each definition's `DefKind`. This allows to remove the large `EntryKind` enum,...

T-compiler
S-waiting-on-review
S-waiting-on-author
perf-regression

For some cases, the computation of the C string for inline using _getRepresentation takes a substantial amount of time. Here, we memorize the computed C code and argument dictionary. The...