Alien-LibJIT
view release on metacpan or search on metacpan
libjit/jit/jit-internal.h view on Meta::CPAN
469470471472473474475476477478479480481482483484485486487488/* The signature
for
this function */
jit_type_t signature;
/* The builder information
for
this function */
jit_builder_t builder;
/* Debug information
for
this function */
jit_varint_data_t bytecode_offset;
/* Cookie value
for
this function */
void
*cookie
;
/* Flag bits
for
this function */
unsigned is_recompilable : 1;
unsigned is_optimized : 1;
unsigned no_throw : 1;
unsigned no_return : 1;
unsigned has_try : 1;
unsigned optimization_level : 8;
( run in 0.342 second using v1.01-cache-2.11-cpan-8d75d55dd25 )