Opened 3 years ago
Last modified 9 months ago
#468 new defect
Overhaul of byte[] as java.nio.Buffer
Reported by: | Mark Evenson | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.9.0 |
Component: | interpreter | Version: | 1.7.0-dev |
Keywords: | Cc: | ||
Parent Tickets: |
Description
If we represent everything as a java.nio.Buffer, we gain the ability to allocate our vectors and arrays using com.sun.jna.Memory.malloc(int) invocations.
Note: See
TracTickets for help on using
tickets.
Current patches
<https://github.com/armedbear/abcl/pull/197><https://github.com/armedbear/abcl/pull/217>ff.<https://github.com/armedbear/abcl/pull/223>
Released first candidate from <https://github.com/armedbear/abcl/pull/223/files> as <https://abcl.org/releases/1.7.0/>.