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

remove redundant exception field from Task #37821

Merged
merged 1 commit into from
Oct 6, 2020

Conversation

JeffBezanson
Copy link
Sponsor Member

This drops another 8 bytes from Task, which is nice since it happens to drop us down to the next lower GC size class.

This also makes task failure work properly if you use nothing as an exception. Not that that matters, but it's conceptually satisfying :)

@JeffBezanson JeffBezanson merged commit 08a233d into master Oct 6, 2020
@JeffBezanson JeffBezanson deleted the jb/taskexceptionfield branch October 6, 2020 16:39
Keno pushed a commit that referenced this pull request Jun 5, 2024
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