Ruby  2.5.0dev(2017-10-22revision60238)
Macros | Functions
vm_exec.c File Reference
#include <math.h>
#include "vm.inc"

Go to the source code of this file.

Macros

#define DECL_SC_REG(type, r, reg)   register type reg_##r
 

Functions

const void ** rb_vm_get_insns_address_table (void)
 

Macro Definition Documentation

◆ DECL_SC_REG

#define DECL_SC_REG (   type,
  r,
  reg 
)    register type reg_##r

Definition at line 31 of file vm_exec.c.

Function Documentation

◆ rb_vm_get_insns_address_table()

const void** rb_vm_get_insns_address_table ( void  )

Definition at line 130 of file vm_exec.c.

Referenced by rb_iseq_translate_threaded_code().