[Webkit-unassigned] [Bug 38142] RegExp caching

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 14 10:56:42 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38142





--- Comment #19 from Oliver Hunt <oliver at apple.com>  2010-06-14 10:56:39 PST ---
(From update of attachment 58626)

> +RegExpCache::RegExpCache(JSGlobalData* globalData)
> +    : m_globalData(globalData)
> +    , m_ptr(-1)
> +    , m_isFirstIteration(true)
> +    {
> +    }
These braces should not be indented.

Any particular reason for a round robin cache vs. lru?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list