Hi all,

I'm currently using libtcc to build a JIT compiler.

I'd like to know if there's any convenient API to redefine a symbol?
That is when I got an updated version of a function, I need some way to update the symbol/location that is compiled into current libtcc code.

Or do I have to dig into the source code like tccelf.c, and extend from there?

I googled, but could not find any answer.

Thanks

Henry



_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to