Closed tesonep closed 3 days ago
When a ffi call uses a constant, we can avoid transforming the constant in the correct value every time, we can do it in the generation of the method. For example, if we have a void* 0, as a parameter we can put directly the external address.
When a ffi call uses a constant, we can avoid transforming the constant in the correct value every time, we can do it in the generation of the method. For example, if we have a void* 0, as a parameter we can put directly the external address.