Ellery Newcomer <[email protected]> wrote: > Walter Bright wrote: >>> Well, if that's a problem you could fix it by making immutable not >>> shared unless you also put the shared attribute: >>> >>> immutable Object o; // thread-local >>> shared immutable Object o; // visible from all threads >> >> >> Aaggghhhh !!! <g> >> > > ditto > agreed, but why can't their just be a space for immutable data to be allocated? That way you could prove? that the data is immutable.
-Rory
