Alien-LibJIT

 view release on metacpan or  search on metacpan

libjit/jit/jit-internal.h  view on Meta::CPAN

469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
/* 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 )