WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
167505
Extend create_hash_table to specify Intrinsic
https://bugs.webkit.org/show_bug.cgi?id=167505
Summary
Extend create_hash_table to specify Intrinsic
Yusuke Suzuki
Reported
2017-01-27 08:45:35 PST
Extend create_hash_table to specify Intrinsic
Attachments
Patch
(4.11 KB, patch)
2017-01-27 08:51 PST
,
Yusuke Suzuki
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Yusuke Suzuki
Comment 1
2017-01-27 08:51:04 PST
Created
attachment 299935
[details]
Patch
Mark Lam
Comment 2
2017-01-27 10:54:59 PST
Comment on
attachment 299935
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=299935&action=review
> Source/JavaScriptCore/create_hash_table:-337 > - if ($name eq "arrayPrototypeTable") { > - $intrinsic = "ArrayPushIntrinsic" if ($key eq "push"); > - $intrinsic = "ArrayPopIntrinsic" if ($key eq "pop"); > - }
What about these? I don't see the code that replaces them.
Mark Lam
Comment 3
2017-01-27 10:57:57 PST
Comment on
attachment 299935
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=299935&action=review
>> Source/JavaScriptCore/create_hash_table:-337 >> - } > > What about these? I don't see the code that replaces them.
Oh, I think they were never needed in the first place. Yusuke, can you confirm before landing? Thanks.
Yusuke Suzuki
Comment 4
2017-01-27 15:04:25 PST
Comment on
attachment 299935
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=299935&action=review
Thanks!
>>> Source/JavaScriptCore/create_hash_table:-337 >>> - } >> >> What about these? I don't see the code that replaces them. > > Oh, I think they were never needed in the first place. Yusuke, can you confirm before landing? Thanks.
Yes, this is dead code. We no longer use lut table for ArrayPrototype.
WebKit Commit Bot
Comment 5
2017-01-27 15:30:47 PST
Comment on
attachment 299935
[details]
Patch Clearing flags on attachment: 299935 Committed
r211306
: <
http://trac.webkit.org/changeset/211306
>
WebKit Commit Bot
Comment 6
2017-01-27 15:30:51 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug