]> spindle.queued.net Git - midori/commit
Optimize string assignments and comparisons in XBEL loading
authorChristian Dywan <christian@twotoasts.de>
Mon, 30 Nov 2009 22:21:59 +0000 (23:21 +0100)
committerChristian Dywan <christian@twotoasts.de>
Tue, 1 Dec 2009 02:17:50 +0000 (03:17 +0100)
commitaa5b5850c0637ad19ab8ffed6437a6e7e9ec033c
treecadbcceae106662d45580ee1450cd82ef86181a0
parentabba290278f5e8f9c49c7b391ca77c83ad01fefc
Optimize string assignments and comparisons in XBEL loading

We can do fast string comparisons in places where we know that
strings are not NULL.

We can directly assign values to items we create ourselves.
midori/midori-array.c