-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Bigarray support #170
base: main
Are you sure you want to change the base?
Bigarray support #170
Conversation
This is cool, give me a few days to review it, please. |
I also need a couple of days, this is a really important movement |
rebind external definitions for caml_ba_kind and caml_ba_layout in the bigarray runtime file to ensure they don't get optimized away
…o ocaml. clean up a bit
I dropped the ball on this completely, but I'm still interested. @dakotamurphyucf what's the status of this PR? |
@anmonteiro It’s been awhile since I last worked on this but I remember that I had this branch compiling without errors. I implemented all the big array js runtime primitives and integrated them into the compiler. It was producing the correct JavaScript for all the various big array operation test cases I ran. But my test were not very comprehensive. |
Proof of concept implementation of bigarrays in Melange.
Runtime implementation is modeled after the jsoo runtime implementation.
Currently builds and compiles bigarray operations to runnable javascript.