Open
Conversation
`va` stuff appears to be error-prone and hard to debug when it comes to vere64 rewrite. One missing cast is enough to cause input argument corruption. This PR changes most of our variadic functions to functions that take an array and a `c3_z` length + a variadic macro wrapper. I target vere64 because the change mostly concerns that branch, to make @matthew-levan life simpler when it comes to merges.
…a_wits` (word bits)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cribbed from #794.
This PR introduces 64-bit Vere.
c3_wis now either 32 or 64 bit, depending on if it was compiled with -DVERE64 (on by default, or off withzig build -Dvere32).The following work still needs to be done:
trace.{c,h}ship.{c,h}nock.hversion.himprison.{c,h}jets.{c,h}allocate.{c,h}retrieve.{c,h}*_tests.clook at diff of pre and post VERE64 compilation with -Wconversion flag. Investigate every instance.size_tto support 64-bit #842(mug .(eny 0, now 0))equality test for fakezods booted in 32-bit and 64-bit modes