Ruby  2.4.2p198(2017-09-14revision59899)
Macros | Functions
vm_exec.c File Reference
#include <math.h>
#include "vm.inc"
Include dependency graph for vm_exec.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

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

Functions

static VALUE vm_exec_core (rb_thread_t *th, VALUE initial)
 
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.

Referenced by vm_exec_core().

Function Documentation

◆ rb_vm_get_insns_address_table()

const void** rb_vm_get_insns_address_table ( void  )

◆ vm_exec_core()

static VALUE vm_exec_core ( rb_thread_t th,
VALUE  initial 
)
static