Added new patch set.
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); On 2011/09/30 12:43:33, Vyacheslav Egorov wrote:
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.
Done. http://codereview.chromium.org/8082023/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
