debase-ruby_core_source 0.9.5 → 0.9.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/Rakefile +1 -1
  4. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/addr2line.h +21 -0
  5. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/ccan/build_assert/build_assert.h +40 -0
  6. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/ccan/check_type/check_type.h +63 -0
  7. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/ccan/container_of/container_of.h +142 -0
  8. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/ccan/list/list.h +773 -0
  9. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/ccan/str/str.h +16 -0
  10. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/constant.h +50 -0
  11. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/dln.h +51 -0
  12. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/encindex.h +67 -0
  13. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/eval_intern.h +315 -0
  14. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/gc.h +114 -0
  15. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/id.h +220 -0
  16. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/id_table.h +31 -0
  17. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/insns.inc +112 -0
  18. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/insns_info.inc +796 -0
  19. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/internal.h +1767 -0
  20. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/iseq.h +252 -0
  21. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/known_errors.inc +746 -0
  22. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/method.h +213 -0
  23. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/node.h +520 -0
  24. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/node_name.inc +208 -0
  25. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/opt_sc.inc +774 -0
  26. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/optinsn.inc +83 -0
  27. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/optunifs.inc +129 -0
  28. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/parse.h +204 -0
  29. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/probes_helper.h +43 -0
  30. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/regenc.h +251 -0
  31. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/regint.h +927 -0
  32. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/regparse.h +369 -0
  33. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/revision.h +1 -0
  34. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/ruby_assert.h +54 -0
  35. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/ruby_atomic.h +233 -0
  36. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/siphash.h +48 -0
  37. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/symbol.h +108 -0
  38. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/thread_pthread.h +54 -0
  39. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/thread_win32.h +36 -0
  40. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/timev.h +42 -0
  41. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/transcode_data.h +139 -0
  42. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/version.h +73 -0
  43. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/vm.inc +3412 -0
  44. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/vm_call_iseq_optimized.inc +212 -0
  45. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/vm_core.h +1644 -0
  46. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/vm_debug.h +37 -0
  47. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/vm_exec.h +182 -0
  48. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/vm_insnhelper.h +227 -0
  49. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/vm_opts.h +57 -0
  50. data/lib/debase/ruby_core_source/ruby-2.4.0-p0/vmtc.inc +110 -0
  51. data/lib/debase/ruby_core_source/version.rb +1 -1
  52. metadata +49 -2
@@ -0,0 +1,83 @@
1
+ /* -*-c-*- *********************************************************/
2
+ /*******************************************************************/
3
+ /*******************************************************************/
4
+ /**
5
+ This file is for threaded code.
6
+
7
+ ----
8
+ This file is auto generated by insns2vm.rb
9
+ DO NOT TOUCH!
10
+
11
+ If you want to fix something, you must edit 'template/optinsn.inc.tmpl'
12
+ or tool/insns2vm.rb
13
+ */
14
+
15
+ static INSN *
16
+ insn_operands_unification(INSN *insnobj){
17
+ #ifdef OPT_OPERANDS_UNIFICATION
18
+ /* optimize rule */
19
+ switch(insnobj->insn_id){
20
+
21
+ case BIN(getlocal):
22
+ if(
23
+ insnobj->operands[1] == INT2FIX(0)
24
+ ){
25
+ insnobj->insn_id = BIN(getlocal_OP__WC__0);
26
+ insnobj->operand_size = 1;
27
+ break;
28
+ }
29
+
30
+ if(
31
+ insnobj->operands[1] == INT2FIX(1)
32
+ ){
33
+ insnobj->insn_id = BIN(getlocal_OP__WC__1);
34
+ insnobj->operand_size = 1;
35
+ break;
36
+ }
37
+
38
+ break;
39
+ case BIN(setlocal):
40
+ if(
41
+ insnobj->operands[1] == INT2FIX(0)
42
+ ){
43
+ insnobj->insn_id = BIN(setlocal_OP__WC__0);
44
+ insnobj->operand_size = 1;
45
+ break;
46
+ }
47
+
48
+ if(
49
+ insnobj->operands[1] == INT2FIX(1)
50
+ ){
51
+ insnobj->insn_id = BIN(setlocal_OP__WC__1);
52
+ insnobj->operand_size = 1;
53
+ break;
54
+ }
55
+
56
+ break;
57
+ case BIN(putobject):
58
+ if(
59
+ insnobj->operands[0] == INT2FIX(0)
60
+ ){
61
+ insnobj->insn_id = BIN(putobject_OP_INT2FIX_O_0_C_);
62
+ insnobj->operand_size = 0;
63
+ break;
64
+ }
65
+
66
+ if(
67
+ insnobj->operands[0] == INT2FIX(1)
68
+ ){
69
+ insnobj->insn_id = BIN(putobject_OP_INT2FIX_O_1_C_);
70
+ insnobj->operand_size = 0;
71
+ break;
72
+ }
73
+
74
+ break;
75
+
76
+ default:
77
+ /* do nothing */;
78
+ break;
79
+ }
80
+ #endif
81
+ return insnobj;
82
+ }
83
+
@@ -0,0 +1,129 @@
1
+ /* -*-c-*- *********************************************************/
2
+ /*******************************************************************/
3
+ /*******************************************************************/
4
+ /**
5
+ This file is for threaded code.
6
+
7
+ ----
8
+ This file is auto generated by insns2vm.rb
9
+ DO NOT TOUCH!
10
+
11
+ If you want to fix something, you must edit 'template/optunifs.inc.tmpl'
12
+ or tool/insns2vm.rb
13
+ */
14
+
15
+ /*
16
+ static const int UNIFIED_insn_name_1[] = {id, size, ...};
17
+ static const int UNIFIED_insn_name_2[] = {id, size, ...};
18
+ ...
19
+
20
+ static const int *const UNIFIED_insn_name[] = {size,
21
+ UNIFIED_insn_name_1,
22
+ UNIFIED_insn_name_2, ...};
23
+ ...
24
+
25
+ static const int *const *const unified_insns_data[] = {
26
+ UNIFIED_insn_nameA,
27
+ UNIFIED_insn_nameB, ...};
28
+ */
29
+
30
+
31
+
32
+ static const int *const *const unified_insns_data[] = {
33
+ 0,
34
+ 0,
35
+ 0,
36
+ 0,
37
+ 0,
38
+ 0,
39
+ 0,
40
+ 0,
41
+ 0,
42
+ 0,
43
+ 0,
44
+ 0,
45
+ 0,
46
+ 0,
47
+ 0,
48
+ 0,
49
+ 0,
50
+ 0,
51
+ 0,
52
+ 0,
53
+ 0,
54
+ 0,
55
+ 0,
56
+ 0,
57
+ 0,
58
+ 0,
59
+ 0,
60
+ 0,
61
+ 0,
62
+ 0,
63
+ 0,
64
+ 0,
65
+ 0,
66
+ 0,
67
+ 0,
68
+ 0,
69
+ 0,
70
+ 0,
71
+ 0,
72
+ 0,
73
+ 0,
74
+ 0,
75
+ 0,
76
+ 0,
77
+ 0,
78
+ 0,
79
+ 0,
80
+ 0,
81
+ 0,
82
+ 0,
83
+ 0,
84
+ 0,
85
+ 0,
86
+ 0,
87
+ 0,
88
+ 0,
89
+ 0,
90
+ 0,
91
+ 0,
92
+ 0,
93
+ 0,
94
+ 0,
95
+ 0,
96
+ 0,
97
+ 0,
98
+ 0,
99
+ 0,
100
+ 0,
101
+ 0,
102
+ 0,
103
+ 0,
104
+ 0,
105
+ 0,
106
+ 0,
107
+ 0,
108
+ 0,
109
+ 0,
110
+ 0,
111
+ 0,
112
+ 0,
113
+ 0,
114
+ 0,
115
+ 0,
116
+ 0,
117
+ 0,
118
+ 0,
119
+ 0,
120
+ 0,
121
+ 0,
122
+ 0,
123
+ 0,
124
+ 0,
125
+ 0};
126
+
127
+
128
+ #undef GET_INSN_NAME
129
+
@@ -0,0 +1,204 @@
1
+ /* A Bison parser, made by GNU Bison 2.7.12-4996. */
2
+
3
+ /* Bison interface for Yacc-like parsers in C
4
+
5
+ Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
6
+
7
+ This program is free software: you can redistribute it and/or modify
8
+ it under the terms of the GNU General Public License as published by
9
+ the Free Software Foundation, either version 3 of the License, or
10
+ (at your option) any later version.
11
+
12
+ This program is distributed in the hope that it will be useful,
13
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
+ GNU General Public License for more details.
16
+
17
+ You should have received a copy of the GNU General Public License
18
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
19
+
20
+ /* As a special exception, you may create a larger work that contains
21
+ part or all of the Bison parser skeleton and distribute that work
22
+ under terms of your choice, so long as that work isn't itself a
23
+ parser generator using the skeleton or a modified version thereof
24
+ as a parser skeleton. Alternatively, if you modify or redistribute
25
+ the parser skeleton itself, you may (at your option) remove this
26
+ special exception, which will cause the skeleton and the resulting
27
+ Bison output files to be licensed under the GNU General Public
28
+ License without this special exception.
29
+
30
+ This special exception was added by the Free Software Foundation in
31
+ version 2.2 of Bison. */
32
+
33
+ #ifndef YY_YY_Y_TAB_H_INCLUDED
34
+ # define YY_YY_Y_TAB_H_INCLUDED
35
+ /* Enabling traces. */
36
+ #ifndef YYDEBUG
37
+ # define YYDEBUG 0
38
+ #endif
39
+ #if YYDEBUG
40
+ extern int yydebug;
41
+ #endif
42
+
43
+ /* Tokens. */
44
+ #ifndef YYTOKENTYPE
45
+ # define YYTOKENTYPE
46
+ /* Put the tokens into the symbol table, so that GDB and other debuggers
47
+ know about them. */
48
+ enum yytokentype {
49
+ END_OF_INPUT = 0,
50
+ keyword_class = 258,
51
+ keyword_module = 259,
52
+ keyword_def = 260,
53
+ keyword_undef = 261,
54
+ keyword_begin = 262,
55
+ keyword_rescue = 263,
56
+ keyword_ensure = 264,
57
+ keyword_end = 265,
58
+ keyword_if = 266,
59
+ keyword_unless = 267,
60
+ keyword_then = 268,
61
+ keyword_elsif = 269,
62
+ keyword_else = 270,
63
+ keyword_case = 271,
64
+ keyword_when = 272,
65
+ keyword_while = 273,
66
+ keyword_until = 274,
67
+ keyword_for = 275,
68
+ keyword_break = 276,
69
+ keyword_next = 277,
70
+ keyword_redo = 278,
71
+ keyword_retry = 279,
72
+ keyword_in = 280,
73
+ keyword_do = 281,
74
+ keyword_do_cond = 282,
75
+ keyword_do_block = 283,
76
+ keyword_do_LAMBDA = 284,
77
+ keyword_return = 285,
78
+ keyword_yield = 286,
79
+ keyword_super = 287,
80
+ keyword_self = 288,
81
+ keyword_nil = 289,
82
+ keyword_true = 290,
83
+ keyword_false = 291,
84
+ keyword_and = 292,
85
+ keyword_or = 293,
86
+ keyword_not = 294,
87
+ modifier_if = 295,
88
+ modifier_unless = 296,
89
+ modifier_while = 297,
90
+ modifier_until = 298,
91
+ modifier_rescue = 299,
92
+ keyword_alias = 300,
93
+ keyword_defined = 301,
94
+ keyword_BEGIN = 302,
95
+ keyword_END = 303,
96
+ keyword__LINE__ = 304,
97
+ keyword__FILE__ = 305,
98
+ keyword__ENCODING__ = 306,
99
+ tIDENTIFIER = 307,
100
+ tFID = 308,
101
+ tGVAR = 309,
102
+ tIVAR = 310,
103
+ tCONSTANT = 311,
104
+ tCVAR = 312,
105
+ tLABEL = 313,
106
+ tINTEGER = 314,
107
+ tFLOAT = 315,
108
+ tRATIONAL = 316,
109
+ tIMAGINARY = 317,
110
+ tSTRING_CONTENT = 318,
111
+ tCHAR = 319,
112
+ tNTH_REF = 320,
113
+ tBACK_REF = 321,
114
+ tREGEXP_END = 322,
115
+ tUPLUS = 130,
116
+ tUMINUS = 131,
117
+ tPOW = 132,
118
+ tCMP = 134,
119
+ tEQ = 139,
120
+ tEQQ = 140,
121
+ tNEQ = 141,
122
+ tGEQ = 138,
123
+ tLEQ = 137,
124
+ tANDOP = 148,
125
+ tOROP = 149,
126
+ tMATCH = 142,
127
+ tNMATCH = 143,
128
+ tDOT2 = 128,
129
+ tDOT3 = 129,
130
+ tAREF = 144,
131
+ tASET = 145,
132
+ tLSHFT = 135,
133
+ tRSHFT = 136,
134
+ tANDDOT = 150,
135
+ tCOLON2 = 323,
136
+ tCOLON3 = 324,
137
+ tOP_ASGN = 325,
138
+ tASSOC = 326,
139
+ tLPAREN = 327,
140
+ tLPAREN_ARG = 328,
141
+ tRPAREN = 329,
142
+ tLBRACK = 330,
143
+ tLBRACE = 331,
144
+ tLBRACE_ARG = 332,
145
+ tSTAR = 333,
146
+ tDSTAR = 334,
147
+ tAMPER = 335,
148
+ tLAMBDA = 336,
149
+ tSYMBEG = 337,
150
+ tSTRING_BEG = 338,
151
+ tXSTRING_BEG = 339,
152
+ tREGEXP_BEG = 340,
153
+ tWORDS_BEG = 341,
154
+ tQWORDS_BEG = 342,
155
+ tSYMBOLS_BEG = 343,
156
+ tQSYMBOLS_BEG = 344,
157
+ tSTRING_DBEG = 345,
158
+ tSTRING_DEND = 346,
159
+ tSTRING_DVAR = 347,
160
+ tSTRING_END = 348,
161
+ tLAMBEG = 349,
162
+ tLABEL_END = 350,
163
+ tLOWEST = 351,
164
+ tUMINUS_NUM = 352,
165
+ tLAST_TOKEN = 353
166
+ };
167
+ #endif
168
+
169
+
170
+ #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
171
+ typedef union YYSTYPE
172
+ {
173
+ /* Line 2053 of yacc.c */
174
+
175
+ VALUE val;
176
+ NODE *node;
177
+ ID id;
178
+ int num;
179
+ const struct vtable *vars;
180
+
181
+
182
+ /* Line 2053 of yacc.c */
183
+ } YYSTYPE;
184
+ # define YYSTYPE_IS_TRIVIAL 1
185
+ # define yystype YYSTYPE /* obsolescent; will be withdrawn */
186
+ # define YYSTYPE_IS_DECLARED 1
187
+ #endif
188
+
189
+
190
+ #ifdef YYPARSE_PARAM
191
+ #if defined __STDC__ || defined __cplusplus
192
+ int yyparse (void *YYPARSE_PARAM);
193
+ #else
194
+ int yyparse ();
195
+ #endif
196
+ #else /* ! YYPARSE_PARAM */
197
+ #if defined __STDC__ || defined __cplusplus
198
+ int yyparse (struct parser_params *parser);
199
+ #else
200
+ int yyparse ();
201
+ #endif
202
+ #endif /* ! YYPARSE_PARAM */
203
+
204
+ #endif /* !YY_YY_Y_TAB_H_INCLUDED */
@@ -0,0 +1,43 @@
1
+ #ifndef RUBY_PROBES_HELPER_H
2
+ #define RUBY_PROBES_HELPER_H
3
+
4
+ #include "ruby/ruby.h"
5
+ #include "probes.h"
6
+
7
+ struct ruby_dtrace_method_hook_args {
8
+ const char *classname;
9
+ const char *methodname;
10
+ const char *filename;
11
+ int line_no;
12
+ volatile VALUE klass;
13
+ volatile VALUE name;
14
+ };
15
+
16
+ NOINLINE(int ruby_th_dtrace_setup(rb_thread_t *, VALUE, ID, struct ruby_dtrace_method_hook_args *));
17
+
18
+ #define RUBY_DTRACE_METHOD_HOOK(name, th, klazz, id) \
19
+ do { \
20
+ if (UNLIKELY(RUBY_DTRACE_##name##_ENABLED())) { \
21
+ struct ruby_dtrace_method_hook_args args; \
22
+ if (ruby_th_dtrace_setup(th, klazz, id, &args)) { \
23
+ RUBY_DTRACE_##name(args.classname, \
24
+ args.methodname, \
25
+ args.filename, \
26
+ args.line_no); \
27
+ } \
28
+ } \
29
+ } while (0)
30
+
31
+ #define RUBY_DTRACE_METHOD_ENTRY_HOOK(th, klass, id) \
32
+ RUBY_DTRACE_METHOD_HOOK(METHOD_ENTRY, th, klass, id)
33
+
34
+ #define RUBY_DTRACE_METHOD_RETURN_HOOK(th, klass, id) \
35
+ RUBY_DTRACE_METHOD_HOOK(METHOD_RETURN, th, klass, id)
36
+
37
+ #define RUBY_DTRACE_CMETHOD_ENTRY_HOOK(th, klass, id) \
38
+ RUBY_DTRACE_METHOD_HOOK(CMETHOD_ENTRY, th, klass, id)
39
+
40
+ #define RUBY_DTRACE_CMETHOD_RETURN_HOOK(th, klass, id) \
41
+ RUBY_DTRACE_METHOD_HOOK(CMETHOD_RETURN, th, klass, id)
42
+
43
+ #endif /* RUBY_PROBES_HELPER_H */