reactorlabs/rir

ScopeResolution: unnecessary execution of code

Open

#1.274 aberto em 1 de abr. de 2024

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (19 forks)github user discovery
buggood first issuepir

Métricas do repositório

Stars
 (61 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

The code here will run on every iteration of this pass. Even if it does not change the 'changed' flag , the method fromContext should not be invoked more than is required.

https://github.com/reactorlabs/rir/blob/0c2896fbc82f505e61ed8db416e113905d8f2237/rir/src/compiler/opt/scope_resolution.cpp#L317

Guia do colaborador