Re: [Mono-dev] VBNC uses too much CPU and RAM on Mono

2006-11-01 Thread Kornél Pál
Hi, We have a lot of small test cases in SVN and only few of them is expected to fail so if you need small sources you can use nearly any of the test cases in SVN: http://svn.myrealbox.com/viewcvs/trunk/vbnc/vbnc/tests/ Also note that previously I attached a relatively small but functional

Re: [Mono-dev] VBNC uses too much CPU and RAM on Mono

2006-11-01 Thread Rolf Bjarne Kvinge
Hello, Any help on speeding up vbnc is welcome. First I'd like to apoligize for leaving this unanswered for so many days, the problem was that my motherboard went up in smoke and I had to get a new computer :( It seems that the linked list for *all* files was kept for the *entire*

[Mono-dev] [PATCH] Proxy detection under 2.0 (+ config bug?)

2006-11-01 Thread Michael Hutchinson
The attached patch updates/implements HTTP proxy detection for the 2.0 profile, because the the 1.1 detection code is not used with the 2.0 config system. This patch basically does two things: * It obsoletes GlobalProxySelection, and moves the 2.0 config code from GlobalProxySelection to the new

Re: [Mono-dev] Type not found when IConfigurationSectionHandler in bin

2006-11-01 Thread Miguel de Icaza
Hello, On Wed, 2006-11-01 at 14:46 +0900, Atsushi Eno wrote: It is pasted in http://bugzilla.ximian.com/show_bug.cgi?id=79396 . The issue remaining is, looks like ObjectDataSourceView had better be changed (simplified) as well. Ok, I followed up to the bug. It needs to be a proper patch,

Re: [Mono-dev] VBNC uses too much CPU and RAM on Mono

2006-11-01 Thread Miguel de Icaza
Hello, The compiler is effectively keeing a linked list of all the tokens, and it keeps them until the compiler finishes (tokens are kept since they contain the source location for the token and would be necessary for any error messages.) I'm quite sure I can remove the entire list

Re: [Mono-dev] [PATCH] Proxy detection under 2.0 (+ config bug?)

2006-11-01 Thread Gonzalo Paniagua Javier
On Wed, 2006-11-01 at 15:20 +, Michael Hutchinson wrote: The attached patch updates/implements HTTP proxy detection for the 2.0 profile, because the the 1.1 detection code is not used with the 2.0 config system. Please, commit. Thanks. -Gonzalo