Short feedback on the linker (CLinker)

John Rose john.r.rose at oracle.com
Mon Dec 28 21:26:52 UTC 2020


On Dec 21, 2020, at 5:08 AM, Johannes Kuhn <info at j-kuhn.de> wrote:
> 
> There is just a few things to consider:
> * The handle might have a long lifetime - possibly until the application exits.
> * Tcl provides an upcall to "free" the data. In C, a function pointer to free is a good implementation (if the pointer came from malloc). This mode should be supported.
> 
> (This mode would be surprisingly easy to implement using JNI - with NewGlobalRef & DeleteGlobalRef.)

+1


More information about the panama-dev mailing list