Reviewers: titzer, Michael Starzinger,

Description:
Remove dependency from generic lowering on compilation info for determining
strictness and builtins.

This makes the graphs compositional for inlining (i.e. we can now inline a
strict function into a non-strict function, or vice versa).

1) Store strict mode as parameter in StoreNamed/StoreProperty.
2) Load builtins from activation if needed.
   If context specialization is turned on, builtin lookup is
   done at compile time (as before).

[email protected]

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

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

Affected files (+90, -39 lines):
  M src/compiler/ast-graph-builder.cc
  M src/compiler/js-context-specialization.h
  M src/compiler/js-context-specialization.cc
  M src/compiler/js-generic-lowering.h
  M src/compiler/js-generic-lowering.cc
  M src/compiler/js-graph.h
  M src/compiler/js-operator.h
  M src/compiler/pipeline.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/d/optout.

Reply via email to