Custom Query (1030 matches)
Results (925 - 927 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #610 | invalid | regression (not really sure how to classify this) | ||
| Description |
This is a regression relative to 1.3. (This is the start of my .ccl-init.lisp.) ~/src/ccl-1.4/dx86cl64 --no-init --load foo.lisp ...where 'foo.lisp' is:
...results in this: fluffy% ~/src/ccl-1.4/dx86cl64 --no-init --load foo.lisp
|
|||
| #224 | fixed | release notes for 1.2 | ||
| Description |
Create release notes (possibly as wiki page on the Trac) for a 1.2 release. |
|||
| #624 | fixed | relocate_area_contents() and "large" x8632 functions | ||
| Description |
We made a change to support "large" functions (those with 64K or more 32-bit words of code/immediate data) on x8632 by changing the interpretation of the 16-bit word which precedes the function entry point (high bit clear -> count of "code" words in low 15 bits, high bit set -> count of "node" words in low 15 bits.) We missed a case in relocate_area_contents(), which is used to handle the case where a heap image can't be mapped into the address from which it was saved. A development version of ACL2 both created at least one "large" function and was saved from a non-canonical address (for unknown reasons) and exposed this problem. |
|||
