On 10/25/09 11:22 PM, Erik Huelsmann wrote:
As the result of an attempt to reduce our startup time, I implemented binary FASL support: a compiled lisp function (= Java class) which gets executed instead of the interpreted forms which used to constitute the texty fasl format.
[…]
Unfortunately, [this change][1] makes the ABCL trunk compilation under both OS X (x64-darwin-10.0.0/apple-jdk-1.6.0_15) and Windows (x86-winxp-5.1_sp3/sun-jdk-1.5.0_16) fail with:
[java] ; Compiling /Users/evenson/work/abcl/build/classes/org/armedbear/lisp/compiler-types.lisp ... [java] ; (IN-PACKAGE #:SYSTEM) [java] ; (DEFSTRUCT CONSTANT-TYPE ...) [java] 2.273 seconds real time [java] 1133901 cons cells [java] [java] Caught PROGRAM-ERROR while processing --eval option "(compile-system :zip nil :quit t)": [java] Wrong number of arguments for CONVERT-TOPLEVEL-FORM.
BUILD FAILED /Users/evenson/work/abcl/build.xml:211: Java returned: 2
[1]: http://trac.common-lisp.net/armedbear/changeset/12226