[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Heap memory on windows
From: |
Anaël Seghezzi |
Subject: |
Re: [Tinycc-devel] Heap memory on windows |
Date: |
Thu, 25 Aug 2016 10:33:36 +0200 |
Is this correct ? :
tcc_set_options(s, "-Wl,--stack=4194309");
On mer 24/08/16 20:53 , Anaël Seghezzi <address@hidden> wrote:
> Sorry, not the heap, the stack memory.
> On mer 24/08/16 20:38 , Anaël Seghezzi wrote:
> > Hi all !
> > Is there a way to increase the maximum heap memory used by libtcc
> on
> > windows ?
> > I'm using libtcc on windows 64 bit and MacOSX.
> > On Windows only, when I declare large static tables in my C code
> and
> > on some other occasions when I use recursive functions, I
> experiences
> > crashes or assertion failed on "_CrtIsValidHeapPointer".
> > And there is no problem when I compile using mingw or
> visual-studio.
> > Does it ring a bell ?
> > Thanks a lot,
> > Anaël.
> >
> >
>
>