Reviewers: Mads Ager,

Description:
Extend CallIC to support non-constant names.
This speeds up constructs like this:
var zz='replace'; '123'[zz]('3','4');


Please review this at http://codereview.chromium.org/2280007/show

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

Affected files:
  M     src/arm/ic-arm.cc
  M     src/codegen.cc
  M     src/debug.cc
  M     src/full-codegen.h
  M     src/globals.h
  M     src/ia32/codegen-ia32.h
  M     src/ia32/codegen-ia32.cc
  M     src/ia32/full-codegen-ia32.cc
  M     src/ia32/ic-ia32.cc
  M     src/ia32/stub-cache-ia32.cc
  M     src/ia32/virtual-frame-ia32.h
  M     src/ia32/virtual-frame-ia32.cc
  M     src/ic.h
  M     src/ic.cc
  M     src/objects-inl.h
  M     src/objects.h
  M     src/stub-cache.h
  M     src/stub-cache.cc
  M     src/x64/ic-x64.cc


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to