bindex 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (146) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +13 -33
  3. data/bindex.gemspec +1 -1
  4. data/ext/bindex/com/gsamokovarov/bindex/JRubyIntegration.java +2 -2
  5. data/ext/bindex/cruby.c +41 -13
  6. data/ext/bindex/extconf.rb +0 -15
  7. data/lib/bindex/jruby.rb +0 -1
  8. data/lib/bindex/jruby_internals.jar +0 -0
  9. data/lib/bindex/jruby_internals_9k.jar +0 -0
  10. data/lib/bindex/version.rb +1 -1
  11. metadata +17 -152
  12. data/ext/bindex/bindex.h +0 -11
  13. data/ext/bindex/bindings.c +0 -106
  14. data/ext/bindex/ruby_193.h +0 -101
  15. data/ext/bindex/ruby_193/addr2line.h +0 -21
  16. data/ext/bindex/ruby_193/constant.h +0 -34
  17. data/ext/bindex/ruby_193/debug.h +0 -41
  18. data/ext/bindex/ruby_193/dln.h +0 -50
  19. data/ext/bindex/ruby_193/encdb.h +0 -167
  20. data/ext/bindex/ruby_193/eval_intern.h +0 -234
  21. data/ext/bindex/ruby_193/gc.h +0 -99
  22. data/ext/bindex/ruby_193/id.h +0 -177
  23. data/ext/bindex/ruby_193/internal.h +0 -242
  24. data/ext/bindex/ruby_193/iseq.h +0 -126
  25. data/ext/bindex/ruby_193/method.h +0 -105
  26. data/ext/bindex/ruby_193/node.h +0 -504
  27. data/ext/bindex/ruby_193/parse.h +0 -302
  28. data/ext/bindex/ruby_193/probes.h +0 -369
  29. data/ext/bindex/ruby_193/regenc.h +0 -219
  30. data/ext/bindex/ruby_193/regint.h +0 -850
  31. data/ext/bindex/ruby_193/regparse.h +0 -362
  32. data/ext/bindex/ruby_193/revision.h +0 -1
  33. data/ext/bindex/ruby_193/ruby_atomic.h +0 -175
  34. data/ext/bindex/ruby_193/siphash.h +0 -48
  35. data/ext/bindex/ruby_193/thread_pthread.h +0 -51
  36. data/ext/bindex/ruby_193/thread_win32.h +0 -40
  37. data/ext/bindex/ruby_193/timev.h +0 -21
  38. data/ext/bindex/ruby_193/transcode_data.h +0 -117
  39. data/ext/bindex/ruby_193/transdb.h +0 -186
  40. data/ext/bindex/ruby_193/verconf.h +0 -12
  41. data/ext/bindex/ruby_193/version.h +0 -52
  42. data/ext/bindex/ruby_193/vm_core.h +0 -763
  43. data/ext/bindex/ruby_193/vm_exec.h +0 -184
  44. data/ext/bindex/ruby_193/vm_insnhelper.h +0 -220
  45. data/ext/bindex/ruby_193/vm_opts.h +0 -51
  46. data/ext/bindex/ruby_20.h +0 -142
  47. data/ext/bindex/ruby_20/addr2line.h +0 -21
  48. data/ext/bindex/ruby_20/constant.h +0 -36
  49. data/ext/bindex/ruby_20/dln.h +0 -50
  50. data/ext/bindex/ruby_20/encdb.h +0 -169
  51. data/ext/bindex/ruby_20/eval_intern.h +0 -241
  52. data/ext/bindex/ruby_20/gc.h +0 -104
  53. data/ext/bindex/ruby_20/id.h +0 -135
  54. data/ext/bindex/ruby_20/internal.h +0 -395
  55. data/ext/bindex/ruby_20/iseq.h +0 -140
  56. data/ext/bindex/ruby_20/method.h +0 -138
  57. data/ext/bindex/ruby_20/node.h +0 -541
  58. data/ext/bindex/ruby_20/parse.h +0 -292
  59. data/ext/bindex/ruby_20/probes.h +0 -369
  60. data/ext/bindex/ruby_20/probes_helper.h +0 -67
  61. data/ext/bindex/ruby_20/regenc.h +0 -227
  62. data/ext/bindex/ruby_20/regint.h +0 -915
  63. data/ext/bindex/ruby_20/regparse.h +0 -367
  64. data/ext/bindex/ruby_20/revision.h +0 -1
  65. data/ext/bindex/ruby_20/ruby_atomic.h +0 -170
  66. data/ext/bindex/ruby_20/siphash.h +0 -48
  67. data/ext/bindex/ruby_20/thread_pthread.h +0 -56
  68. data/ext/bindex/ruby_20/thread_win32.h +0 -45
  69. data/ext/bindex/ruby_20/timev.h +0 -21
  70. data/ext/bindex/ruby_20/transcode_data.h +0 -127
  71. data/ext/bindex/ruby_20/transdb.h +0 -190
  72. data/ext/bindex/ruby_20/verconf.h +0 -12
  73. data/ext/bindex/ruby_20/version.h +0 -52
  74. data/ext/bindex/ruby_20/vm_core.h +0 -1018
  75. data/ext/bindex/ruby_20/vm_debug.h +0 -41
  76. data/ext/bindex/ruby_20/vm_exec.h +0 -173
  77. data/ext/bindex/ruby_20/vm_insnhelper.h +0 -274
  78. data/ext/bindex/ruby_20/vm_opts.h +0 -56
  79. data/ext/bindex/ruby_21.h +0 -142
  80. data/ext/bindex/ruby_21/addr2line.h +0 -21
  81. data/ext/bindex/ruby_21/constant.h +0 -36
  82. data/ext/bindex/ruby_21/dln.h +0 -51
  83. data/ext/bindex/ruby_21/encdb.h +0 -170
  84. data/ext/bindex/ruby_21/eval_intern.h +0 -260
  85. data/ext/bindex/ruby_21/gc.h +0 -101
  86. data/ext/bindex/ruby_21/id.h +0 -210
  87. data/ext/bindex/ruby_21/internal.h +0 -889
  88. data/ext/bindex/ruby_21/iseq.h +0 -136
  89. data/ext/bindex/ruby_21/method.h +0 -142
  90. data/ext/bindex/ruby_21/node.h +0 -543
  91. data/ext/bindex/ruby_21/parse.h +0 -298
  92. data/ext/bindex/ruby_21/probes.h +0 -401
  93. data/ext/bindex/ruby_21/probes_helper.h +0 -67
  94. data/ext/bindex/ruby_21/regenc.h +0 -223
  95. data/ext/bindex/ruby_21/regint.h +0 -911
  96. data/ext/bindex/ruby_21/regparse.h +0 -363
  97. data/ext/bindex/ruby_21/revision.h +0 -1
  98. data/ext/bindex/ruby_21/ruby_atomic.h +0 -170
  99. data/ext/bindex/ruby_21/siphash.h +0 -48
  100. data/ext/bindex/ruby_21/thread_native.h +0 -23
  101. data/ext/bindex/ruby_21/thread_pthread.h +0 -56
  102. data/ext/bindex/ruby_21/thread_win32.h +0 -45
  103. data/ext/bindex/ruby_21/timev.h +0 -42
  104. data/ext/bindex/ruby_21/transcode_data.h +0 -123
  105. data/ext/bindex/ruby_21/transdb.h +0 -190
  106. data/ext/bindex/ruby_21/verconf.h +0 -13
  107. data/ext/bindex/ruby_21/version.h +0 -52
  108. data/ext/bindex/ruby_21/vm_core.h +0 -1043
  109. data/ext/bindex/ruby_21/vm_debug.h +0 -37
  110. data/ext/bindex/ruby_21/vm_exec.h +0 -182
  111. data/ext/bindex/ruby_21/vm_insnhelper.h +0 -273
  112. data/ext/bindex/ruby_21/vm_opts.h +0 -56
  113. data/ext/bindex/ruby_21preview.h +0 -146
  114. data/ext/bindex/ruby_21preview/addr2line.h +0 -21
  115. data/ext/bindex/ruby_21preview/constant.h +0 -36
  116. data/ext/bindex/ruby_21preview/dln.h +0 -51
  117. data/ext/bindex/ruby_21preview/encdb.h +0 -270
  118. data/ext/bindex/ruby_21preview/eval_intern.h +0 -217
  119. data/ext/bindex/ruby_21preview/gc.h +0 -100
  120. data/ext/bindex/ruby_21preview/id.h +0 -169
  121. data/ext/bindex/ruby_21preview/internal.h +0 -765
  122. data/ext/bindex/ruby_21preview/iseq.h +0 -136
  123. data/ext/bindex/ruby_21preview/method.h +0 -141
  124. data/ext/bindex/ruby_21preview/node.h +0 -543
  125. data/ext/bindex/ruby_21preview/parse.h +0 -298
  126. data/ext/bindex/ruby_21preview/probes.h +0 -385
  127. data/ext/bindex/ruby_21preview/probes_helper.h +0 -67
  128. data/ext/bindex/ruby_21preview/regenc.h +0 -223
  129. data/ext/bindex/ruby_21preview/regint.h +0 -911
  130. data/ext/bindex/ruby_21preview/regparse.h +0 -363
  131. data/ext/bindex/ruby_21preview/revision.h +0 -1
  132. data/ext/bindex/ruby_21preview/ruby_atomic.h +0 -130
  133. data/ext/bindex/ruby_21preview/siphash.h +0 -48
  134. data/ext/bindex/ruby_21preview/thread_native.h +0 -23
  135. data/ext/bindex/ruby_21preview/thread_pthread.h +0 -56
  136. data/ext/bindex/ruby_21preview/thread_win32.h +0 -45
  137. data/ext/bindex/ruby_21preview/timev.h +0 -42
  138. data/ext/bindex/ruby_21preview/transcode_data.h +0 -123
  139. data/ext/bindex/ruby_21preview/transdb.h +0 -190
  140. data/ext/bindex/ruby_21preview/verconf.h +0 -13
  141. data/ext/bindex/ruby_21preview/version.h +0 -53
  142. data/ext/bindex/ruby_21preview/vm_core.h +0 -1017
  143. data/ext/bindex/ruby_21preview/vm_debug.h +0 -37
  144. data/ext/bindex/ruby_21preview/vm_exec.h +0 -180
  145. data/ext/bindex/ruby_21preview/vm_insnhelper.h +0 -272
  146. data/ext/bindex/ruby_21preview/vm_opts.h +0 -56
@@ -1,37 +0,0 @@
1
- /**********************************************************************
2
-
3
- vm_debug.h - YARV Debug function interface
4
-
5
- $Author$
6
- created at: 04/08/25 02:33:49 JST
7
-
8
- Copyright (C) 2004-2007 Koichi Sasada
9
-
10
- **********************************************************************/
11
-
12
- #ifndef RUBY_DEBUG_H
13
- #define RUBY_DEBUG_H
14
-
15
- #include "ruby/ruby.h"
16
- #include "node.h"
17
-
18
- RUBY_SYMBOL_EXPORT_BEGIN
19
-
20
- #define dpv(h,v) ruby_debug_print_value(-1, 0, (h), (v))
21
- #define dp(v) ruby_debug_print_value(-1, 0, "", (v))
22
- #define dpi(i) ruby_debug_print_id(-1, 0, "", (i))
23
- #define dpn(n) ruby_debug_print_node(-1, 0, "", (n))
24
-
25
- #define bp() ruby_debug_breakpoint()
26
-
27
- VALUE ruby_debug_print_value(int level, int debug_level, const char *header, VALUE v);
28
- ID ruby_debug_print_id(int level, int debug_level, const char *header, ID id);
29
- NODE *ruby_debug_print_node(int level, int debug_level, const char *header, const NODE *node);
30
- int ruby_debug_print_indent(int level, int debug_level, int indent_level);
31
- void ruby_debug_breakpoint(void);
32
- void ruby_debug_gc_check_func(void);
33
- void ruby_set_debug_option(const char *str);
34
-
35
- RUBY_SYMBOL_EXPORT_END
36
-
37
- #endif /* RUBY_DEBUG_H */
@@ -1,182 +0,0 @@
1
- /**********************************************************************
2
-
3
- vm.h -
4
-
5
- $Author$
6
- created at: 04/01/01 16:56:59 JST
7
-
8
- Copyright (C) 2004-2007 Koichi Sasada
9
-
10
- **********************************************************************/
11
-
12
- #ifndef RUBY_VM_EXEC_H
13
- #define RUBY_VM_EXEC_H
14
-
15
- typedef long OFFSET;
16
- typedef unsigned long lindex_t;
17
- typedef VALUE GENTRY;
18
- typedef rb_iseq_t *ISEQ;
19
-
20
- #ifdef __GCC__
21
- /* TODO: machine dependent prefetch instruction */
22
- #define PREFETCH(pc)
23
- #else
24
- #define PREFETCH(pc)
25
- #endif
26
-
27
- #if VMDEBUG > 0
28
- #define debugs printf
29
- #define DEBUG_ENTER_INSN(insn) \
30
- rb_vmdebug_debug_print_pre(th, GET_CFP(),GET_PC());
31
-
32
- #if OPT_STACK_CACHING
33
- #define SC_REGS() , reg_a, reg_b
34
- #else
35
- #define SC_REGS()
36
- #endif
37
-
38
- #define DEBUG_END_INSN() \
39
- rb_vmdebug_debug_print_post(th, GET_CFP() SC_REGS());
40
-
41
- #else
42
-
43
- #define debugs
44
- #define DEBUG_ENTER_INSN(insn)
45
- #define DEBUG_END_INSN()
46
- #endif
47
-
48
- #define throwdebug if(0)printf
49
- /* #define throwdebug printf */
50
-
51
- /************************************************/
52
- #if defined(DISPATCH_XXX)
53
- error !
54
- /************************************************/
55
- #elif OPT_CALL_THREADED_CODE
56
-
57
- #define LABEL(x) insn_func_##x
58
- #define ELABEL(x)
59
- #define LABEL_PTR(x) &LABEL(x)
60
-
61
- #define INSN_ENTRY(insn) \
62
- static rb_control_frame_t * \
63
- FUNC_FASTCALL(LABEL(insn))(rb_thread_t *th, rb_control_frame_t *reg_cfp) {
64
-
65
- #define END_INSN(insn) return reg_cfp;}
66
-
67
- #define NEXT_INSN() return reg_cfp;
68
-
69
- /************************************************/
70
- #elif OPT_TOKEN_THREADED_CODE || OPT_DIRECT_THREADED_CODE
71
- /* threaded code with gcc */
72
-
73
- #define LABEL(x) INSN_LABEL_##x
74
- #define ELABEL(x) INSN_ELABEL_##x
75
- #define LABEL_PTR(x) &&LABEL(x)
76
-
77
- #define INSN_ENTRY_SIG(insn)
78
-
79
-
80
- #define INSN_DISPATCH_SIG(insn)
81
-
82
- #define INSN_ENTRY(insn) \
83
- LABEL(insn): \
84
- INSN_ENTRY_SIG(insn); \
85
-
86
- /* dispatcher */
87
- #if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) && __GNUC__ == 3
88
- #define DISPATCH_ARCH_DEPEND_WAY(addr) \
89
- __asm__ __volatile__("jmp *%0;\t# -- inserted by vm.h\t[length = 2]" : : "r" (addr))
90
-
91
- #else
92
- #define DISPATCH_ARCH_DEPEND_WAY(addr) \
93
- /* do nothing */
94
-
95
- #endif
96
-
97
-
98
- /**********************************/
99
- #if OPT_DIRECT_THREADED_CODE
100
-
101
- /* for GCC 3.4.x */
102
- #define TC_DISPATCH(insn) \
103
- INSN_DISPATCH_SIG(insn); \
104
- goto *(void const *)GET_CURRENT_INSN(); \
105
- ;
106
-
107
- #else
108
- /* token threaded code */
109
-
110
- #define TC_DISPATCH(insn) \
111
- DISPATCH_ARCH_DEPEND_WAY(insns_address_table[GET_CURRENT_INSN()]); \
112
- INSN_DISPATCH_SIG(insn); \
113
- goto *insns_address_table[GET_CURRENT_INSN()]; \
114
- rb_bug("tc error");
115
-
116
-
117
- #endif /* DISPATCH_DIRECT_THREADED_CODE */
118
-
119
- #define END_INSN(insn) \
120
- DEBUG_END_INSN(); \
121
- TC_DISPATCH(insn);
122
-
123
- #define INSN_DISPATCH() \
124
- TC_DISPATCH(__START__) \
125
- {
126
-
127
- #define END_INSNS_DISPATCH() \
128
- rb_bug("unknown insn: %"PRIdVALUE, GET_CURRENT_INSN()); \
129
- } /* end of while loop */ \
130
-
131
- #define NEXT_INSN() TC_DISPATCH(__NEXT_INSN__)
132
-
133
- /************************************************/
134
- #else /* no threaded code */
135
- /* most common method */
136
-
137
- #define INSN_ENTRY(insn) \
138
- case BIN(insn):
139
-
140
- #define END_INSN(insn) \
141
- DEBUG_END_INSN(); \
142
- break;
143
-
144
-
145
- #define INSN_DISPATCH() \
146
- while (1) { \
147
- switch (GET_CURRENT_INSN()) {
148
-
149
- #define END_INSNS_DISPATCH() \
150
- default: \
151
- SDR(); \
152
- rb_bug("unknown insn: %ld", GET_CURRENT_INSN()); \
153
- } /* end of switch */ \
154
- } /* end of while loop */ \
155
-
156
- #define NEXT_INSN() goto first
157
-
158
- #endif
159
-
160
- #define VM_SP_CNT(th, sp) ((sp) - (th)->stack)
161
-
162
- #if OPT_CALL_THREADED_CODE
163
- #define THROW_EXCEPTION(exc) do { \
164
- th->errinfo = (VALUE)(exc); \
165
- return 0; \
166
- } while (0)
167
- #else
168
- #define THROW_EXCEPTION(exc) return (VALUE)(exc)
169
- #endif
170
-
171
- #define SCREG(r) (reg_##r)
172
-
173
- #define VM_DEBUG_STACKOVERFLOW 0
174
-
175
- #if VM_DEBUG_STACKOVERFLOW
176
- #define CHECK_VM_STACK_OVERFLOW_FOR_INSN(cfp, margin) \
177
- WHEN_VM_STACK_OVERFLOWED(cfp, (cfp)->sp, margin) vm_stack_overflow_for_insn()
178
- #else
179
- #define CHECK_VM_STACK_OVERFLOW_FOR_INSN(cfp, margin)
180
- #endif
181
-
182
- #endif /* RUBY_VM_EXEC_H */
@@ -1,273 +0,0 @@
1
- /**********************************************************************
2
-
3
- insnhelper.h - helper macros to implement each instructions
4
-
5
- $Author$
6
- created at: 04/01/01 15:50:34 JST
7
-
8
- Copyright (C) 2004-2007 Koichi Sasada
9
-
10
- **********************************************************************/
11
-
12
- #ifndef RUBY_INSNHELPER_H
13
- #define RUBY_INSNHELPER_H
14
-
15
- /**
16
- * VM Debug Level
17
- *
18
- * debug level:
19
- * 0: no debug output
20
- * 1: show instruction name
21
- * 2: show stack frame when control stack frame is changed
22
- * 3: show stack status
23
- * 4: show register
24
- * 5:
25
- * 10: gc check
26
- */
27
-
28
- #ifndef VMDEBUG
29
- #define VMDEBUG 0
30
- #endif
31
-
32
- #if 0
33
- #undef VMDEBUG
34
- #define VMDEBUG 3
35
- #endif
36
-
37
- enum {
38
- BOP_PLUS,
39
- BOP_MINUS,
40
- BOP_MULT,
41
- BOP_DIV,
42
- BOP_MOD,
43
- BOP_EQ,
44
- BOP_EQQ,
45
- BOP_LT,
46
- BOP_LE,
47
- BOP_LTLT,
48
- BOP_AREF,
49
- BOP_ASET,
50
- BOP_LENGTH,
51
- BOP_SIZE,
52
- BOP_EMPTY_P,
53
- BOP_SUCC,
54
- BOP_GT,
55
- BOP_GE,
56
- BOP_NOT,
57
- BOP_NEQ,
58
- BOP_MATCH,
59
- BOP_FREEZE,
60
-
61
- BOP_LAST_
62
- };
63
-
64
- extern short ruby_vm_redefined_flag[BOP_LAST_];
65
- extern VALUE ruby_vm_const_missing_count;
66
-
67
- #if VM_COLLECT_USAGE_DETAILS
68
- #define COLLECT_USAGE_INSN(insn) vm_collect_usage_insn(insn)
69
- #define COLLECT_USAGE_OPERAND(insn, n, op) vm_collect_usage_operand((insn), (n), ((VALUE)(op)))
70
-
71
- #define COLLECT_USAGE_REGISTER(reg, s) vm_collect_usage_register((reg), (s))
72
- #else
73
- #define COLLECT_USAGE_INSN(insn) /* none */
74
- #define COLLECT_USAGE_OPERAND(insn, n, op) /* none */
75
- #define COLLECT_USAGE_REGISTER(reg, s) /* none */
76
- #endif
77
-
78
- /**********************************************************/
79
- /* deal with stack */
80
- /**********************************************************/
81
-
82
- #define PUSH(x) (SET_SV(x), INC_SP(1))
83
- #define TOPN(n) (*(GET_SP()-(n)-1))
84
- #define POPN(n) (DEC_SP(n))
85
- #define POP() (DEC_SP(1))
86
- #define STACK_ADDR_FROM_TOP(n) (GET_SP()-(n))
87
-
88
- #define GET_TOS() (tos) /* dummy */
89
-
90
- /**********************************************************/
91
- /* deal with registers */
92
- /**********************************************************/
93
-
94
- #define REG_CFP (reg_cfp)
95
- #define REG_PC (REG_CFP->pc)
96
- #define REG_SP (REG_CFP->sp)
97
- #define REG_EP (REG_CFP->ep)
98
-
99
- #define RESTORE_REGS() do { \
100
- REG_CFP = th->cfp; \
101
- } while (0)
102
-
103
- #define REG_A reg_a
104
- #define REG_B reg_b
105
-
106
- enum vm_regan_regtype {
107
- VM_REGAN_PC = 0,
108
- VM_REGAN_SP = 1,
109
- VM_REGAN_EP = 2,
110
- VM_REGAN_CFP = 3,
111
- VM_REGAN_SELF = 4,
112
- VM_REGAN_ISEQ = 5,
113
- };
114
- enum vm_regan_acttype {
115
- VM_REGAN_ACT_GET = 0,
116
- VM_REGAN_ACT_SET = 1,
117
- };
118
-
119
- #if VM_COLLECT_USAGE_DETAILS
120
- #define COLLECT_USAGE_REGISTER_HELPER(a, b, v) \
121
- (COLLECT_USAGE_REGISTER((VM_REGAN_##a), (VM_REGAN_ACT_##b)), (v))
122
- #else
123
- #define COLLECT_USAGE_REGISTER_HELPER(a, b, v) (v)
124
- #endif
125
-
126
- /* PC */
127
- #define GET_PC() (COLLECT_USAGE_REGISTER_HELPER(PC, GET, REG_PC))
128
- #define SET_PC(x) (REG_PC = (COLLECT_USAGE_REGISTER_HELPER(PC, SET, (x))))
129
- #define GET_CURRENT_INSN() (*GET_PC())
130
- #define GET_OPERAND(n) (GET_PC()[(n)])
131
- #define ADD_PC(n) (SET_PC(REG_PC + (n)))
132
-
133
- #define GET_PC_COUNT() (REG_PC - GET_ISEQ()->iseq_encoded)
134
- #define JUMP(dst) (REG_PC += (dst))
135
-
136
- /* frame pointer, environment pointer */
137
- #define GET_CFP() (COLLECT_USAGE_REGISTER_HELPER(CFP, GET, REG_CFP))
138
- #define GET_EP() (COLLECT_USAGE_REGISTER_HELPER(EP, GET, REG_EP))
139
- #define SET_EP(x) (REG_EP = (COLLECT_USAGE_REGISTER_HELPER(EP, SET, (x))))
140
- #define GET_LEP() (VM_EP_LEP(GET_EP()))
141
-
142
- /* SP */
143
- #define GET_SP() (COLLECT_USAGE_REGISTER_HELPER(SP, GET, REG_SP))
144
- #define SET_SP(x) (REG_SP = (COLLECT_USAGE_REGISTER_HELPER(SP, SET, (x))))
145
- #define INC_SP(x) (REG_SP += (COLLECT_USAGE_REGISTER_HELPER(SP, SET, (x))))
146
- #define DEC_SP(x) (REG_SP -= (COLLECT_USAGE_REGISTER_HELPER(SP, SET, (x))))
147
- #define SET_SV(x) (*GET_SP() = (x))
148
- /* set current stack value as x */
149
-
150
- #define GET_SP_COUNT() (REG_SP - th->stack)
151
-
152
- /* instruction sequence C struct */
153
- #define GET_ISEQ() (GET_CFP()->iseq)
154
-
155
- /**********************************************************/
156
- /* deal with variables */
157
- /**********************************************************/
158
-
159
- #define GET_PREV_EP(ep) ((VALUE *)((ep)[0] & ~0x03))
160
-
161
- #define GET_GLOBAL(entry) rb_gvar_get((struct rb_global_entry*)(entry))
162
- #define SET_GLOBAL(entry, val) rb_gvar_set((struct rb_global_entry*)(entry), (val))
163
-
164
- #define GET_CONST_INLINE_CACHE(dst) ((IC) * (GET_PC() + (dst) + 2))
165
-
166
- /**********************************************************/
167
- /* deal with values */
168
- /**********************************************************/
169
-
170
- #define GET_SELF() (COLLECT_USAGE_REGISTER_HELPER(SELF, GET, GET_CFP()->self))
171
-
172
- /**********************************************************/
173
- /* deal with control flow 2: method/iterator */
174
- /**********************************************************/
175
-
176
- #define COPY_CREF_OMOD(c1, c2) do { \
177
- RB_OBJ_WRITE((c1), &(c1)->nd_refinements, (c2)->nd_refinements); \
178
- if (!NIL_P((c2)->nd_refinements)) { \
179
- (c1)->flags |= NODE_FL_CREF_OMOD_SHARED; \
180
- (c2)->flags |= NODE_FL_CREF_OMOD_SHARED; \
181
- } \
182
- } while (0)
183
-
184
- #define COPY_CREF(c1, c2) do { \
185
- NODE *__tmp_c2 = (c2); \
186
- COPY_CREF_OMOD(c1, __tmp_c2); \
187
- RB_OBJ_WRITE((c1), &(c1)->nd_clss, __tmp_c2->nd_clss); \
188
- (c1)->nd_visi = __tmp_c2->nd_visi;\
189
- RB_OBJ_WRITE((c1), &(c1)->nd_next, __tmp_c2->nd_next); \
190
- if (__tmp_c2->flags & NODE_FL_CREF_PUSHED_BY_EVAL) { \
191
- (c1)->flags |= NODE_FL_CREF_PUSHED_BY_EVAL; \
192
- } \
193
- } while (0)
194
-
195
- #define CALL_METHOD(ci) do { \
196
- VALUE v = (*(ci)->call)(th, GET_CFP(), (ci)); \
197
- if (v == Qundef) { \
198
- RESTORE_REGS(); \
199
- NEXT_INSN(); \
200
- } \
201
- else { \
202
- val = v; \
203
- } \
204
- } while (0)
205
-
206
- /* set fastpath when cached method is *NOT* protected
207
- * because inline method cache does not care about receiver.
208
- */
209
-
210
- #ifndef OPT_CALL_FASTPATH
211
- #define OPT_CALL_FASTPATH 1
212
- #endif
213
-
214
- #if OPT_CALL_FASTPATH
215
- #define CI_SET_FASTPATH(ci, func, enabled) do { \
216
- if (LIKELY(enabled)) ((ci)->call = (func)); \
217
- } while (0)
218
- #else
219
- #define CI_SET_FASTPATH(ci, func, enabled) /* do nothing */
220
- #endif
221
-
222
- #define GET_BLOCK_PTR() ((rb_block_t *)(GC_GUARDED_PTR_REF(GET_LEP()[0])))
223
-
224
- /**********************************************************/
225
- /* deal with control flow 3: exception */
226
- /**********************************************************/
227
-
228
-
229
- /**********************************************************/
230
- /* others */
231
- /**********************************************************/
232
-
233
- /* optimize insn */
234
- #define FIXNUM_REDEFINED_OP_FLAG (1 << 0)
235
- #define FLOAT_REDEFINED_OP_FLAG (1 << 1)
236
- #define STRING_REDEFINED_OP_FLAG (1 << 2)
237
- #define ARRAY_REDEFINED_OP_FLAG (1 << 3)
238
- #define HASH_REDEFINED_OP_FLAG (1 << 4)
239
- #define BIGNUM_REDEFINED_OP_FLAG (1 << 5)
240
- #define SYMBOL_REDEFINED_OP_FLAG (1 << 6)
241
- #define TIME_REDEFINED_OP_FLAG (1 << 7)
242
- #define REGEXP_REDEFINED_OP_FLAG (1 << 8)
243
-
244
- #define BASIC_OP_UNREDEFINED_P(op, klass) (LIKELY((ruby_vm_redefined_flag[(op)]&(klass)) == 0))
245
-
246
- #define FIXNUM_2_P(a, b) ((a) & (b) & 1)
247
- #if USE_FLONUM
248
- #define FLONUM_2_P(a, b) (((((a)^2) | ((b)^2)) & 3) == 0) /* (FLONUM_P(a) && FLONUM_P(b)) */
249
- #else
250
- #define FLONUM_2_P(a, b) 0
251
- #endif
252
-
253
- #ifndef USE_IC_FOR_SPECIALIZED_METHOD
254
- #define USE_IC_FOR_SPECIALIZED_METHOD 1
255
- #endif
256
-
257
- #define CALL_SIMPLE_METHOD(recv_) do { \
258
- ci->blockptr = 0; ci->argc = ci->orig_argc; \
259
- vm_search_method(ci, ci->recv = (recv_)); \
260
- CALL_METHOD(ci); \
261
- } while (0)
262
-
263
- #define NEXT_CLASS_SERIAL() (++ruby_vm_class_serial)
264
- #define GET_GLOBAL_METHOD_STATE() (ruby_vm_global_method_state)
265
- #define INC_GLOBAL_METHOD_STATE() (++ruby_vm_global_method_state)
266
- #define GET_GLOBAL_CONSTANT_STATE() (ruby_vm_global_constant_state)
267
- #define INC_GLOBAL_CONSTANT_STATE() (++ruby_vm_global_constant_state)
268
-
269
- static VALUE make_no_method_exception(VALUE exc, const char *format,
270
- VALUE obj, int argc, const VALUE *argv);
271
-
272
-
273
- #endif /* RUBY_INSNHELPER_H */