Skip to content
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

Make most executor types create an autorelease pool for each individual task. #202

Merged
merged 1 commit into from
Nov 30, 2015

Conversation

richardjrossiii
Copy link
Member

This help for cleaning up after the garbage generated by a task, and will overall help memory pressure.

Note that we're not creating a pool for the immediate executor, as its purpose is to execute with as few side-effects as possible.

…al task.

This help for cleaning up after the garbage generated by a task, and will overall help memory pressure.

Note that we're *not* creating a pool for the immediate executor, as its purpose is to execute with as few side-effects as possible.
@nlutsenko nlutsenko added this to the 1.5.1 milestone Nov 30, 2015
richardjrossiii added a commit that referenced this pull request Nov 30, 2015
Make most executor types create an autorelease pool for each individual task.
@richardjrossiii richardjrossiii merged commit 11c1a3f into master Nov 30, 2015
@richardjrossiii richardjrossiii deleted the richardross.autoreleasepool branch November 30, 2015 20:34
@facebook-github-bot
Copy link
Contributor

@richardjrossiii updated the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants