Skip to content

Memory leaks in lexer/compiler #214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 23, 2014

Conversation

pfalcon
Copy link
Contributor

@pfalcon pfalcon commented Jan 23, 2014

Starting to study memory management in uPy... Fix in lexer is definitely ok, please confirm that scopes are also not needed once bytecode was generated. Tests pass of course.

dpgeorge added a commit that referenced this pull request Jan 23, 2014
@dpgeorge dpgeorge merged commit d552db4 into micropython:master Jan 23, 2014
@dpgeorge
Copy link
Member

Also need to free the emitters allocated during compliation (but not their generated code).

tannewt added a commit to tannewt/circuitpython that referenced this pull request Aug 31, 2017
tannewt added a commit to tannewt/circuitpython that referenced this pull request Aug 31, 2017
tannewt added a commit to tannewt/circuitpython that referenced this pull request Sep 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants