Ivan Krasilnikov wrote:

> On Fri, Mar 4, 2011 at 00:03, Bram Moolenaar <b...@moolenaar.net> wrote:
> > Attached is the patch as I have it now.  I fixed several warnings and
> > made a few cosmetic changes.  The core code changes looks good.  I'm not
> > sure if the tests cover enough of "normal usage" though.
> >
> > Let me know if anyone spots a problem with this before I send it out as
> > a regular patch.
> 
> For me, memfile_test linking fails with these errors:
> 
> objects/if_xcmdsrv.o: In function `serverEventProc':
> src/if_xcmdsrv.c:1362: undefined reference to `serverConvert'
> src/if_xcmdsrv.c:1416: undefined reference to `serverConvert'
> src/if_xcmdsrv.c:1280: undefined reference to `serverConvert'
> src/if_xcmdsrv.c:1282: undefined reference to `server_to_input_buf'
> src/if_xcmdsrv.c:1284: undefined reference to `eval_client_expr_to_string'
> objects/if_xcmdsrv.o: In function `serverSendToVim':
> src/if_xcmdsrv.c:394: undefined reference to `eval_client_expr_to_string'
> src/if_xcmdsrv.c:407: undefined reference to `server_to_input_buf'

Perhaps this depends on a combination of features?

> In test77.in number of lines to be inserted is decreased to 200 000,
> which isn't enough. mf_hash_grow() is first called only after about
> 1.5M lines are inserted.

With two million lines it just gets too slow.  Is there a way to do this
quicker?  It appears it's the loop to insert the lines that is slow,
perhaps doing more lines at a time will help.

> In src/Makefile there's a line with an extra space before a tab, and
> make depend section isn't updated.

I'll fix that.

-- 
If your life is a hard drive,
Christ can be your backup.

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to