RemoteJIT.normalize_function_type#

RemoteJIT.normalize_function_type(ftype)#

Apply RemoteJIT specific hooks to normalized function Type.

Parameters:

ftype (Type) – typesystem type of a function

Returns:

ftype – typesystem type of a function with normalization hooks applied

Return type:

Type