You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On aarch64 you can use higher order pointer tagging and it can be automatically masked out. We should use that instead of low order pointer tagging. We could also store ~1000 class indexes that way. This would make for more efficient code over all I Think
The text was updated successfully, but these errors were encountered:
On aarch64 you can use higher order pointer tagging and it can be automatically masked out. We should use that instead of low order pointer tagging. We could also store ~1000 class indexes that way. This would make for more efficient code over all I Think
The text was updated successfully, but these errors were encountered: