Hi!
I'm working on making a script interpreter, and find TinyCC is just for me.
Compiling string into a function pointer is really cool! But I wonder if
there's a way to release those functions? Because there may be a lot of
functions, and some may change and must be recompiled for many times. I
think I can't just keep all these in memory. What should I do? I know I can
compile them into DLL, but it seems not as convenient as compiling in
memory. Are there other ways to solve this?


Sorry for my English. thx
_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to