#468: Overhaul of byte[] as java.nio.Buffer
----------------------------------+-------------------------
Reporter: Evenson Not Org | Type: defect
Status: new | Priority: critical
Milestone: 1.7.0 | Component: interpreter
Version: 1.7.0-dev | Keywords:
Parent Tickets: |
----------------------------------+-------------------------
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.
--
Ticket URL: <http://abcl.org/trac/ticket/468>
armedbear <http://abcl.org>
armedbear
#467: Unable to load ICS's Powerloom (2010)
----------------------------------+----------------------
Reporter: Evenson Not Org | Type: defect
Status: new | Priority: major
Milestone: 1.6.2 | Component: compiler
Version: 1.6.0-dev | Keywords:
Parent Tickets: |
----------------------------------+----------------------
Stephen Varey writes in <https://mailman.common-lisp.net/pipermail
/armedbear-devel/2020-May/004059.html>
{{{
I am trying to load powerloom into abcl.
If you download powerloom
(https://www.isi.edu/isd/LOOM/PowerLoom/download.html#PowerLoom)
start abcl and then (load "~/powerloom-4.0.10/load-powerloom.lisp") ;;;
assuming downloaded into home directory
It fails with the following stacktrace.
Can you help?
}}}
This has exposed a bug in the compiler.
--
Ticket URL: <http://abcl.org/trac/ticket/467>
armedbear <http://abcl.org>
armedbear