Gccjit.Result
val code : result -> string -> ('a -> 'b) Ctypes.fn -> 'a -> 'b
Locate a given function within the built machine code.
Function.create
with kind Exported
.release
is called on the result
; attempting to call it after that may lead to a segmentation fault.val global : result -> string -> 'a Ctypes.typ -> 'a Ctypes.ptr
Locate a given global within the built machine code.
LValue.global
with kind Exported
.Ctypes
type.int
this is an int *
.release
is called on the result
; attempting to use it after that may lead to a segmentation fault.