Reviewers: Igor Sheludko,

Message:
ptal

Description:
Fix keyed access of primitive objects in the runtime.
For now it uses a pretty slow path for accessing strings by wrapping it into a
new temporary wrapper.

BUG=v8:4042
LOG=y

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

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

Affected files (+113, -96 lines):
  M src/api.cc
  M src/execution.cc
  M src/ic/ic.cc
  M src/liveedit.h
  M src/liveedit.cc
  M src/lookup.h
  M src/lookup.cc
  M src/objects.h
  M src/objects.cc
  M src/objects-inl.h
  M src/runtime/runtime.h
  M src/runtime/runtime-array.cc
  M src/runtime/runtime-debug.cc
  M src/runtime/runtime-object.cc
  M test/cctest/test-heap.cc
  A test/mjsunit/primitive-keyed-access.js
  M test/webkit/fast/js/primitive-property-access-edge-cases-expected.txt


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