[Mono-dev] Stack size with mono-2.6.1

2010-01-06 Thread Thierry Lafage
than 1MB). My question is: is it possible to force mono-2.6.1 to accept stacks which are more than 1MB (I've found no related command line option)? Regards, Thierry Lafage. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com htt

Re: [Mono-dev] Stack size with mono-2.6.1

2010-01-06 Thread Thierry Lafage
. Regards, Thierry Lafage. Rodrigo Kumpera a écrit : > This was a stop-gap hack I added to fix a security issue. > > The value is hardcoded into mono's source and until we figure out a long > term fix for it, the only solution is to custom compile mono. > > I have a p

Re: [Mono-dev] Stack size with mono-2.6.1

2010-01-07 Thread Thierry Lafage
ch we translate into CIL stack data. Thierry Lafage. Miguel de Icaza a écrit : Hello, I am curious, why does the Main method need 1 megabyte of IL stack? Thanks for your answer. I'll try one of your solutions. IMHO, a nice long term fix for it would be to provide a co

[Mono-dev] ilasm on Linux/SPARC64

2010-03-12 Thread Thierry Lafage
k it is the default behavior... Also, ilasm accepts "ldc.r8 2147483647", but my CIL assembly code is generated (from C code by gcc4cli) and I would prefer not modifying it (I don't know if I would be authorized to do so). Thanks in advance for any help, Thierry Lafage. _

Re: [Mono-dev] ilasm on Linux/SPARC64 and Linux/PowerPC

2010-03-12 Thread Thierry Lafage
I reproduced the same problem on a Linux/PowerPC box. Thierry Lafage. Thierry Lafage a écrit : > Hi, > > I successfully compiled and installed Mono (2.6.1+patch for Sparc from > https://bugzilla.novell.com/show_bug.cgi?id=566298 configured with > --disable-parallel-mark) on

Re: [Mono-dev] ilasm on Linux/SPARC64

2010-03-15 Thread Thierry Lafage
This sounds great! Thanks Zoltan, Thierry Lafage. Zoltan Varga a écrit : > Hi, > > This should now be fixed in SVN HEAD/2.6/2.4 branches, by these commits: > http://lists.ximian.com/pipermail/mono-patches/2010-March/168306.html > http://lists.ximian.com/pipermail/mono-pat

[Mono-dev] Can't build svn head on Linux/x86

2010-03-16 Thread Thierry Lafage
e missed, and I don't know how to tell the build process that I don't mind if it does not build the doc... Regards, Thierry Lafage. Here is the trace: $ mono --version Mono JIT compiler version 2.6.1 (tarball Wed Feb 10 10:37:30 CET 2010) Copyright (C) 2002-2008 Novell, Inc a

Re: [Mono-dev] Can't build svn head on Linux/x86

2010-03-17 Thread Thierry Lafage
ld is correct? Regards, Thierry Lafage. Jonathan Pryor a écrit : On Tue, 2010-03-16 at 10:31 +0100, Thierry Lafage wrote: I've followed what is written on the website and in the README in mono to build mono from svn (head of trunk), and the build process fails

[Mono-dev] Patch for ilasm (ldc.i4 opt)

2010-03-17 Thread Thierry Lafage
nce we rely on ilasm to assemble the CIL code produced by our compiler. And these "optimizations" tasks are better suited to the assembler than to the compiler itself. Regards, Thierry Lafage. Index: ilasm/Driver.cs === -

Re: [Mono-dev] Patch for ilasm (ldc.i4 opt)

2010-03-22 Thread Thierry Lafage
riable accesses), would you mind commiting it please? Regards, Thierry Lafage. Rodrigo Kumpera a écrit : > Patch looks good, do you have a SVN account? > > > On Wed, Mar 17, 2010 at 2:22 PM, Thierry Lafage > mailto:thierry.laf...@inria.fr>> wrote: > > Hi all, > >

[Mono-dev] [PATCH] Ilasm: take source line info into account

2010-03-29 Thread Thierry Lafage
). This patch may not modify anything when the /src-debug option is not set and will be useful at least to users of the gcc4cli compiler since it generates CIL code with .line statements to relate it to C source code (with -g). Feel free to comment and commit if it's ok. Regards, Thierry L