Re: [Tinycc-devel] Question about in-memory compilation, target

2024-02-11 Thread draco via Tinycc-devel
You're right, I didn't verify closely, but the ABI is still intact. Sorry... Am 10.02.24 um 22:12 schrieb Eric Raible: > This means, that not only the public API changes, but also the > libtcc.dll/so ABI, making all programs using libtcc crash without warning. > > Is this intended? > > Michael

[Tinycc-devel] win32 build missing runmain.o

2024-02-17 Thread draco via Tinycc-devel
Hi grischka, regarding your latest patch introducing runmain.c I found that the according buil-tcc.bat is unchanged, thus runmain.o is not build. It would be great, if you could include this to get tcc up and running under win32/64 :-) Thanks a lot! Michael --

Re: [Tinycc-devel] Question about in-memory compilation target

2024-01-16 Thread draco via Tinycc-devel
Is it possible to keep, use and then release the compiled code after the initial compiler instance has been deleted (ie: after tcc_delete). Actually I strugled with the same problem and found a partial solution: If you look up the code in libtcc.c, in function tcc_delete is the line