On Fri, May 23, 2008 at 06:42:14PM +0200, Johannes Hofmann wrote:
On Fri, May 23, 2008 at 12:25:46PM -0400, Jorge Arellano Cid wrote:
On Fri, May 23, 2008 at 03:22:15PM +0000, corvid wrote:
Johannes wrote:
Another thing is the way new incoming html is handled in DilloHtml::write(). It' get's decoded in a new string and is then copied to the end of Local_Buf. Maybe we could avoid the copy by letting the decoder write it to the right place?
If possible, I'd prefer to move decoding from html.cc to cache.c. I have working prototype code, but it's not good enough to put into dillo. If anyone would like to receive a 35K patch and provide suggestions on how to improve it... :)
Ouch!
I know I have this pending. Well, if I dissappear some time from dillo-dev you'll know what I am at.
On to another topic, I'd really like to see gprof working again.
What exactly is not working for you?
When using "./configure --enable-gprof" both in dw2 and dillo2, the resulting dillo-fltk binary doesn't produce gmon.out. The dw2 test programs inside test/ work out of the box. i.e. There's no need to disable XFT nor to link manually. Just "./configure --enable-gprof".
Do you want to automate the static linking?
I'd like dillo-fltk to work out of the box with "./configure --enable-gprof" just as the test programs in dw. -- Cheers Jorge.-