Skip to content
Snippets Groups Projects
Commit 9b1ed35d authored by Liam Healy's avatar Liam Healy
Browse files

Native arrays do not need wrapper

Native arrays are now completely dynamic, i.e., they are garbarge
collected and there is no need for any kind of wrapper, because the
with-pinned-objects is wrapped at the defmfun level.  Most tests pass
on SBCL, but there are still a number that fail.  The GSL parts are
always present; there is potentially unnecessary allocation of all
GSL-required structs at creation time, which might merit some
investigation for a more just-in-time creation procedure.  Potential
problems on non-native implementations completely uninvestigated.
parent 87723ec1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment