-
Notifications
You must be signed in to change notification settings - Fork 0
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
Regressions in space.h #15
Comments
We seem to be recovering old ground, patching up stuff, that we already fixed, prior to bringing in the new code. In the meantime, commenting out
|
We get further, on x86 (built on the wrong machine, by accident), but on PPC:
|
Seems weird, but the
|
It turns out that we had space.h, under a different file name, trashed it during the merge, and when I tried to restore it, it was broken, and created problems:
|
Current state of PPC:
|
Current status, on POWER4+ is :
|
Looking into this, in vmlemon/pistachio#5... |
Since bringing the bulk of the work for #9 to a close, we now seem to have introduced regressions in
space.h
, or the infrastructure responsible for generating it:This breaks the build, on both x86-64, and PowerPC.
The text was updated successfully, but these errors were encountered: