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

unify mri and jruby with c++ core #4

Closed
jesg opened this issue Dec 1, 2015 · 2 comments
Closed

unify mri and jruby with c++ core #4

jesg opened this issue Dec 1, 2015 · 2 comments
Milestone

Comments

@jesg
Copy link
Owner

jesg commented Dec 1, 2015

simplify maintence with one core alogrithm for ipog written in c++11. ffi bindings for both the mri and jruby runtimes.

@jesg jesg added this to the 0.2.0 milestone Dec 1, 2015
@jesg
Copy link
Owner Author

jesg commented Dec 13, 2015

as of 0.2.0 mri has an extension written in c++11.

@jesg
Copy link
Owner Author

jesg commented Dec 13, 2015

compiling the c++11 extension on the jruby runtime is a pain because jruby does not implement the MakeMakefile module. i need to write a makefile just for jruby. it's unlikely the makefile would be portable to systems without g++ (gnu compiler collection). so the user would need to install gcc.

jruby-launcher is a good example of bundling a native extension in jruby.

@jesg jesg closed this as completed in 1447bc2 Dec 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant