Bug 163716

Summary: [JSC] Move InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero to out of line type info flags
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fpizlo, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 163226    
Attachments:
Description Flags
Patch saam: review+

Description Yusuke Suzuki 2016-10-19 21:43:05 PDT
All the current use is through Structure! We can move this to Out of Line flags instead of inline flags.
And use inline flags later for metamorphic DOMJIT...
Comment 1 Yusuke Suzuki 2016-10-19 21:52:10 PDT
Created attachment 292150 [details]
Patch
Comment 2 Yusuke Suzuki 2016-10-19 21:53:36 PDT
Yeah, I've found the room for putting my new flag!
Comment 3 Saam Barati 2016-10-20 11:03:50 PDT
Comment on attachment 292150 [details]
Patch

r=me
Comment 4 Yusuke Suzuki 2016-10-20 11:05:19 PDT
Committed r207625: <http://trac.webkit.org/changeset/207625>