[compiler] Don't emit spurious `import { c as _c }` for discarded fun… (opens in new tab)
…ctions (#36500) ## What Codegen registers `_c` (the memo cache import) as a side effect whenever a function compiles with memo slots. The registration persists on `ProgramContext.imports` even i...
Read the original article