Opened 5 years ago
Last modified 2 years ago
#468 new defect
Overhaul of byte[] as java.nio.Buffer
| Reported by: | Mark Evenson | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.9.3 |
| 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.
Change History (9)
comment:6 Changed 4 years ago by
| Milestone: | 1.8.1 → 1.9.0 |
|---|
comment:7 Changed 3 years ago by
| Milestone: | 1.9.0 → 1.9.1 |
|---|
comment:8 Changed 3 years ago by
| Milestone: | 1.9.1 → 1.9.2 |
|---|
comment:9 Changed 2 years ago by
| Milestone: | 1.9.2 → 1.9.3 |
|---|
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/>.