|
From: | grischka |
Subject: | Re: [Tinycc-devel] Heap memory on windows |
Date: | Thu, 25 Aug 2016 11:27:12 +0200 |
User-agent: | Thunderbird 2.0.0.23 (Windows/20090812) |
Anaël Seghezzi wrote:
Is this correct ? : tcc_set_options(s, "-Wl,--stack=4194309");
Only if you're using libtcc to output to an executable file (with tcc_output_file). On the other hand, code run from memory will simply use the stack of your application continuously. -- gr
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 libtcconwindows ? I'm using libtcc on windows 64 bit and MacOSX. On Windows only, when I declare large static tables in my C codeandon some other occasions when I use recursive functions, Iexperiencescrashes or assertion failed on "_CrtIsValidHeapPointer". And there is no problem when I compile using mingw orvisual-studio.Does it ring a bell ? Thanks a lot, Anaël._______________________________________________ Tinycc-devel mailing list address@hidden https://lists.nongnu.org/mailman/listinfo/tinycc-devel
[Prev in Thread] | Current Thread | [Next in Thread] |