Summary: | Move the JSString cache from DOMWrapperWorld to VM. | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Andreas Kling <kling> | ||||
Component: | Bindings | Assignee: | Andreas Kling <kling> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | ggaren, kling | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Andreas Kling
2014-04-21 11:45:59 PDT
Created attachment 229816 [details]
Patch
Comment on attachment 229816 [details]
Patch
r=me
Should probably move jsStringWithCache into JSC now -- maybe JSString.h? -- since the library that supplies the data structure might as well supply the function to access it.
Committed r167605: <http://trac.webkit.org/changeset/167605> (In reply to comment #2) > (From update of attachment 229816 [details]) > r=me > > Should probably move jsStringWithCache into JSC now -- maybe JSString.h? -- since the library that supplies the data structure might as well supply the function to access it. Oh yeah, okay. |