Adds a ReleaseHandle method to the FunctionLibraryRuntime interface that...
Adds a ReleaseHandle method to the FunctionLibraryRuntime interface that allows for releasing the state associated with the handle. Also simplifies the state owned by the FunctionLibraryRuntimeImpl. Instead of having a vector of ref counted Item objects and a separate vector of function bodies, we merge it into one object that holds the entire instantiated state for the function. PiperOrigin-RevId: 177639560
Loading
Please sign in to comment