Reviewers: jarin,

Message:
Hey Jaro,

This is the port of the for-in stuff to typed lowering. It's pretty much
straight forward for now.
Please take a look.

Thanks,
Benedikt

Description:
[turbofan] First steps towards optimizing for-in loops.

This is basically a port of the majority of optimizations that are
applied to for-in in full codegen. But it is not done during graph
building, but instead during typed lowering, which way less adhoc than
what the other compilers do.

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

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+326, -2 lines):
  M src/compiler/access-builder.h
  M src/compiler/access-builder.cc
  M src/compiler/graph.h
  M src/compiler/js-generic-lowering.cc
  M src/compiler/js-graph.h
  M src/compiler/js-graph.cc
  M src/compiler/js-typed-lowering.h
  M src/compiler/js-typed-lowering.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