Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Tagged pointer support #3

Closed
DinoV opened this issue Sep 16, 2015 · 2 comments
Closed

Tagged pointer support #3

DinoV opened this issue Sep 16, 2015 · 2 comments
Assignees

Comments

@DinoV
Copy link
Contributor

DinoV commented Sep 16, 2015

If we know we have non-escaping integer values we should omit tagged pointer support. That should improve integer arithmetic performance while still supporting overflow to long ints. We should only do it on non-escaping values to avoid repeatedly needing to rebox values.

@brettcannon
Copy link
Member

Is there more work to do on this or is it finished?

@DinoV
Copy link
Contributor Author

DinoV commented Jan 5, 2016

It's done, we need to improve our escape analysis but that's probably orthogonal

@DinoV DinoV closed this as completed Jan 5, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants