[Webkit-unassigned] [Bug 43903] Speeding up SVG filters with multicore (SMP) support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 26 01:15:10 PDT 2011


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


Gabor Loki <loki at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #89195|0                           |1
        is obsolete|                            |
  Attachment #89195|review?                     |
               Flag|                            |
  Attachment #91082|                            |review?
               Flag|                            |




--- Comment #55 from Gabor Loki <loki at webkit.org>  2011-04-26 01:15:08 PST ---
Created an attachment (id=91082)
 --> (https://bugs.webkit.org/attachment.cgi?id=91082&action=review)
Speeding up FETurbulence with SMP

I got a feedback about the container of parameters in private; the destructor of parameters should be called during the destruction of their container.

Well, in order to solve this issue the ByteArray is changed to Vector, the container of the parameters and the ParallelEnviroment become the members of ParallelJobs class.

-- 
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