DescriptionPPC: [runtime] Drop FIRST/LAST_NONCALLABLE_SPEC_OBJECT instance type range.
Port aafc3e54848af981f02b076cc9cfe7e54a67ad6d
Original commit message:
The FIRST-LAST_NONCALLABLE_SPEC_OBJECT_TYPE range was accidentially used
in field type tracking, where we should check for JSReceiver instead
(there's no need to exclude JSProxy or JSFunction from tracking).
And the use in %_ClassOf was actually wrong and didn't match the C++
implementation in JSReceiver::class_name() anymore. Now it's consistent
again.
R=bmeurer@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
BUG=chromium:535408
LOG=n
Committed: https://crrev.com/5c33ac6ccd36c846d54aef2a44a6826804ea9a60
Cr-Commit-Position: refs/heads/master@{#32973}
Patch Set 1 #
Messages
Total messages: 13 (6 generated)
|