-
Notifications
You must be signed in to change notification settings - Fork 11
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
FFI: efficient array API #5
Labels
Comments
bamboo
added a commit
that referenced
this issue
Sep 23, 2016
With preliminary support for System.Int32[] arrays. See #5
bamboo
added a commit
that referenced
this issue
Sep 23, 2016
This required a few improvements to language-cil, so for the time being we're back at depending on bamboo/language-cil@idris-cil. In the process I had to remove `CIL.FFI.Array.get` and replace it with `CIL.FFI.Array.get'` which requires the array element type as the first argument. I couldn't get the element type index stored in TypedArray to flow all the way to the code generator. The search for a better solution continues. See #5
bamboo
added a commit
that referenced
this issue
Oct 16, 2016
bamboo
added a commit
that referenced
this issue
Oct 16, 2016
bamboo
added a commit
that referenced
this issue
Oct 16, 2016
bamboo
added a commit
that referenced
this issue
Oct 20, 2016
bamboo
added a commit
that referenced
this issue
Oct 30, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CIL.FFI.Array.get
accessor function which doesn't require the element type to be passed inCIL.FFI.ObjectArray
andCIL.FFI.Array.TypedArray
The text was updated successfully, but these errors were encountered: