Bug 190064

Summary: Don't use int offsets in StructureStubInfo
Product: WebKit Reporter: Saam Barati <saam>
Component: JavaScriptCoreAssignee: Saam Barati <saam>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, fpizlo, ggaren, gskachkov, keith_miller, mark.lam, msaboff, rmorisset, ticaiolima, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch mark.lam: review+

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+
Saam Barati
Comment 1 2018-09-27 17:54:16 PDT
Saam Barati
Comment 2 2018-09-27 18:51:38 PDT
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
Note You need to log in before you can comment on or make changes to this bug.