Custom Query (1030 matches)
Results (412 - 414 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #320 | fixed | DEAD-MACPTR referenced in saved currency-converter application | ||
| Description |
It was reported in http://clozure.com/pipermail/openmcl-devel/2008-July/008420.html that a saved CurrencyConverter application (presumably built from the trunk as of roughly the date of that message) references a DEAD-MACPTR during "early application initialization". The current 1.2 version doesn't seem to be affected by this. |
|||
| #335 | invalid | Iterating through lock-free hash tables shouldn't cons | ||
| Description |
There is no reason for the hash table iterator to copy keys and values for lock-free hash tables. (The only reason it does now is that it's a bit hard to change the protocol so that it can stack-cons the key vector for some tables and not others). |
|||
| #339 | invalid | provide macro with-readtable-iterator | ||
| Description |
The macro allows efficient iteration over the reader macros provided in a particular readtable, more than can be provided with ANSI-standard functionality, especially given very large values of Attached is a patch made against r10880 that implements this macro and exports it from CCL. The `with-readtable-iterator' macro body itself is borrowed from Tobias's SBCL implementation. |
|||
