Reviewers: Toon Verwaest,

Message:
No tests yet: I'd be interested in thoughts on what tests I should be adding
(and how to craft those tests so they retain their value, i.e., they properly
force objects into various modes).

Description:
Make Object.freeze fast

This patch both speeds up the freeze operation itself, but also
allows properties to remain in fast mode. Objects with non-empty
elements backing stores still end up with slow elements.

BUG=v8:1858, 115960

Please review this at https://codereview.chromium.org/14888005/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M include/v8.h
  M src/heap.h
  M src/heap.cc
  M src/objects-inl.h
  M src/objects.h
  M src/objects.cc
  M src/property-details.h
  M src/runtime.h
  M src/runtime.cc
  M src/v8natives.js


--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to