8000 More efficient nested functions · Issue #712 · mypyc/mypyc · GitHub
[go: up one dir, main page]

Skip to content
More efficient nested functions #712
@JukkaL

Description

@JukkaL

The way we implement nested functions isn't very efficient. In simple cases where the function doesn't escape we should only generate a C function, possibly passing variables from the outer scope as implicit extra arguments.

Metadata

Metadata

Assignees

Labels

area-functionscodesizeReducing the amount/verbosity of the C code mypyc generates.speed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0