Reviewers: Michael Starzinger,

Description:
Remove JSFunctionResultCache.

There is only one use case for it: String.prototype.search converts a
string argument into a RegExp. The cache is used to avoid repeating that
conversion. However, this does not make the added complexity worthwhile.

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

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

Affected files (+2, -923 lines):
  M include/v8.h
  M src/bailout-reason.h
  M src/bootstrapper.cc
  M src/contexts.h
  M src/full-codegen/arm/full-codegen-arm.cc
  M src/full-codegen/arm64/full-codegen-arm64.cc
  M src/full-codegen/full-codegen.h
  M src/full-codegen/ia32/full-codegen-ia32.cc
  M src/full-codegen/mips/full-codegen-mips.cc
  M src/full-codegen/mips64/full-codegen-mips64.cc
  M src/full-codegen/ppc/full-codegen-ppc.cc
  M src/full-codegen/x64/full-codegen-x64.cc
  M src/full-codegen/x87/full-codegen-x87.cc
  M src/heap-snapshot-generator.cc
  M src/heap/heap.h
  M src/heap/heap.cc
  M src/hydrogen.h
  M src/hydrogen.cc
  M src/objects.h
  M src/objects-debug.cc
  M src/objects-inl.h
  M src/runtime/runtime.h
  M src/runtime/runtime-internal.cc
  M src/string.js
  M test/cctest/test-api.cc
  M test/cctest/test-threads.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