[Webkit-unassigned] [Bug 147218] New: Simplify DFG::DesiredIdentifiers and make it possible to turn a UniquedStringImpl* into an identifierNumber at any time
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 22 20:01:25 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=147218
Bug ID: 147218
Summary: Simplify DFG::DesiredIdentifiers and make it possible
to turn a UniquedStringImpl* into an identifierNumber
at any time
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: fpizlo at apple.com
In trunk, the DFG::ByteCodeParser can turn UniquedStringImpl*'s into identifierNumbers when it parses a new CodeBlock, but it cannot easily do it at any other time. But it's trivial to just put that functionality inside DFG::DesiredIdentifiers, which will enable any phase (including ByteCodeParser) to turn a UniquedStringImpl* into an identifierNumber at any time.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150723/e5c62cd7/attachment.html>
More information about the webkit-unassigned
mailing list