Bug 179438

Summary: llint should be able to handle operations on global variables.
Product: WebKit Reporter: Keith Miller <keith_miller>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ysuzuki
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Keith Miller
Reported 2017-11-08 12:25:02 PST
Right now it seems to fail when trying to load g_superSamplerCount directly. e.g. loadi g_superSamplerCount, t1 I'm not sure 100% if this is possible with inline asm at all though.
Attachments
Yusuke Suzuki
Comment 1 2017-11-08 17:56:24 PST
I think we support global variables in LLInt for x64/ARM64 at least to support loading base pointers of Gigacage.
Note You need to log in before you can comment on or make changes to this bug.