Bug 163761

Summary: [JSC] Drop isEnvironmentRecord type info flag and use JSType information instead
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fpizlo, ggaren, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Yusuke Suzuki 2016-10-20 15:19:08 PDT
JSType already has information: WithScope, GlobalObject, ModuleLexicalEnvironment etc.
Instead of using a type info flag bit, just use these type info.
Comment 1 Yusuke Suzuki 2016-10-20 17:53:08 PDT
Created attachment 292297 [details]
Patch
Comment 2 Keith Miller 2016-10-20 18:02:44 PDT
Comment on attachment 292297 [details]
Patch

r=me. Nice, we can always use more bits!
Comment 3 Yusuke Suzuki 2016-10-20 18:06:45 PDT
Comment on attachment 292297 [details]
Patch

Thanks :D
Comment 4 WebKit Commit Bot 2016-10-20 18:35:59 PDT
Comment on attachment 292297 [details]
Patch

Clearing flags on attachment: 292297

Committed r207652: <http://trac.webkit.org/changeset/207652>
Comment 5 WebKit Commit Bot 2016-10-20 18:36:04 PDT
All reviewed patches have been landed.  Closing bug.