This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [GSoC] Parameter protocols in CL


On 25 July 2012 19:54, Jamison Hope <jrh@theptrgroup.com> wrote:
> Just successfully compiled it (r7280) with configure/make, and it did
> build flet.java and OrdinaryLambda.java, but not primitives.lisp. It
> did build PrimOps.scm, though.

PrimOps was the original code, added to the system by someone who knew
how to use autotools :D. I touch PrimOps.scm, do a make and the strip
of the --module-static ... stuff and replace it with --clisp -C
primitives.lisp to compile that file btw.

> I suspect it's because keyword functions get compiled to methods with "$V"
> at the end of the name. For now, use --debug-dump-zip & gnu.bytecode.dump
> to get at the disassembled bytecode.

Can't say I understand why that matters :) -- but I am currently
trying to find anything abnormal from the results of dumping a zip
having compiled my test procedure above. Thanks for the information!

Charlie.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]