Opened 5 years ago

Last modified 10 months ago

#463 new defect

Problems with compiling AP5

Reported by: Mark Evenson Owned by:
Priority: major Milestone: 1.9.3
Component: compiler Version:
Keywords: Cc:
Parent Tickets:

Description

In <https://mailman.common-lisp.net/pipermail/armedbear-devel/2019-March/003967.html>, Dan Cohen notes problems with AP5 recompiling code.

Attachments (1)

compiler-ap5.diff (1.2 KB) - added by Mark Evenson 5 years ago.
hack the compiler for AP5

Download all attachments as: .zip

Change History (11)

Changed 5 years ago by Mark Evenson

Attachment: compiler-ap5.diff added

hack the compiler for AP5

comment:1 Changed 5 years ago by Mark Evenson

I don't fully understand the AP5 compilation architecture but it trips up a leaky abstraction in the ABCL compiler which computes SYSTEM::*FASL-UNINTERNED-SYMBOLS* as an alist as it finds uninterned symbols, but then serializes it as a vector when finished.

The patch contains a hack that computes the alist form from the vector form rather than signalling an error.

To truly fix this one would have to understand the Ap5 compilation strategy a bit better, and then adjust the compiler's use of specials.

comment:2 Changed 4 years ago by Mark Evenson

Milestone: 1.6.01.6.1

Ticket retargeted after milestone closed

comment:3 Changed 4 years ago by Mark Evenson

Milestone: 1.6.11.6.2

Ticket retargeted after milestone closed

comment:4 Changed 4 years ago by Mark Evenson

Milestone: 1.6.21.7.0

comment:5 Changed 4 years ago by Mark Evenson

Milestone: 1.7.01.7.1

Ticket retargeted after milestone closed

comment:6 Changed 4 years ago by Mark Evenson

Milestone: 1.7.11.7.2

Ticket retargeted after milestone closed

comment:7 Changed 4 years ago by Mark Evenson

Milestone: 1.7.21.8.0

Milestone renamed

comment:8 Changed 3 years ago by Mark Evenson

Milestone: 1.8.01.8.1

Ticket retargeted after milestone closed

comment:9 Changed 14 months ago by Mark Evenson

Milestone: 1.8.11.9.2

comment:10 Changed 10 months ago by Mark Evenson

Milestone: 1.9.21.9.3
Note: See TracTickets for help on using tickets.