-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
codesizeReducing the amount/verbosity of the C code mypyc generates.Reducing the amount/verbosity of the C code mypyc generates.speed
Description
If the result of an op is never used, and the op has no side effects, we can optimize it away.
Context: python/mypy#14899 (comment)
Metadata
Metadata
Assignees
Labels
codesizeReducing the amount/verbosity of the C code mypyc generates.Reducing the amount/verbosity of the C code mypyc generates.speed