LGTM! nice catch
http://codereview.chromium.org/8082023/diff/1/src/objects.cc File src/objects.cc (right): http://codereview.chromium.org/8082023/diff/1/src/objects.cc#newcode4477 src/objects.cc:4477: next->set_map(current, SKIP_WRITE_BARRIER); let's introduce a special "unsafe" accessor that does not invoke a write barrier. this will allow us to easily find all places that do unsafe things with map field. http://codereview.chromium.org/8082023/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
