thawkins / strongtalk

Automatically exported from code.google.com/p/strongtalk
0 stars 0 forks source link

Implement bulk "become" #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Bulk one-way become implementation, which atomically maps all references to
a set of object references to a set of replacement objects.  This is not
required to be a fast operation.

This is needed for class reshaping and other development environment uses.

Original issue reported on code.google.com by David.Gr...@gmail.com on 25 Sep 2006 at 10:21