-
Notifications
You must be signed in to change notification settings - Fork 45
64-bit Vere #794
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
64-bit Vere #794
Conversation
|
majority of changes in hashtable and trace. misc changes elsewhere. majority of remaining _tmp usage to convert to 32/64-bit limited to jets |
|
recommend concurrent or after completion of _tmp conversions to run zig build with |
|
Closing in favor of #715. |
This PR introduces 64-bit Vere. The principle changes involved have to do with the introduction of a new type, c3_n, which is 32 bit or 64 bit depending on if it was compiled with -DVERE64.
The following work still needs to be done:
PMA integration (easy in vere64, vere32 requires more involved work)developfor mug: revendor murmur3 #840, do it in 2 commits (original vendor, our changes), include upstream commit hash in commit messageI will make this more granular and regularly update this as involved collaborators complete things.