Global configuration of mruby/c VM's. More...
Go to the source code of this file.
Macros | |
| #define | MAX_VM_COUNT 5 |
| #define | MAX_REGS_SIZE 110 |
| #define | MAX_SYMBOLS_COUNT 255 |
| #define | MRBC_ALLOC_24BIT |
| #define | MRBC_LITTLE_ENDIAN |
| #define | MRBC_REQUIRE_64BIT_ALIGNMENT |
| #define | MRBC_DEBUG |
Global configuration of mruby/c VM's.
Copyright (C) 2015- Kyushu Institute of Technology. Copyright (C) 2015- Shimane IT Open-Innovation Center. This file is distributed under BSD 3-Clause License.
Definition in file vm_config.h.
| #define MAX_REGS_SIZE 110 |
Definition at line 23 of file vm_config.h.
| #define MAX_SYMBOLS_COUNT 255 |
Definition at line 28 of file vm_config.h.
| #define MAX_VM_COUNT 5 |
Definition at line 18 of file vm_config.h.
| #define MRBC_ALLOC_24BIT |
Definition at line 34 of file vm_config.h.
| #define MRBC_DEBUG |
Definition at line 108 of file vm_config.h.
| #define MRBC_LITTLE_ENDIAN |
Definition at line 94 of file vm_config.h.
| #define MRBC_REQUIRE_64BIT_ALIGNMENT |
Definition at line 101 of file vm_config.h.