Skip to content

Type inference: Performance tweaks - #22523

Draft
hvitved wants to merge 6 commits into
github:mainfrom
hvitved:type-inference/perf-fixes
Draft

Type inference: Performance tweaks#22523
hvitved wants to merge 6 commits into
github:mainfrom
hvitved:type-inference/perf-fixes

Conversation

@hvitved

@hvitved hvitved commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions github-actions Bot added the Rust Pull requests that update Rust code label Sep 8, 2026
@hvitved
hvitved force-pushed the type-inference/perf-fixes branch from 594dfc9 to 05cf887 Compare September 8, 2026 13:20
*/
pragma[inline]
private predicate typeMatch(
predicate typeMatch(

/** A field access expression, for example `x.f`. */
class FieldAccess extends Expr {
/* Gets the receiver of this field access. */
*
* This predicate should perform the dual post-processing of `inferInvocationType`.
*/
default Type inferInvocationTypeContextual(Invocation invocation, TypePath path) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants