WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
190064
Don't use int offsets in StructureStubInfo
https://bugs.webkit.org/show_bug.cgi?id=190064
Summary
Don't use int offsets in StructureStubInfo
Saam Barati
Reported
2018-09-27 17:53:16 PDT
...
Attachments
patch
(5.66 KB, patch)
2018-09-27 18:51 PDT
,
Saam Barati
mark.lam
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Saam Barati
Comment 1
2018-09-27 17:54:16 PDT
<
rdar://problem/44784719
>
Saam Barati
Comment 2
2018-09-27 18:51:38 PDT
Created
attachment 351036
[details]
patch
Mark Lam
Comment 3
2018-09-27 21:05:14 PDT
Comment on
attachment 351036
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=351036&action=review
r=me.
> Source/JavaScriptCore/bytecode/StructureStubInfo.h:189 > RegisterSet usedRegisters;
I suggest moving this after the CodeLocations for better packing of this struct. It was well packed before with the trailing 32-bit ints. It won't be anymore with the 64-bit CodeLocations, unless we move it after.
Saam Barati
Comment 4
2018-09-27 21:27:32 PDT
landed in:
https://trac.webkit.org/changeset/236584/webkit
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