[cmucl-ticket] [cmucl] #60: compile-file and export problem
cmucl
cmucl-devel at common-lisp.net
Sat Dec 22 16:29:22 UTC 2012
#60: compile-file and export problem
---------------------+------------------------------------------------------
Reporter: rtoy | Owner: somebody
Type: defect | Status: closed
Priority: major | Milestone:
Component: Core | Version: 2012-05
Resolution: fixed | Keywords:
---------------------+------------------------------------------------------
Comment(by toy.raymond@…):
commit cdf11377fbdb369d3a3810dd9bd01a8a73007255
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Sat Dec 22 08:29:09 2012 -0800
Fix ticket:60.
This fixes the immediate issue, but there are still problems with
very long strings. The bit-index for such strings won't fit in an
(unsigned-byte 32).
vm-fndb.lisp:
o Correct the defknown to have the correct arg types (vm::offset
instead of index).
vm-tran.lisp:
o Update deftransform to use vm::offset instead of index.
--
Ticket URL: <http://trac.common-lisp.net/cmucl/ticket/60#comment:2>
cmucl <http://common-lisp.net/project/cmucl>
Cmucl is a high-performance, free Common Lisp implementation.
More information about the cmucl-ticket
mailing list