debase-ruby_core_source 0.10.15 → 0.10.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +28 -0
  3. data/debase-ruby_core_source.gemspec +1 -1
  4. data/lib/debase/ruby_core_source/{ruby-1.9.3-p550 → ruby-2.5.4-p155}/addr2line.h +1 -1
  5. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/ccan/build_assert/build_assert.h +40 -0
  6. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/ccan/check_type/check_type.h +63 -0
  7. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/ccan/container_of/container_of.h +142 -0
  8. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/ccan/list/list.h +773 -0
  9. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/ccan/str/str.h +16 -0
  10. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/constant.h +51 -0
  11. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/debug_counter.h +109 -0
  12. data/lib/debase/ruby_core_source/{ruby-1.9.3-p550 → ruby-2.5.4-p155}/dln.h +10 -9
  13. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/encindex.h +69 -0
  14. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/eval_intern.h +334 -0
  15. data/lib/debase/ruby_core_source/{ruby-1.9.3-p550 → ruby-2.5.4-p155}/gc.h +27 -10
  16. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/id.h +250 -0
  17. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/id_table.h +31 -0
  18. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/insns.inc +217 -0
  19. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/insns_info.inc +1570 -0
  20. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/internal.h +2036 -0
  21. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/iseq.h +308 -0
  22. data/lib/debase/ruby_core_source/{ruby-1.9.3-p550 → ruby-2.5.4-p155}/known_errors.inc +16 -1
  23. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/method.h +218 -0
  24. data/lib/debase/ruby_core_source/{ruby-1.9.3-p550 → ruby-2.5.4-p155}/node.h +115 -79
  25. data/lib/debase/ruby_core_source/{ruby-1.9.3-p550 → ruby-2.5.4-p155}/node_name.inc +12 -22
  26. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/opt_sc.inc +1601 -0
  27. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/optinsn.inc +103 -0
  28. data/lib/debase/ruby_core_source/{ruby-1.9.3-p550 → ruby-2.5.4-p155}/optunifs.inc +28 -83
  29. data/lib/debase/ruby_core_source/{ruby-1.9.3-p550 → ruby-2.5.4-p155}/parse.h +74 -60
  30. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/probes_helper.h +43 -0
  31. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/regenc.h +254 -0
  32. data/lib/debase/ruby_core_source/{ruby-1.9.3-p550 → ruby-2.5.4-p155}/regint.h +299 -211
  33. data/lib/debase/ruby_core_source/{ruby-1.9.3-p550 → ruby-2.5.4-p155}/regparse.h +45 -37
  34. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/revision.h +1 -0
  35. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/ruby_assert.h +54 -0
  36. data/lib/debase/ruby_core_source/{ruby-1.9.3-p550 → ruby-2.5.4-p155}/ruby_atomic.h +84 -26
  37. data/lib/debase/ruby_core_source/{ruby-1.9.3-p550 → ruby-2.5.4-p155}/siphash.h +1 -1
  38. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/symbol.h +108 -0
  39. data/lib/debase/ruby_core_source/{ruby-1.9.3-p550 → ruby-2.5.4-p155}/thread_pthread.h +14 -11
  40. data/lib/debase/ruby_core_source/{ruby-1.9.3-p550 → ruby-2.5.4-p155}/thread_win32.h +2 -6
  41. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/timev.h +42 -0
  42. data/lib/debase/ruby_core_source/{ruby-1.9.3-p550 → ruby-2.5.4-p155}/transcode_data.h +34 -12
  43. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/version.h +73 -0
  44. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/vm.inc +3667 -0
  45. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/vm_call_iseq_optimized.inc +213 -0
  46. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/vm_core.h +1768 -0
  47. data/lib/debase/ruby_core_source/{ruby-1.9.3-p550/debug.h → ruby-2.5.4-p155/vm_debug.h} +4 -8
  48. data/lib/debase/ruby_core_source/{ruby-1.9.3-p550 → ruby-2.5.4-p155}/vm_exec.h +38 -30
  49. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/vm_insnhelper.h +255 -0
  50. data/lib/debase/ruby_core_source/{ruby-1.9.3-p550 → ruby-2.5.4-p155}/vm_opts.h +14 -9
  51. data/lib/debase/ruby_core_source/ruby-2.5.4-p155/vmtc.inc +214 -0
  52. data/lib/debase/ruby_core_source/version.rb +1 -1
  53. metadata +52 -42
  54. data/lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h +0 -34
  55. data/lib/debase/ruby_core_source/ruby-1.9.3-p550/encdb.h +0 -167
  56. data/lib/debase/ruby_core_source/ruby-1.9.3-p550/eval_intern.h +0 -234
  57. data/lib/debase/ruby_core_source/ruby-1.9.3-p550/id.h +0 -177
  58. data/lib/debase/ruby_core_source/ruby-1.9.3-p550/insns.inc +0 -179
  59. data/lib/debase/ruby_core_source/ruby-1.9.3-p550/insns_info.inc +0 -695
  60. data/lib/debase/ruby_core_source/ruby-1.9.3-p550/internal.h +0 -242
  61. data/lib/debase/ruby_core_source/ruby-1.9.3-p550/iseq.h +0 -126
  62. data/lib/debase/ruby_core_source/ruby-1.9.3-p550/method.h +0 -105
  63. data/lib/debase/ruby_core_source/ruby-1.9.3-p550/opt_sc.inc +0 -670
  64. data/lib/debase/ruby_core_source/ruby-1.9.3-p550/optinsn.inc +0 -30
  65. data/lib/debase/ruby_core_source/ruby-1.9.3-p550/regenc.h +0 -219
  66. data/lib/debase/ruby_core_source/ruby-1.9.3-p550/revision.h +0 -1
  67. data/lib/debase/ruby_core_source/ruby-1.9.3-p550/timev.h +0 -21
  68. data/lib/debase/ruby_core_source/ruby-1.9.3-p550/transdb.h +0 -189
  69. data/lib/debase/ruby_core_source/ruby-1.9.3-p550/version.h +0 -52
  70. data/lib/debase/ruby_core_source/ruby-1.9.3-p550/vm.inc +0 -3054
  71. data/lib/debase/ruby_core_source/ruby-1.9.3-p550/vm_core.h +0 -763
  72. data/lib/debase/ruby_core_source/ruby-1.9.3-p550/vm_insnhelper.h +0 -220
  73. data/lib/debase/ruby_core_source/ruby-1.9.3-p550/vmtc.inc +0 -97
@@ -1,234 +0,0 @@
1
- #ifndef RUBY_EVAL_INTERN_H
2
- #define RUBY_EVAL_INTERN_H
3
-
4
- #include "ruby/ruby.h"
5
- #include "vm_core.h"
6
-
7
- #define PASS_PASSED_BLOCK_TH(th) do { \
8
- (th)->passed_block = GC_GUARDED_PTR_REF((rb_block_t *)(th)->cfp->lfp[0]); \
9
- (th)->cfp->flag |= VM_FRAME_FLAG_PASSED; \
10
- } while (0)
11
-
12
- #define PASS_PASSED_BLOCK() do { \
13
- rb_thread_t * const __th__ = GET_THREAD(); \
14
- PASS_PASSED_BLOCK_TH(__th__); \
15
- } while (0)
16
-
17
- #ifdef HAVE_STDLIB_H
18
- #include <stdlib.h>
19
- #endif
20
- #ifndef EXIT_SUCCESS
21
- #define EXIT_SUCCESS 0
22
- #endif
23
- #ifndef EXIT_FAILURE
24
- #define EXIT_FAILURE 1
25
- #endif
26
-
27
- #include <stdio.h>
28
- #include <setjmp.h>
29
-
30
- #ifdef __APPLE__
31
- #include <crt_externs.h>
32
- #endif
33
-
34
- /* Make alloca work the best possible way. */
35
- #ifdef __GNUC__
36
- # ifndef atarist
37
- # ifndef alloca
38
- # define alloca __builtin_alloca
39
- # endif
40
- # endif /* atarist */
41
- #else
42
- # ifdef HAVE_ALLOCA_H
43
- # include <alloca.h>
44
- # else
45
- # ifdef _AIX
46
- #pragma alloca
47
- # else
48
- # ifndef alloca /* predefined by HP cc +Olibcalls */
49
- void *alloca();
50
- # endif
51
- # endif /* AIX */
52
- # endif /* HAVE_ALLOCA_H */
53
- #endif /* __GNUC__ */
54
-
55
- #ifndef HAVE_STRING_H
56
- char *strrchr(const char *, const char);
57
- #endif
58
-
59
- #ifdef HAVE_UNISTD_H
60
- #include <unistd.h>
61
- #endif
62
-
63
- #ifdef HAVE_NET_SOCKET_H
64
- #include <net/socket.h>
65
- #endif
66
-
67
- #define ruby_setjmp(env) RUBY_SETJMP(env)
68
- #define ruby_longjmp(env,val) RUBY_LONGJMP((env),(val))
69
- #ifdef __CYGWIN__
70
- # ifndef _setjmp
71
- int _setjmp(jmp_buf);
72
- # endif
73
- # ifndef _longjmp
74
- NORETURN(void _longjmp(jmp_buf, int));
75
- # endif
76
- #endif
77
-
78
- #include <sys/types.h>
79
- #include <signal.h>
80
- #include <errno.h>
81
-
82
- #ifdef HAVE_SYS_SELECT_H
83
- #include <sys/select.h>
84
- #endif
85
-
86
- /*
87
- Solaris sys/select.h switches select to select_large_fdset to support larger
88
- file descriptors if FD_SETSIZE is larger than 1024 on 32bit environment.
89
- But Ruby doesn't change FD_SETSIZE because fd_set is allocated dynamically.
90
- So following definition is required to use select_large_fdset.
91
- */
92
- #ifdef HAVE_SELECT_LARGE_FDSET
93
- #define select(n, r, w, e, t) select_large_fdset((n), (r), (w), (e), (t))
94
- extern int select_large_fdset(int, fd_set *, fd_set *, fd_set *, struct timeval *);
95
- #endif
96
-
97
- #ifdef HAVE_SYS_PARAM_H
98
- #include <sys/param.h>
99
- #endif
100
-
101
- #include <sys/stat.h>
102
-
103
- #define SAVE_ROOT_JMPBUF(th, stmt) do \
104
- if (ruby_setjmp((th)->root_jmpbuf) == 0) { \
105
- stmt; \
106
- } \
107
- else { \
108
- rb_fiber_start(); \
109
- } while (0)
110
-
111
- #define TH_PUSH_TAG(th) do { \
112
- rb_thread_t * const _th = (th); \
113
- struct rb_vm_tag _tag; \
114
- _tag.tag = 0; \
115
- _tag.prev = _th->tag; \
116
- _th->tag = &_tag;
117
-
118
- #define TH_POP_TAG() \
119
- _th->tag = _tag.prev; \
120
- } while (0)
121
-
122
- #define TH_POP_TAG2() \
123
- _th->tag = _tag.prev
124
-
125
- #define PUSH_TAG() TH_PUSH_TAG(GET_THREAD())
126
- #define POP_TAG() TH_POP_TAG()
127
-
128
- #define TH_EXEC_TAG() ruby_setjmp(_th->tag->buf)
129
-
130
- #define EXEC_TAG() \
131
- TH_EXEC_TAG()
132
-
133
- #define TH_JUMP_TAG(th, st) do { \
134
- ruby_longjmp((th)->tag->buf,(st)); \
135
- } while (0)
136
-
137
- #define JUMP_TAG(st) TH_JUMP_TAG(GET_THREAD(), (st))
138
-
139
- #define INTERNAL_EXCEPTION_P(exc) FIXNUM_P(exc)
140
-
141
- enum ruby_tag_type {
142
- RUBY_TAG_RETURN = 0x1,
143
- RUBY_TAG_BREAK = 0x2,
144
- RUBY_TAG_NEXT = 0x3,
145
- RUBY_TAG_RETRY = 0x4,
146
- RUBY_TAG_REDO = 0x5,
147
- RUBY_TAG_RAISE = 0x6,
148
- RUBY_TAG_THROW = 0x7,
149
- RUBY_TAG_FATAL = 0x8,
150
- RUBY_TAG_MASK = 0xf
151
- };
152
- #define TAG_RETURN RUBY_TAG_RETURN
153
- #define TAG_BREAK RUBY_TAG_BREAK
154
- #define TAG_NEXT RUBY_TAG_NEXT
155
- #define TAG_RETRY RUBY_TAG_RETRY
156
- #define TAG_REDO RUBY_TAG_REDO
157
- #define TAG_RAISE RUBY_TAG_RAISE
158
- #define TAG_THROW RUBY_TAG_THROW
159
- #define TAG_FATAL RUBY_TAG_FATAL
160
- #define TAG_MASK RUBY_TAG_MASK
161
-
162
- #define NEW_THROW_OBJECT(val, pt, st) \
163
- ((VALUE)rb_node_newnode(NODE_LIT, (VALUE)(val), (VALUE)(pt), (VALUE)(st)))
164
- #define SET_THROWOBJ_CATCH_POINT(obj, val) \
165
- (RNODE((obj))->u2.value = (val))
166
- #define SET_THROWOBJ_STATE(obj, val) \
167
- (RNODE((obj))->u3.value = (val))
168
-
169
- #define GET_THROWOBJ_VAL(obj) ((VALUE)RNODE((obj))->u1.value)
170
- #define GET_THROWOBJ_CATCH_POINT(obj) ((VALUE*)RNODE((obj))->u2.value)
171
- #define GET_THROWOBJ_STATE(obj) ((int)RNODE((obj))->u3.value)
172
-
173
- #define SCOPE_TEST(f) (rb_vm_cref()->nd_visi & (f))
174
- #define SCOPE_CHECK(f) (rb_vm_cref()->nd_visi == (f))
175
- #define SCOPE_SET(f) (rb_vm_cref()->nd_visi = (f))
176
-
177
- #define CHECK_STACK_OVERFLOW(cfp, margin) do \
178
- if ((VALUE *)((char *)(((VALUE *)(cfp)->sp) + (margin)) + sizeof(rb_control_frame_t)) >= ((VALUE *)(cfp))) { \
179
- rb_exc_raise(sysstack_error); \
180
- } \
181
- while (0)
182
-
183
- void rb_thread_cleanup(void);
184
- void rb_thread_wait_other_threads(void);
185
-
186
- enum {
187
- RAISED_EXCEPTION = 1,
188
- RAISED_STACKOVERFLOW = 2,
189
- RAISED_NOMEMORY = 4
190
- };
191
- int rb_threadptr_set_raised(rb_thread_t *th);
192
- int rb_threadptr_reset_raised(rb_thread_t *th);
193
- #define rb_thread_raised_set(th, f) ((th)->raised_flag |= (f))
194
- #define rb_thread_raised_reset(th, f) ((th)->raised_flag &= ~(f))
195
- #define rb_thread_raised_p(th, f) (((th)->raised_flag & (f)) != 0)
196
- #define rb_thread_raised_clear(th) ((th)->raised_flag = 0)
197
-
198
- VALUE rb_f_eval(int argc, VALUE *argv, VALUE self);
199
- VALUE rb_make_exception(int argc, VALUE *argv);
200
-
201
- NORETURN(void rb_fiber_start(void));
202
-
203
- NORETURN(void rb_print_undef(VALUE, ID, int));
204
- NORETURN(void rb_vm_localjump_error(const char *,VALUE, int));
205
- NORETURN(void rb_vm_jump_tag_but_local_jump(int, VALUE));
206
- NORETURN(void rb_raise_method_missing(rb_thread_t *th, int argc, VALUE *argv,
207
- VALUE obj, int call_status));
208
-
209
- VALUE rb_vm_make_jump_tag_but_local_jump(int state, VALUE val);
210
- NODE *rb_vm_cref(void);
211
- VALUE rb_vm_call_cfunc(VALUE recv, VALUE (*func)(VALUE), VALUE arg, const rb_block_t *blockptr, VALUE filename);
212
- void rb_vm_set_progname(VALUE filename);
213
- void rb_thread_terminate_all(void);
214
- VALUE rb_vm_top_self();
215
- VALUE rb_vm_cbase(void);
216
- void rb_trap_restore_mask(void);
217
-
218
- #ifndef CharNext /* defined as CharNext[AW] on Windows. */
219
- #define CharNext(p) ((p) + mblen((p), RUBY_MBCHAR_MAXSIZE))
220
- #endif
221
-
222
- #if defined DOSISH || defined __CYGWIN__
223
- static inline void
224
- translit_char(char *p, int from, int to)
225
- {
226
- while (*p) {
227
- if ((unsigned char)*p == from)
228
- *p = to;
229
- p = CharNext(p);
230
- }
231
- }
232
- #endif
233
-
234
- #endif /* RUBY_EVAL_INTERN_H */
@@ -1,177 +0,0 @@
1
- /* DO NOT EDIT THIS FILE DIRECTLY */
2
- /**********************************************************************
3
-
4
- id.h -
5
-
6
- $Author: usa $
7
- created at: Sun Oct 19 21:12:51 2008
8
-
9
- Copyright (C) 2007 Koichi Sasada
10
-
11
- **********************************************************************/
12
-
13
- #ifndef RUBY_ID_H
14
- #define RUBY_ID_H
15
-
16
- #define ID_SCOPE_SHIFT 3
17
- #define ID_SCOPE_MASK 0x07
18
- #define ID_LOCAL 0x00
19
- #define ID_INSTANCE 0x01
20
- #define ID_GLOBAL 0x03
21
- #define ID_ATTRSET 0x04
22
- #define ID_CONST 0x05
23
- #define ID_CLASS 0x06
24
- #define ID_JUNK 0x07
25
- #define ID_INTERNAL ID_JUNK
26
-
27
- #ifdef USE_PARSE_H
28
- #include "parse.h"
29
- #endif
30
-
31
- #include "vm_opts.h" /* for SUPPORT_JOKE */
32
-
33
- #define symIFUNC ID2SYM(idIFUNC)
34
- #define symCFUNC ID2SYM(idCFUNC)
35
-
36
- #if !defined tLAST_TOKEN && defined YYTOKENTYPE
37
- #define tLAST_TOKEN tLAST_TOKEN
38
- #endif
39
-
40
- enum ruby_method_ids {
41
- #ifndef tLAST_TOKEN
42
- tUPLUS = 321,
43
- tUMINUS = 322,
44
- tPOW = 323,
45
- tCMP = 324,
46
- tEQ = 325,
47
- tEQQ = 326,
48
- tNEQ = 327,
49
- tGEQ = 328,
50
- tLEQ = 329,
51
- tANDOP = 330,
52
- tOROP = 331,
53
- tMATCH = 332,
54
- tNMATCH = 333,
55
- tDOT2 = 334,
56
- tDOT3 = 335,
57
- tAREF = 336,
58
- tASET = 337,
59
- tLSHFT = 338,
60
- tRSHFT = 339,
61
- tLAMBDA = 352,
62
- idNULL = 365,
63
- idRespond_to = 366,
64
- idIFUNC = 367,
65
- idCFUNC = 368,
66
- id_core_set_method_alias = 369,
67
- id_core_set_variable_alias = 370,
68
- id_core_undef_method = 371,
69
- id_core_define_method = 372,
70
- id_core_define_singleton_method = 373,
71
- id_core_set_postexe = 374,
72
- tLAST_TOKEN = 375,
73
- #endif
74
- idDot2 = tDOT2,
75
- idDot3 = tDOT3,
76
- idUPlus = tUPLUS,
77
- idUMinus = tUMINUS,
78
- idPow = tPOW,
79
- idCmp = tCMP,
80
- idPLUS = '+',
81
- idMINUS = '-',
82
- idMULT = '*',
83
- idDIV = '/',
84
- idMOD = '%',
85
- idLT = '<',
86
- idLTLT = tLSHFT,
87
- idLE = tLEQ,
88
- idGT = '>',
89
- idGE = tGEQ,
90
- idEq = tEQ,
91
- idEqq = tEQQ,
92
- idNeq = tNEQ,
93
- idNot = '!',
94
- idBackquote = '`',
95
- idEqTilde = tMATCH,
96
- idNeqTilde = tNMATCH,
97
- idAREF = tAREF,
98
- idASET = tASET,
99
- idLAST_TOKEN = tLAST_TOKEN >> ID_SCOPE_SHIFT,
100
- tIntern,
101
- tMethodMissing,
102
- tLength,
103
- tSize,
104
- tGets,
105
- tSucc,
106
- tEach,
107
- tProc,
108
- tLambda,
109
- tSend,
110
- t__send__,
111
- tInitialize,
112
- tUScore,
113
- #if SUPPORT_JOKE
114
- tBitblt,
115
- tAnswer,
116
- #endif
117
- tLAST_ID,
118
- #define TOKEN2ID(n) id##n = ((t##n<<ID_SCOPE_SHIFT)|ID_LOCAL)
119
- #if SUPPORT_JOKE
120
- TOKEN2ID(Bitblt),
121
- TOKEN2ID(Answer),
122
- #endif
123
- TOKEN2ID(Intern),
124
- TOKEN2ID(MethodMissing),
125
- TOKEN2ID(Length),
126
- TOKEN2ID(Size),
127
- TOKEN2ID(Gets),
128
- TOKEN2ID(Succ),
129
- TOKEN2ID(Each),
130
- TOKEN2ID(Proc),
131
- TOKEN2ID(Lambda),
132
- TOKEN2ID(Send),
133
- TOKEN2ID(__send__),
134
- TOKEN2ID(Initialize),
135
- TOKEN2ID(UScore),
136
- TOKEN2ID(LAST_ID)
137
- };
138
-
139
- #ifdef tLAST_TOKEN
140
- struct ruby_method_ids_check {
141
- #define ruby_method_id_check_for(name, value) \
142
- int checking_for_##name[name == (value) ? 1 : -1]
143
- ruby_method_id_check_for(tUPLUS, 321);
144
- ruby_method_id_check_for(tUMINUS, 322);
145
- ruby_method_id_check_for(tPOW, 323);
146
- ruby_method_id_check_for(tCMP, 324);
147
- ruby_method_id_check_for(tEQ, 325);
148
- ruby_method_id_check_for(tEQQ, 326);
149
- ruby_method_id_check_for(tNEQ, 327);
150
- ruby_method_id_check_for(tGEQ, 328);
151
- ruby_method_id_check_for(tLEQ, 329);
152
- ruby_method_id_check_for(tANDOP, 330);
153
- ruby_method_id_check_for(tOROP, 331);
154
- ruby_method_id_check_for(tMATCH, 332);
155
- ruby_method_id_check_for(tNMATCH, 333);
156
- ruby_method_id_check_for(tDOT2, 334);
157
- ruby_method_id_check_for(tDOT3, 335);
158
- ruby_method_id_check_for(tAREF, 336);
159
- ruby_method_id_check_for(tASET, 337);
160
- ruby_method_id_check_for(tLSHFT, 338);
161
- ruby_method_id_check_for(tRSHFT, 339);
162
- ruby_method_id_check_for(tLAMBDA, 352);
163
- ruby_method_id_check_for(idNULL, 365);
164
- ruby_method_id_check_for(idRespond_to, 366);
165
- ruby_method_id_check_for(idIFUNC, 367);
166
- ruby_method_id_check_for(idCFUNC, 368);
167
- ruby_method_id_check_for(id_core_set_method_alias, 369);
168
- ruby_method_id_check_for(id_core_set_variable_alias, 370);
169
- ruby_method_id_check_for(id_core_undef_method, 371);
170
- ruby_method_id_check_for(id_core_define_method, 372);
171
- ruby_method_id_check_for(id_core_define_singleton_method, 373);
172
- ruby_method_id_check_for(id_core_set_postexe, 374);
173
- ruby_method_id_check_for(tLAST_TOKEN, 375);
174
- };
175
- #endif
176
-
177
- #endif /* RUBY_ID_H */
@@ -1,179 +0,0 @@
1
- /** -*-c-*-
2
- This file contains YARV instructions list.
3
-
4
- ----
5
- This file is auto generated by insns2vm.rb
6
- DO NOT TOUCH!
7
-
8
- If you want to fix something, you must edit 'template/insns.inc.tmpl'
9
- or insns2vm.rb
10
- */
11
-
12
-
13
- /* BIN : Basic Instruction Name */
14
- #define BIN(n) YARVINSN_##n
15
-
16
- enum ruby_vminsn_type {
17
- BIN(nop) = 0,
18
-
19
- BIN(getlocal) = 1,
20
-
21
- BIN(setlocal) = 2,
22
-
23
- BIN(getspecial) = 3,
24
-
25
- BIN(setspecial) = 4,
26
-
27
- BIN(getdynamic) = 5,
28
-
29
- BIN(setdynamic) = 6,
30
-
31
- BIN(getinstancevariable) = 7,
32
-
33
- BIN(setinstancevariable) = 8,
34
-
35
- BIN(getclassvariable) = 9,
36
-
37
- BIN(setclassvariable) = 10,
38
-
39
- BIN(getconstant) = 11,
40
-
41
- BIN(setconstant) = 12,
42
-
43
- BIN(getglobal) = 13,
44
-
45
- BIN(setglobal) = 14,
46
-
47
- BIN(putnil) = 15,
48
-
49
- BIN(putself) = 16,
50
-
51
- BIN(putobject) = 17,
52
-
53
- BIN(putspecialobject) = 18,
54
-
55
- BIN(putiseq) = 19,
56
-
57
- BIN(putstring) = 20,
58
-
59
- BIN(concatstrings) = 21,
60
-
61
- BIN(tostring) = 22,
62
-
63
- BIN(toregexp) = 23,
64
-
65
- BIN(newarray) = 24,
66
-
67
- BIN(duparray) = 25,
68
-
69
- BIN(expandarray) = 26,
70
-
71
- BIN(concatarray) = 27,
72
-
73
- BIN(splatarray) = 28,
74
-
75
- BIN(checkincludearray) = 29,
76
-
77
- BIN(newhash) = 30,
78
-
79
- BIN(newrange) = 31,
80
-
81
- BIN(pop) = 32,
82
-
83
- BIN(dup) = 33,
84
-
85
- BIN(dupn) = 34,
86
-
87
- BIN(swap) = 35,
88
-
89
- BIN(reput) = 36,
90
-
91
- BIN(topn) = 37,
92
-
93
- BIN(setn) = 38,
94
-
95
- BIN(adjuststack) = 39,
96
-
97
- BIN(defined) = 40,
98
-
99
- BIN(trace) = 41,
100
-
101
- BIN(defineclass) = 42,
102
-
103
- BIN(send) = 43,
104
-
105
- BIN(invokesuper) = 44,
106
-
107
- BIN(invokeblock) = 45,
108
-
109
- BIN(leave) = 46,
110
-
111
- BIN(finish) = 47,
112
-
113
- BIN(throw) = 48,
114
-
115
- BIN(jump) = 49,
116
-
117
- BIN(branchif) = 50,
118
-
119
- BIN(branchunless) = 51,
120
-
121
- BIN(getinlinecache) = 52,
122
-
123
- BIN(onceinlinecache) = 53,
124
-
125
- BIN(setinlinecache) = 54,
126
-
127
- BIN(opt_case_dispatch) = 55,
128
-
129
- BIN(opt_checkenv) = 56,
130
-
131
- BIN(opt_plus) = 57,
132
-
133
- BIN(opt_minus) = 58,
134
-
135
- BIN(opt_mult) = 59,
136
-
137
- BIN(opt_div) = 60,
138
-
139
- BIN(opt_mod) = 61,
140
-
141
- BIN(opt_eq) = 62,
142
-
143
- BIN(opt_neq) = 63,
144
-
145
- BIN(opt_lt) = 64,
146
-
147
- BIN(opt_le) = 65,
148
-
149
- BIN(opt_gt) = 66,
150
-
151
- BIN(opt_ge) = 67,
152
-
153
- BIN(opt_ltlt) = 68,
154
-
155
- BIN(opt_aref) = 69,
156
-
157
- BIN(opt_aset) = 70,
158
-
159
- BIN(opt_length) = 71,
160
-
161
- BIN(opt_size) = 72,
162
-
163
- BIN(opt_succ) = 73,
164
-
165
- BIN(opt_not) = 74,
166
-
167
- BIN(opt_regexpmatch1) = 75,
168
-
169
- BIN(opt_regexpmatch2) = 76,
170
-
171
- BIN(opt_call_c_function) = 77,
172
-
173
- BIN(bitblt) = 78,
174
-
175
- BIN(answer) = 79,
176
-
177
- VM_INSTRUCTION_SIZE = 80
178
- };
179
-