Reviewers: Michael Starzinger,

Description:
Add OptimizedCodeList and DeoptimizedCodeList to native contexts. Both lists are weak. This makes it possible to find optimized code that is not referred to by
any function, but still needs to be deoptimized. It obsoletes the weak
deoptimizing code list in the deoptimizer data and generally simplifies the
process of deoptimizing code.

BUG=

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

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

Affected files:
  M src/compiler.cc
  M src/contexts.h
  M src/contexts.cc
  M src/deoptimizer.h
  M src/deoptimizer.cc
  M src/heap.cc
  M src/liveedit.cc
  M src/mark-compact.h
  src/mark-compact.cc
  M src/objects-inl.h
  M src/objects.h
  M src/objects.cc


--
--
v8-dev mailing list
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to