hyln9 / ikarus

Optimizing incremental native-code compiler for R6RS scheme. This is a forked repository.
https://launchpad.net/ikarus
Other
5 stars 0 forks source link

make hashtables fasl-writable #236

Closed hyln9 closed 10 years ago

hyln9 commented 10 years ago

Eq and eqv hashtables should be fasl-writable.

General hashtables cannot be fasl writable since they contain procedures (the hash-proc and equal-proc) that are not serializable.

Launchpad Details: #LP309222 Abdulaziz Ghuloum - 2008-12-17 22:07:51 -0500

hyln9 commented 10 years ago

Fixed in 1725.

Launchpad Details: #LPC Abdulaziz Ghuloum - 2008-12-24 00:13:57 -0500