NEW 179438
llint should be able to handle operations on global variables.
https://bugs.webkit.org/show_bug.cgi?id=179438
Summary llint should be able to handle operations on global variables.
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.