Conversation
Merge branch 'master' into dw/bumping-up-wasm-bindgen and add memory leak fixes for Lagrange commitment operations that prevent memory accumulation during proof generation processes.
|
More background.
|
Merge branch 'master' into dw/bumping-up-wasm-bindgen and add memory leak fixes for Lagrange commitment operations that prevent memory accumulation during proof generation processes.
|
More background.
|
bindings for Lagrange commitment operations.
Changes:
ownership of the pointer data, preventing memory leaks
allocated memory without returning data
use-after-free issues
favor of the new take function
Impact:
These changes support o1js memory leak fixes by providing safe ownership
transfer mechanisms for Lagrange commitments, which are used heavily in
recursive proof generation where memory leaks were most problematic.