-
Notifications
You must be signed in to change notification settings - Fork 708
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
Add arm64ilp32 / x32 / IL64P32 targets #26
Comments
Note that this memory model is only good for cases where ASLR isn't necessary. This is perfect for Rust. On GCC for MIPS, this is See ICC's
See https://en.wikipedia.org/wiki/X32_ABI:
See https://sites.google.com/site/x32abi/
See http://lwn.net/Articles/456731/ See http://www-cs-faculty.stanford.edu/~uno/news08.html:
|
Note: Some parts of the code, e.g. gcm.c, use Similarly, we need to audit the code for places where |
x32 landed in Rust. |
See openssl/openssl@5e5ece5 and openssl/openssl@a93d3e0
The text was updated successfully, but these errors were encountered: