Skip to content

Commit 7e2af1d

Browse files
Merge pull request #180 from egraphs-good/faster-let
Remove outdated comments
2 parents bdfee08 + 497fba8 commit 7e2af1d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

python/egglog/egraph_state.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -309,14 +309,6 @@ def _expr_to_egg(self, expr_decl: ExprDecl) -> bindings._Expr: ...
309309
def _expr_to_egg(self, expr_decl: ExprDecl) -> bindings._Expr:
310310
"""
311311
Convert an ExprDecl to an egg expression.
312-
313-
Cached using weakrefs to avoid memory leaks.
314-
315-
If transform_let is True, then we will create a let binding for the expression if its children dont contain any unboard variables.
316-
317-
If it's false, it won't.
318-
319-
If it's "not-first", then it will skip trying to create a let binding on the top level, but then will for the rest
320312
"""
321313
try:
322314
return self.expr_to_egg_cache[expr_decl]

0 commit comments

Comments
 (0)