[webkit-dev] Allocator mismatches

2009-01-14 Thread Dean McNamee
I've been working on Chromium Linux, and we've been trying to run everything under valgrind. So far it's been really great, and we've found a bunch of real / bad bugs. Currently there is a handful of allocation mismatches that we're running into. I just posted the following bug: https://bugs.we

Re: [webkit-dev] Allocator mismatches

2009-01-14 Thread Dean McNamee
On Wed, Jan 14, 2009 at 6:55 PM, Dean McNamee wrote: > I've been working on Chromium Linux, and we've been trying to run > everything under valgrind. So far it's been really great, and we've > found a bunch of real / bad bugs. Currently there is a handful of >

[webkit-dev] Canvas color CSS parsing performance

2009-01-04 Thread Dean McNamee
I've been working on some canvas code that is an animation doing many fills of different colors. I've spent some time profiling my code, and the majority of time (over 8%) spent in WebKit is in the CSS parser. The current canvas spec only allows you to set colors as a string that goes through the