Reviewers: Yang,

Message:
Hi Yang, here is the code we discussed, thanks!
--Michael

Description:
The check for internalized strings relied on the fact that we had less
than 64 distinct InstanceTypes. We are hitting that boundary, so this
check needs to be more comprehensive. In fact, two bits need to be
tested: verify that kNotStringTag isn't set, and that kInternalizedTag
is set.

BUG=

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

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

Affected files:
  M src/arm/code-stubs-arm.cc
  M src/arm/ic-arm.cc
  M src/ia32/code-stubs-ia32.cc
  M src/ia32/ic-ia32.cc
  M src/objects-inl.h
  M src/objects.h
  M src/x64/code-stubs-x64.cc
  M src/x64/ic-x64.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/groups/opt_out.


Reply via email to