Skip to content
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 vtable overrides to Winxed class #19

Closed
bubaflub opened this issue Jun 22, 2011 · 2 comments
Closed

add vtable overrides to Winxed class #19

bubaflub opened this issue Jun 22, 2011 · 2 comments
Assignees
Milestone

Comments

@bubaflub
Copy link
Owner

adding vtable overrides will allow us to do things convenient but slow like addition between to GMP Integers without having to call mpz_add

the syntax is pretty simple in Winxed, but type checking will have to happen so we can choose the correct function to add - mpz_add or mpz_add_ui and so forth.

@ghost ghost assigned bubaflub Jun 22, 2011
@bubaflub
Copy link
Owner Author

bubaflub commented Jul 2, 2011

get_string override was in 4ce91a5, get integer in 03673fe.

@bubaflub
Copy link
Owner Author

bubaflub commented Jul 7, 2011

658b5e6 has all of the overrides with tests.

@bubaflub bubaflub closed this as completed Jul 7, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant