Reviewers: Michael Starzinger,

Description:
[turbofan] Optimize string "length" property access based on types.

Optimize string "length" property access based on static type
information if possible, but also optimistically optimize the access
based on type feedback from the LoadIC.

[email protected]

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

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

Affected files (+279, -2 lines):
  M BUILD.gn
  M src/compiler/access-builder.cc
  A src/compiler/js-type-feedback-lowering.h
  A src/compiler/js-type-feedback-lowering.cc
  M src/compiler/js-typed-lowering.h
  M src/compiler/js-typed-lowering.cc
  M src/compiler/pipeline.cc
  A test/mjsunit/compiler/string-length.js
  M test/unittests/compiler/js-typed-lowering-unittest.cc
  M tools/gyp/v8.gyp


--
--
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