reactorlabs/rir

ScopeResolution: unnecessary execution of code

開放

#1,274 建立於 2024年4月1日

 (0 則留言) (0 個反應) (0 位負責人)C++ (19 個分叉)github user discovery
buggood first issuepir

倉庫指標

星標
 (61 顆星)
PR 合併指標
 (平均合併 1分鐘) (30 天內合併 1 個 PR)

描述

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

貢獻者指南