-
Notifications
You must be signed in to change notification settings - Fork 8
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
Big integers #7
Comments
If i recall correctly the new version of boost comes with a library that On Sunday, February 17, 2013, Sébastien Doeraene wrote:
Gustavo Gutierrez |
Yep, I saw that, too. It might be a good idea. At least we could have big numbers without GMP on the boost host. And we can have a compilation option to switch to the GMP backend if so desired. |
getIntVar, Linear, Full getIntVarArgs
Support for big integers is still missing.
At the very least, overflow with smallints should raise an exception, not return 0. (This part of the codebase was written when exceptions were not implemented yet!)
Then, support for big integers should be added, in a modular way. Actual big integers must not enter vm/main/! That would be a major dependency that we must avoid in the VM core codebase.
The text was updated successfully, but these errors were encountered: