RESOLVED FIXED Bug 92935
Remove all uses of ClassInfo for JSStrings in JIT code
https://bugs.webkit.org/show_bug.cgi?id=92935
Summary Remove all uses of ClassInfo for JSStrings in JIT code
Mark Hahnenberg
Reported 2012-08-01 20:00:55 PDT
Patch forthcoming.
Attachments
Patch (21.74 KB, patch)
2012-08-01 20:09 PDT, Mark Hahnenberg
no flags
Patch (21.73 KB, patch)
2012-08-01 20:19 PDT, Mark Hahnenberg
ggaren: review+
Mark Hahnenberg
Comment 1 2012-08-01 20:09:06 PDT
Early Warning System Bot
Comment 2 2012-08-01 20:13:41 PDT
Early Warning System Bot
Comment 3 2012-08-01 20:15:01 PDT
Mark Hahnenberg
Comment 4 2012-08-01 20:19:57 PDT
Geoffrey Garen
Comment 5 2012-08-01 21:50:29 PDT
Comment on attachment 155958 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=155958&action=review r=me > Source/JavaScriptCore/bytecode/SpeculatedType.cpp:270 > + if (structure->typeInfo().type() == StringType) > + return SpecString; FWIW, you *could* get the JSGlobalData from structure->globalObject()->globalData().
Mark Hahnenberg
Comment 6 2012-08-02 10:32:50 PDT
Note You need to log in before you can comment on or make changes to this bug.