RESOLVED FIXED Bug 55091
VectorBuffer should not call malloc(0)
https://bugs.webkit.org/show_bug.cgi?id=55091
Summary VectorBuffer should not call malloc(0)
Eric Seidel (no email)
Reported 2011-02-23 15:11:55 PST
VectorBuffer should not call malloc(0)
Attachments
Patch (2.29 KB, patch)
2011-02-23 15:14 PST, Eric Seidel (no email)
no flags
Eric Seidel (no email)
Comment 1 2011-02-23 15:14:25 PST
Eric Seidel (no email)
Comment 2 2011-02-23 15:14:47 PST
This should be a simple, non-controversial review. :)
Eric Seidel (no email)
Comment 3 2011-02-23 15:15:37 PST
It does not seem to make tiny-innerHTML faster on my machine (but I no longer believe I can tell anything from that benchmark given how fast it runs), but it does make one more malloc disappear from the sample, which is a win.
Adam Barth
Comment 4 2011-02-23 15:22:57 PST
Comment on attachment 83558 [details] Patch Does vector buffer understand null pointers? Do we need to initialize anything else to null?
Eric Seidel (no email)
Comment 5 2011-02-23 15:24:09 PST
(In reply to comment #4) > (From update of attachment 83558 [details]) > Does vector buffer understand null pointers? Do we need to initialize anything else to null? VectorBufferBase does all the initialization for us. If you look at the 10 lines previous to this diff you'll see that doing nothing here is exactly what the default constructor does.
Alexey Proskuryakov
Comment 6 2011-02-23 22:13:52 PST
We usually ask for performance testing results for optimization patches.
WebKit Commit Bot
Comment 7 2011-02-24 10:44:41 PST
Comment on attachment 83558 [details] Patch Clearing flags on attachment: 83558 Committed r79590: <http://trac.webkit.org/changeset/79590>
WebKit Commit Bot
Comment 8 2011-02-24 10:44:48 PST
All reviewed patches have been landed. Closing bug.
WebKit Review Bot
Comment 9 2011-02-24 15:59:07 PST
http://trac.webkit.org/changeset/79590 might have broken GTK Linux 32-bit Release
James Robinson
Comment 10 2011-02-25 18:19:00 PST
Eric Seidel (no email)
Comment 11 2011-02-25 18:32:10 PST
I would expect this to be a general perf win on most benchmarks, yes. Suddenly copying SegmentedStrings got a lot cheaper. :)
Note You need to log in before you can comment on or make changes to this bug.