debase-ruby_core_source 0.10.17 → 0.10.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/addr2line.h +20 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/builtin.h +121 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/ccan/build_assert/build_assert.h +40 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/ccan/check_type/check_type.h +63 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/ccan/container_of/container_of.h +142 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/ccan/list/list.h +789 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/ccan/str/str.h +17 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/constant.h +55 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/darray.h +179 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/debug_counter.h +468 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/dln.h +31 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/encindex.h +70 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/eval_intern.h +339 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/gc.h +147 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/hrtime.h +227 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/id.h +295 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/id_table.h +36 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/insns.inc +249 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/insns_info.inc +9061 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/array.h +163 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/bignum.h +246 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/bits.h +565 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/class.h +181 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/cmdlineopt.h +61 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/compar.h +49 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/compile.h +35 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/compilers.h +107 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/complex.h +29 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/cont.h +29 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/dir.h +16 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/enc.h +19 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/encoding.h +29 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/enum.h +18 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/enumerator.h +21 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/error.h +191 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/eval.h +32 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/file.h +38 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/fixnum.h +184 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/gc.h +191 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/hash.h +243 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/imemo.h +242 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/inits.h +50 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/io.h +38 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/load.h +18 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/loadpath.h +16 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/math.h +23 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/missing.h +18 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/numeric.h +275 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/object.h +61 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/parse.h +24 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/proc.h +32 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/process.h +137 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/ractor.h +6 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/random.h +16 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/range.h +40 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/rational.h +72 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/re.h +30 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/sanitizers.h +190 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/serial.h +23 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/signal.h +21 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/static_assert.h +16 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/string.h +147 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/struct.h +153 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/symbol.h +42 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/thread.h +55 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/time.h +34 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/transcode.h +20 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/util.h +27 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/variable.h +88 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/vm.h +134 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal/warnings.h +16 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/internal.h +113 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/iseq.h +329 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/known_errors.inc +791 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/method.h +254 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/mjit.h +132 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/mjit_compile_attr.inc +430 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/mjit_compiler.h +58 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/mjit_unit.h +29 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/node.h +511 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/node_name.inc +210 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/opt_sc.inc +109 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/optinsn.inc +128 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/optunifs.inc +43 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/parse.h +215 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/probes_helper.h +44 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/ractor_core.h +343 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/regenc.h +254 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/regint.h +984 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/regparse.h +370 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/revision.h +5 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/ruby_assert.h +14 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/ruby_atomic.h +23 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/shape.h +194 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/siphash.h +48 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/symbol.h +119 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/thread_none.h +20 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/thread_pthread.h +132 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/thread_win32.h +63 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/timev.h +57 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/transcode_data.h +138 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/transient_heap.h +65 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/variable.h +29 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/version.h +65 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/vm.inc +5476 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/vm_call_iseq_optimized.inc +244 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/vm_callinfo.h +550 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/vm_core.h +2137 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/vm_debug.h +122 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/vm_exec.h +197 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/vm_insnhelper.h +266 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/vm_opts.h +73 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/vm_sync.h +137 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/vmtc.inc +243 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview3/yjit.h +72 -0
- data/lib/debase/ruby_core_source/version.rb +1 -1
- metadata +118 -3
@@ -0,0 +1,181 @@
|
|
1
|
+
#ifndef INTERNAL_CLASS_H /*-*-C-*-vi:se ft=c:*/
|
2
|
+
#define INTERNAL_CLASS_H
|
3
|
+
/**
|
4
|
+
* @author Ruby developers <ruby-core@ruby-lang.org>
|
5
|
+
* @copyright This file is a part of the programming language Ruby.
|
6
|
+
* Permission is hereby granted, to either redistribute and/or
|
7
|
+
* modify this file, provided that the conditions mentioned in the
|
8
|
+
* file COPYING are met. Consult the file for details.
|
9
|
+
* @brief Internal header for Class.
|
10
|
+
*/
|
11
|
+
#include "id_table.h" /* for struct rb_id_table */
|
12
|
+
#include "internal/gc.h" /* for RB_OBJ_WRITE */
|
13
|
+
#include "internal/serial.h" /* for rb_serial_t */
|
14
|
+
#include "ruby/internal/stdbool.h" /* for bool */
|
15
|
+
#include "ruby/intern.h" /* for rb_alloc_func_t */
|
16
|
+
#include "ruby/ruby.h" /* for struct RBasic */
|
17
|
+
#include "shape.h"
|
18
|
+
|
19
|
+
#ifdef RCLASS_SUPER
|
20
|
+
# undef RCLASS_SUPER
|
21
|
+
#endif
|
22
|
+
|
23
|
+
struct rb_subclass_entry {
|
24
|
+
VALUE klass;
|
25
|
+
struct rb_subclass_entry *next;
|
26
|
+
struct rb_subclass_entry *prev;
|
27
|
+
};
|
28
|
+
|
29
|
+
struct rb_cvar_class_tbl_entry {
|
30
|
+
uint32_t index;
|
31
|
+
rb_serial_t global_cvar_state;
|
32
|
+
VALUE class_value;
|
33
|
+
};
|
34
|
+
|
35
|
+
struct rb_classext_struct {
|
36
|
+
VALUE *iv_ptr;
|
37
|
+
struct rb_id_table *const_tbl;
|
38
|
+
struct rb_id_table *callable_m_tbl;
|
39
|
+
struct rb_id_table *cc_tbl; /* ID -> [[ci, cc1], cc2, ...] */
|
40
|
+
struct rb_id_table *cvc_tbl;
|
41
|
+
size_t superclass_depth;
|
42
|
+
VALUE *superclasses;
|
43
|
+
struct rb_subclass_entry *subclasses;
|
44
|
+
struct rb_subclass_entry *subclass_entry;
|
45
|
+
/**
|
46
|
+
* In the case that this is an `ICLASS`, `module_subclasses` points to the link
|
47
|
+
* in the module's `subclasses` list that indicates that the klass has been
|
48
|
+
* included. Hopefully that makes sense.
|
49
|
+
*/
|
50
|
+
struct rb_subclass_entry *module_subclass_entry;
|
51
|
+
const VALUE origin_;
|
52
|
+
const VALUE refined_class;
|
53
|
+
rb_alloc_func_t allocator;
|
54
|
+
const VALUE includer;
|
55
|
+
uint32_t max_iv_count;
|
56
|
+
#if !SHAPE_IN_BASIC_FLAGS
|
57
|
+
shape_id_t shape_id;
|
58
|
+
#endif
|
59
|
+
};
|
60
|
+
|
61
|
+
struct RClass {
|
62
|
+
struct RBasic basic;
|
63
|
+
VALUE super;
|
64
|
+
struct rb_id_table *m_tbl;
|
65
|
+
#if SIZE_POOL_COUNT == 1
|
66
|
+
struct rb_classext_struct *ptr;
|
67
|
+
#endif
|
68
|
+
};
|
69
|
+
|
70
|
+
typedef struct rb_subclass_entry rb_subclass_entry_t;
|
71
|
+
typedef struct rb_classext_struct rb_classext_t;
|
72
|
+
|
73
|
+
#if RCLASS_EXT_EMBEDDED
|
74
|
+
# define RCLASS_EXT(c) ((rb_classext_t *)((char *)(c) + sizeof(struct RClass)))
|
75
|
+
#else
|
76
|
+
# define RCLASS_EXT(c) (RCLASS(c)->ptr)
|
77
|
+
#endif
|
78
|
+
#define RCLASS_CONST_TBL(c) (RCLASS_EXT(c)->const_tbl)
|
79
|
+
#define RCLASS_M_TBL(c) (RCLASS(c)->m_tbl)
|
80
|
+
#define RCLASS_IVPTR(c) (RCLASS_EXT(c)->iv_ptr)
|
81
|
+
#define RCLASS_CALLABLE_M_TBL(c) (RCLASS_EXT(c)->callable_m_tbl)
|
82
|
+
#define RCLASS_CC_TBL(c) (RCLASS_EXT(c)->cc_tbl)
|
83
|
+
#define RCLASS_CVC_TBL(c) (RCLASS_EXT(c)->cvc_tbl)
|
84
|
+
#define RCLASS_ORIGIN(c) (RCLASS_EXT(c)->origin_)
|
85
|
+
#define RCLASS_REFINED_CLASS(c) (RCLASS_EXT(c)->refined_class)
|
86
|
+
#define RCLASS_INCLUDER(c) (RCLASS_EXT(c)->includer)
|
87
|
+
#define RCLASS_SUBCLASS_ENTRY(c) (RCLASS_EXT(c)->subclass_entry)
|
88
|
+
#define RCLASS_MODULE_SUBCLASS_ENTRY(c) (RCLASS_EXT(c)->module_subclass_entry)
|
89
|
+
#define RCLASS_ALLOCATOR(c) (RCLASS_EXT(c)->allocator)
|
90
|
+
#define RCLASS_SUBCLASSES(c) (RCLASS_EXT(c)->subclasses)
|
91
|
+
#define RCLASS_SUPERCLASS_DEPTH(c) (RCLASS_EXT(c)->superclass_depth)
|
92
|
+
#define RCLASS_SUPERCLASSES(c) (RCLASS_EXT(c)->superclasses)
|
93
|
+
|
94
|
+
#define RICLASS_IS_ORIGIN FL_USER0
|
95
|
+
#define RCLASS_CLONED FL_USER1
|
96
|
+
#define RCLASS_SUPERCLASSES_INCLUDE_SELF FL_USER2
|
97
|
+
#define RICLASS_ORIGIN_SHARED_MTBL FL_USER3
|
98
|
+
|
99
|
+
/* class.c */
|
100
|
+
void rb_class_subclass_add(VALUE super, VALUE klass);
|
101
|
+
void rb_class_remove_from_super_subclasses(VALUE);
|
102
|
+
void rb_class_update_superclasses(VALUE);
|
103
|
+
size_t rb_class_superclasses_memsize(VALUE);
|
104
|
+
void rb_class_remove_subclass_head(VALUE);
|
105
|
+
int rb_singleton_class_internal_p(VALUE sklass);
|
106
|
+
VALUE rb_class_boot(VALUE);
|
107
|
+
VALUE rb_class_s_alloc(VALUE klass);
|
108
|
+
VALUE rb_module_s_alloc(VALUE klass);
|
109
|
+
void rb_module_set_initialized(VALUE module);
|
110
|
+
void rb_module_check_initializable(VALUE module);
|
111
|
+
VALUE rb_make_metaclass(VALUE, VALUE);
|
112
|
+
VALUE rb_include_class_new(VALUE, VALUE);
|
113
|
+
void rb_class_foreach_subclass(VALUE klass, void (*f)(VALUE, VALUE), VALUE);
|
114
|
+
void rb_class_detach_subclasses(VALUE);
|
115
|
+
void rb_class_detach_module_subclasses(VALUE);
|
116
|
+
void rb_class_remove_from_module_subclasses(VALUE);
|
117
|
+
VALUE rb_obj_methods(int argc, const VALUE *argv, VALUE obj);
|
118
|
+
VALUE rb_obj_protected_methods(int argc, const VALUE *argv, VALUE obj);
|
119
|
+
VALUE rb_obj_private_methods(int argc, const VALUE *argv, VALUE obj);
|
120
|
+
VALUE rb_obj_public_methods(int argc, const VALUE *argv, VALUE obj);
|
121
|
+
VALUE rb_class_undefined_instance_methods(VALUE mod);
|
122
|
+
VALUE rb_special_singleton_class(VALUE);
|
123
|
+
VALUE rb_singleton_class_clone_and_attach(VALUE obj, VALUE attach);
|
124
|
+
VALUE rb_singleton_class_get(VALUE obj);
|
125
|
+
void rb_undef_methods_from(VALUE klass, VALUE super);
|
126
|
+
|
127
|
+
static inline void RCLASS_SET_ORIGIN(VALUE klass, VALUE origin);
|
128
|
+
static inline void RICLASS_SET_ORIGIN_SHARED_MTBL(VALUE iclass);
|
129
|
+
static inline VALUE RCLASS_SUPER(VALUE klass);
|
130
|
+
static inline VALUE RCLASS_SET_SUPER(VALUE klass, VALUE super);
|
131
|
+
static inline void RCLASS_SET_INCLUDER(VALUE iclass, VALUE klass);
|
132
|
+
|
133
|
+
MJIT_SYMBOL_EXPORT_BEGIN
|
134
|
+
VALUE rb_class_inherited(VALUE, VALUE);
|
135
|
+
VALUE rb_keyword_error_new(const char *, VALUE);
|
136
|
+
MJIT_SYMBOL_EXPORT_END
|
137
|
+
|
138
|
+
static inline void
|
139
|
+
RCLASS_SET_ORIGIN(VALUE klass, VALUE origin)
|
140
|
+
{
|
141
|
+
RB_OBJ_WRITE(klass, &RCLASS_ORIGIN(klass), origin);
|
142
|
+
if (klass != origin) FL_SET(origin, RICLASS_IS_ORIGIN);
|
143
|
+
}
|
144
|
+
|
145
|
+
static inline void
|
146
|
+
RICLASS_SET_ORIGIN_SHARED_MTBL(VALUE iclass)
|
147
|
+
{
|
148
|
+
FL_SET(iclass, RICLASS_ORIGIN_SHARED_MTBL);
|
149
|
+
}
|
150
|
+
|
151
|
+
static inline bool
|
152
|
+
RICLASS_OWNS_M_TBL_P(VALUE iclass)
|
153
|
+
{
|
154
|
+
return FL_TEST_RAW(iclass, RICLASS_IS_ORIGIN | RICLASS_ORIGIN_SHARED_MTBL) == RICLASS_IS_ORIGIN;
|
155
|
+
}
|
156
|
+
|
157
|
+
static inline void
|
158
|
+
RCLASS_SET_INCLUDER(VALUE iclass, VALUE klass)
|
159
|
+
{
|
160
|
+
RB_OBJ_WRITE(iclass, &RCLASS_INCLUDER(iclass), klass);
|
161
|
+
}
|
162
|
+
|
163
|
+
static inline VALUE
|
164
|
+
RCLASS_SUPER(VALUE klass)
|
165
|
+
{
|
166
|
+
return RCLASS(klass)->super;
|
167
|
+
}
|
168
|
+
|
169
|
+
static inline VALUE
|
170
|
+
RCLASS_SET_SUPER(VALUE klass, VALUE super)
|
171
|
+
{
|
172
|
+
if (super) {
|
173
|
+
rb_class_remove_from_super_subclasses(klass);
|
174
|
+
rb_class_subclass_add(super, klass);
|
175
|
+
}
|
176
|
+
RB_OBJ_WRITE(klass, &RCLASS(klass)->super, super);
|
177
|
+
rb_class_update_superclasses(klass);
|
178
|
+
return super;
|
179
|
+
}
|
180
|
+
|
181
|
+
#endif /* INTERNAL_CLASS_H */
|
@@ -0,0 +1,61 @@
|
|
1
|
+
#ifndef INTERNAL_CMDLINEOPT_H /*-*-C-*-vi:se ft=c:*/
|
2
|
+
#define INTERNAL_CMDLINEOPT_H
|
3
|
+
|
4
|
+
#include "mjit.h"
|
5
|
+
#include "yjit.h"
|
6
|
+
|
7
|
+
typedef struct {
|
8
|
+
unsigned int mask;
|
9
|
+
unsigned int set;
|
10
|
+
} ruby_features_t;
|
11
|
+
|
12
|
+
typedef struct ruby_cmdline_options {
|
13
|
+
const char *script;
|
14
|
+
VALUE script_name;
|
15
|
+
VALUE e_script;
|
16
|
+
struct {
|
17
|
+
struct {
|
18
|
+
VALUE name;
|
19
|
+
int index;
|
20
|
+
} enc;
|
21
|
+
} src, ext, intern;
|
22
|
+
VALUE req_list;
|
23
|
+
ruby_features_t features;
|
24
|
+
ruby_features_t warn;
|
25
|
+
unsigned int dump;
|
26
|
+
#if USE_MJIT
|
27
|
+
struct mjit_options mjit;
|
28
|
+
#endif
|
29
|
+
|
30
|
+
int sflag, xflag;
|
31
|
+
unsigned int warning: 1;
|
32
|
+
unsigned int verbose: 1;
|
33
|
+
unsigned int do_loop: 1;
|
34
|
+
unsigned int do_print: 1;
|
35
|
+
unsigned int do_line: 1;
|
36
|
+
unsigned int do_split: 1;
|
37
|
+
unsigned int do_search: 1;
|
38
|
+
unsigned int setids: 2;
|
39
|
+
#if USE_YJIT
|
40
|
+
unsigned int yjit: 1;
|
41
|
+
#endif
|
42
|
+
} ruby_cmdline_options_t;
|
43
|
+
|
44
|
+
struct ruby_opt_message {
|
45
|
+
const char *str;
|
46
|
+
unsigned short namelen, secondlen;
|
47
|
+
};
|
48
|
+
|
49
|
+
#define RUBY_OPT_MESSAGE(shortopt, longopt, desc) { \
|
50
|
+
shortopt " " longopt " " desc, \
|
51
|
+
(unsigned short)sizeof(shortopt), \
|
52
|
+
(unsigned short)sizeof(longopt), \
|
53
|
+
}
|
54
|
+
|
55
|
+
#define opt_match(s, l, name) \
|
56
|
+
((((l) > rb_strlen_lit(name)) ? (s)[rb_strlen_lit(name)] == '=' : \
|
57
|
+
(l) == rb_strlen_lit(name)) && \
|
58
|
+
memcmp((s), name, rb_strlen_lit(name)) == 0 && \
|
59
|
+
(((s) += rb_strlen_lit(name)), 1))
|
60
|
+
|
61
|
+
#endif
|
@@ -0,0 +1,49 @@
|
|
1
|
+
#ifndef INTERNAL_COMPAR_H /*-*-C-*-vi:se ft=c:*/
|
2
|
+
#define INTERNAL_COMPAR_H
|
3
|
+
/**
|
4
|
+
* @author Ruby developers <ruby-core@ruby-lang.org>
|
5
|
+
* @copyright This file is a part of the programming language Ruby.
|
6
|
+
* Permission is hereby granted, to either redistribute and/or
|
7
|
+
* modify this file, provided that the conditions mentioned in the
|
8
|
+
* file COPYING are met. Consult the file for details.
|
9
|
+
* @brief Internal header for Comparable.
|
10
|
+
*/
|
11
|
+
#include "internal/vm.h" /* for rb_method_basic_definition_p */
|
12
|
+
|
13
|
+
#define STRING_P(s) (RB_TYPE_P((s), T_STRING) && CLASS_OF(s) == rb_cString)
|
14
|
+
|
15
|
+
enum {
|
16
|
+
cmp_opt_Integer,
|
17
|
+
cmp_opt_String,
|
18
|
+
cmp_opt_Float,
|
19
|
+
cmp_optimizable_count
|
20
|
+
};
|
21
|
+
|
22
|
+
struct cmp_opt_data {
|
23
|
+
unsigned int opt_methods;
|
24
|
+
unsigned int opt_inited;
|
25
|
+
};
|
26
|
+
|
27
|
+
#define NEW_CMP_OPT_MEMO(type, value) \
|
28
|
+
NEW_PARTIAL_MEMO_FOR(type, value, cmp_opt)
|
29
|
+
#define CMP_OPTIMIZABLE_BIT(type) (1U << TOKEN_PASTE(cmp_opt_,type))
|
30
|
+
#define CMP_OPTIMIZABLE(data, type) \
|
31
|
+
(((data).opt_inited & CMP_OPTIMIZABLE_BIT(type)) ? \
|
32
|
+
((data).opt_methods & CMP_OPTIMIZABLE_BIT(type)) : \
|
33
|
+
(((data).opt_inited |= CMP_OPTIMIZABLE_BIT(type)), \
|
34
|
+
rb_method_basic_definition_p(TOKEN_PASTE(rb_c,type), id_cmp) && \
|
35
|
+
((data).opt_methods |= CMP_OPTIMIZABLE_BIT(type))))
|
36
|
+
|
37
|
+
#define OPTIMIZED_CMP(a, b, data) \
|
38
|
+
((FIXNUM_P(a) && FIXNUM_P(b) && CMP_OPTIMIZABLE(data, Integer)) ? \
|
39
|
+
(((long)a > (long)b) ? 1 : ((long)a < (long)b) ? -1 : 0) : \
|
40
|
+
(STRING_P(a) && STRING_P(b) && CMP_OPTIMIZABLE(data, String)) ? \
|
41
|
+
rb_str_cmp(a, b) : \
|
42
|
+
(RB_FLOAT_TYPE_P(a) && RB_FLOAT_TYPE_P(b) && CMP_OPTIMIZABLE(data, Float)) ? \
|
43
|
+
rb_float_cmp(a, b) : \
|
44
|
+
rb_cmpint(rb_funcallv(a, id_cmp, 1, &b), a, b))
|
45
|
+
|
46
|
+
/* compar.c */
|
47
|
+
VALUE rb_invcmp(VALUE, VALUE);
|
48
|
+
|
49
|
+
#endif /* INTERNAL_COMPAR_H */
|
@@ -0,0 +1,35 @@
|
|
1
|
+
#ifndef INTERNAL_COMPILE_H /*-*-C-*-vi:se ft=c:*/
|
2
|
+
#define INTERNAL_COMPILE_H
|
3
|
+
/**
|
4
|
+
* @author Ruby developers <ruby-core@ruby-lang.org>
|
5
|
+
* @copyright This file is a part of the programming language Ruby.
|
6
|
+
* Permission is hereby granted, to either redistribute and/or
|
7
|
+
* modify this file, provided that the conditions mentioned in the
|
8
|
+
* file COPYING are met. Consult the file for details.
|
9
|
+
* @brief Internal header for the compiler.
|
10
|
+
*/
|
11
|
+
#include "ruby/internal/config.h"
|
12
|
+
#include <stddef.h> /* for size_t */
|
13
|
+
#include "ruby/ruby.h" /* for rb_event_flag_t */
|
14
|
+
|
15
|
+
struct rb_iseq_struct; /* in vm_core.h */
|
16
|
+
|
17
|
+
/* compile.c */
|
18
|
+
int rb_dvar_defined(ID, const struct rb_iseq_struct *);
|
19
|
+
int rb_local_defined(ID, const struct rb_iseq_struct *);
|
20
|
+
const char *rb_insns_name(int i);
|
21
|
+
VALUE rb_insns_name_array(void);
|
22
|
+
int rb_iseq_cdhash_cmp(VALUE val, VALUE lit);
|
23
|
+
st_index_t rb_iseq_cdhash_hash(VALUE a);
|
24
|
+
|
25
|
+
/* iseq.c */
|
26
|
+
int rb_vm_insn_addr2insn(const void *);
|
27
|
+
int rb_vm_insn_decode(const VALUE encoded);
|
28
|
+
extern bool ruby_vm_keep_script_lines;
|
29
|
+
|
30
|
+
MJIT_SYMBOL_EXPORT_BEGIN
|
31
|
+
/* iseq.c (export) */
|
32
|
+
rb_event_flag_t rb_iseq_event_flags(const struct rb_iseq_struct *iseq, size_t pos);
|
33
|
+
MJIT_SYMBOL_EXPORT_END
|
34
|
+
|
35
|
+
#endif /* INTERNAL_COMPILE_H */
|
@@ -0,0 +1,107 @@
|
|
1
|
+
#ifndef INTERNAL_COMPILERS_H /*-*-C-*-vi:se ft=c:*/
|
2
|
+
#define INTERNAL_COMPILERS_H
|
3
|
+
/**
|
4
|
+
* @author Ruby developers <ruby-core@ruby-lang.org>
|
5
|
+
* @copyright This file is a part of the programming language Ruby.
|
6
|
+
* Permission is hereby granted, to either redistribute and/or
|
7
|
+
* modify this file, provided that the conditions mentioned in the
|
8
|
+
* file COPYING are met. Consult the file for details.
|
9
|
+
* @brief Internal header absorbing C compiler differences.
|
10
|
+
*/
|
11
|
+
#include "ruby/internal/compiler_since.h"
|
12
|
+
#include "ruby/internal/has/attribute.h"
|
13
|
+
#include "ruby/internal/has/builtin.h"
|
14
|
+
#include "ruby/internal/has/c_attribute.h"
|
15
|
+
#include "ruby/internal/has/declspec_attribute.h"
|
16
|
+
#include "ruby/internal/has/extension.h"
|
17
|
+
#include "ruby/internal/has/feature.h"
|
18
|
+
#include "ruby/internal/has/warning.h"
|
19
|
+
#include "ruby/backward/2/gcc_version_since.h"
|
20
|
+
|
21
|
+
#define MSC_VERSION_SINCE(_) RBIMPL_COMPILER_SINCE(MSVC, (_) / 100, (_) % 100, 0)
|
22
|
+
#define MSC_VERSION_BEFORE(_) RBIMPL_COMPILER_BEFORE(MSVC, (_) / 100, (_) % 100, 0)
|
23
|
+
|
24
|
+
#ifndef __has_attribute
|
25
|
+
# define __has_attribute(...) RBIMPL_HAS_ATTRIBUTE(__VA_ARGS__)
|
26
|
+
#endif
|
27
|
+
|
28
|
+
#ifndef __has_c_attribute
|
29
|
+
# /* As of writing everything that lacks __has_c_attribute also completely
|
30
|
+
# * lacks C2x attributes as well. Might change in future? */
|
31
|
+
# define __has_c_attribute(...) 0
|
32
|
+
#endif
|
33
|
+
|
34
|
+
#ifndef __has_declspec_attribute
|
35
|
+
# define __has_declspec_attribute(...) RBIMPL_HAS_DECLSPEC_ATTRIBUTE(__VA_ARGS__)
|
36
|
+
#endif
|
37
|
+
|
38
|
+
#ifndef __has_builtin
|
39
|
+
# define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__)
|
40
|
+
#endif
|
41
|
+
|
42
|
+
#ifndef __has_feature
|
43
|
+
# define __has_feature(...) RBIMPL_HAS_FEATURE(__VA_ARGS__)
|
44
|
+
#endif
|
45
|
+
|
46
|
+
#ifndef __has_extension
|
47
|
+
# define __has_extension(...) RBIMPL_HAS_EXTENSION(__VA_ARGS__)
|
48
|
+
#endif
|
49
|
+
|
50
|
+
#ifndef __has_warning
|
51
|
+
# define __has_warning(...) RBIMPL_HAS_WARNING(__VA_ARGS__)
|
52
|
+
#endif
|
53
|
+
|
54
|
+
#ifndef __GNUC__
|
55
|
+
# define __extension__ /* void */
|
56
|
+
#endif
|
57
|
+
|
58
|
+
#ifndef MAYBE_UNUSED
|
59
|
+
# define MAYBE_UNUSED(x) x
|
60
|
+
#endif
|
61
|
+
|
62
|
+
#ifndef WARN_UNUSED_RESULT
|
63
|
+
# define WARN_UNUSED_RESULT(x) x
|
64
|
+
#endif
|
65
|
+
|
66
|
+
#define RB_OBJ_BUILTIN_TYPE(obj) rb_obj_builtin_type(obj)
|
67
|
+
#define OBJ_BUILTIN_TYPE(obj) RB_OBJ_BUILTIN_TYPE(obj)
|
68
|
+
#ifdef __GNUC__
|
69
|
+
#define rb_obj_builtin_type(obj) \
|
70
|
+
__extension__({ \
|
71
|
+
VALUE arg_obj = (obj); \
|
72
|
+
RB_SPECIAL_CONST_P(arg_obj) ? -1 : \
|
73
|
+
(int)RB_BUILTIN_TYPE(arg_obj); \
|
74
|
+
})
|
75
|
+
#else
|
76
|
+
# include "ruby/ruby.h"
|
77
|
+
static inline int
|
78
|
+
rb_obj_builtin_type(VALUE obj)
|
79
|
+
{
|
80
|
+
return RB_SPECIAL_CONST_P(obj) ? -1 :
|
81
|
+
(int)RB_BUILTIN_TYPE(obj);
|
82
|
+
}
|
83
|
+
#endif
|
84
|
+
|
85
|
+
/* A macro for defining a flexible array, like: VALUE ary[FLEX_ARY_LEN]; */
|
86
|
+
#if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)
|
87
|
+
# define FLEX_ARY_LEN /* VALUE ary[]; */
|
88
|
+
#elif defined(__GNUC__) && !defined(__STRICT_ANSI__)
|
89
|
+
# define FLEX_ARY_LEN 0 /* VALUE ary[0]; */
|
90
|
+
#else
|
91
|
+
# define FLEX_ARY_LEN 1 /* VALUE ary[1]; */
|
92
|
+
#endif
|
93
|
+
|
94
|
+
/*
|
95
|
+
* For declaring bitfields out of non-unsigned int types:
|
96
|
+
* struct date {
|
97
|
+
* BITFIELD(enum months, month, 4);
|
98
|
+
* ...
|
99
|
+
* };
|
100
|
+
*/
|
101
|
+
#if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)
|
102
|
+
# define BITFIELD(type, name, size) type name : size
|
103
|
+
#else
|
104
|
+
# define BITFIELD(type, name, size) unsigned int name : size
|
105
|
+
#endif
|
106
|
+
|
107
|
+
#endif /* INTERNAL_COMPILERS_H */
|
@@ -0,0 +1,29 @@
|
|
1
|
+
#ifndef INTERNAL_COMPLEX_H /*-*-C-*-vi:se ft=c:*/
|
2
|
+
#define INTERNAL_COMPLEX_H
|
3
|
+
/**
|
4
|
+
* @author Ruby developers <ruby-core@ruby-lang.org>
|
5
|
+
* @copyright This file is a part of the programming language Ruby.
|
6
|
+
* Permission is hereby granted, to either redistribute and/or
|
7
|
+
* modify this file, provided that the conditions mentioned in the
|
8
|
+
* file COPYING are met. Consult the file for details.
|
9
|
+
* @brief Internal header for Complex.
|
10
|
+
*/
|
11
|
+
#include "ruby/internal/value.h" /* for struct RBasic */
|
12
|
+
|
13
|
+
struct RComplex {
|
14
|
+
struct RBasic basic;
|
15
|
+
VALUE real;
|
16
|
+
VALUE imag;
|
17
|
+
};
|
18
|
+
|
19
|
+
#define RCOMPLEX(obj) ((struct RComplex *)(obj))
|
20
|
+
|
21
|
+
/* shortcut macro for internal only */
|
22
|
+
#define RCOMPLEX_SET_REAL(cmp, r) RB_OBJ_WRITE((cmp), &RCOMPLEX(cmp)->real, (r))
|
23
|
+
#define RCOMPLEX_SET_IMAG(cmp, i) RB_OBJ_WRITE((cmp), &RCOMPLEX(cmp)->imag, (i))
|
24
|
+
|
25
|
+
/* complex.c */
|
26
|
+
VALUE rb_dbl_complex_new_polar_pi(double abs, double ang);
|
27
|
+
st_index_t rb_complex_hash(VALUE comp);
|
28
|
+
|
29
|
+
#endif /* INTERNAL_COMPLEX_H */
|
@@ -0,0 +1,29 @@
|
|
1
|
+
#ifndef INTERNAL_CONT_H /*-*-C-*-vi:se ft=c:*/
|
2
|
+
#define INTERNAL_CONT_H
|
3
|
+
/**
|
4
|
+
* @author Ruby developers <ruby-core@ruby-lang.org>
|
5
|
+
* @copyright This file is a part of the programming language Ruby.
|
6
|
+
* Permission is hereby granted, to either redistribute and/or
|
7
|
+
* modify this file, provided that the conditions mentioned in the
|
8
|
+
* file COPYING are met. Consult the file for details.
|
9
|
+
* @brief Internal header for Fiber.
|
10
|
+
*/
|
11
|
+
#include "ruby/ruby.h" /* for VALUE */
|
12
|
+
#include "iseq.h"
|
13
|
+
|
14
|
+
struct rb_thread_struct; /* in vm_core.h */
|
15
|
+
struct rb_fiber_struct; /* in cont.c */
|
16
|
+
struct rb_execution_context_struct; /* in vm_core.c */
|
17
|
+
|
18
|
+
/* cont.c */
|
19
|
+
void rb_fiber_reset_root_local_storage(struct rb_thread_struct *);
|
20
|
+
void ruby_register_rollback_func_for_ensure(VALUE (*ensure_func)(VALUE), VALUE (*rollback_func)(VALUE));
|
21
|
+
void rb_jit_cont_init(void);
|
22
|
+
void rb_jit_cont_each_iseq(rb_iseq_callback callback, void *data);
|
23
|
+
void rb_jit_cont_finish(void);
|
24
|
+
|
25
|
+
VALUE rb_fiberptr_self(struct rb_fiber_struct *fiber);
|
26
|
+
unsigned int rb_fiberptr_blocking(struct rb_fiber_struct *fiber);
|
27
|
+
struct rb_execution_context_struct * rb_fiberptr_get_ec(struct rb_fiber_struct *fiber);
|
28
|
+
|
29
|
+
#endif /* INTERNAL_CONT_H */
|
@@ -0,0 +1,16 @@
|
|
1
|
+
#ifndef INTERNAL_DIR_H /*-*-C-*-vi:se ft=c:*/
|
2
|
+
#define INTERNAL_DIR_H
|
3
|
+
/**
|
4
|
+
* @author Ruby developers <ruby-core@ruby-lang.org>
|
5
|
+
* @copyright This file is a part of the programming language Ruby.
|
6
|
+
* Permission is hereby granted, to either redistribute and/or
|
7
|
+
* modify this file, provided that the conditions mentioned in the
|
8
|
+
* file COPYING are met. Consult the file for details.
|
9
|
+
* @brief Internal header for Dir.
|
10
|
+
*/
|
11
|
+
#include "ruby/ruby.h" /* for VALUE */
|
12
|
+
|
13
|
+
/* dir.c */
|
14
|
+
VALUE rb_dir_getwd_ospath(void);
|
15
|
+
|
16
|
+
#endif /* INTERNAL_DIR_H */
|
@@ -0,0 +1,19 @@
|
|
1
|
+
#ifndef INTERNAL_ENC_H /*-*-C-*-vi:se ft=c:*/
|
2
|
+
#define INTERNAL_ENC_H
|
3
|
+
/**
|
4
|
+
* @author Ruby developers <ruby-core@ruby-lang.org>
|
5
|
+
* @copyright This file is a part of the programming language Ruby.
|
6
|
+
* Permission is hereby granted, to either redistribute and/or
|
7
|
+
* modify this file, provided that the conditions mentioned in the
|
8
|
+
* file COPYING are met. Consult the file for details.
|
9
|
+
* @brief Internal header for Encoding.
|
10
|
+
*/
|
11
|
+
#include "ruby/encoding.h" /* for rb_encoding */
|
12
|
+
|
13
|
+
/* us_ascii.c */
|
14
|
+
extern rb_encoding OnigEncodingUS_ASCII;
|
15
|
+
|
16
|
+
/* utf_8.c */
|
17
|
+
extern rb_encoding OnigEncodingUTF_8;
|
18
|
+
|
19
|
+
#endif /* INTERNAL_ENC_H */
|
@@ -0,0 +1,29 @@
|
|
1
|
+
#ifndef INTERNAL_ENCODING_H /*-*-C-*-vi:se ft=c:*/
|
2
|
+
#define INTERNAL_ENCODING_H
|
3
|
+
/**
|
4
|
+
* @author Ruby developers <ruby-core@ruby-lang.org>
|
5
|
+
* @copyright This file is a part of the programming language Ruby.
|
6
|
+
* Permission is hereby granted, to either redistribute and/or
|
7
|
+
* modify this file, provided that the conditions mentioned in the
|
8
|
+
* file COPYING are met. Consult the file for details.
|
9
|
+
* @brief Internal header for Encoding.
|
10
|
+
*/
|
11
|
+
#include "ruby/ruby.h" /* for ID */
|
12
|
+
#include "ruby/encoding.h" /* for rb_encoding */
|
13
|
+
|
14
|
+
#define rb_enc_autoload_p(enc) (!rb_enc_mbmaxlen(enc))
|
15
|
+
|
16
|
+
/* encoding.c */
|
17
|
+
ID rb_id_encoding(void);
|
18
|
+
rb_encoding *rb_enc_get_from_index(int index);
|
19
|
+
rb_encoding *rb_enc_check_str(VALUE str1, VALUE str2);
|
20
|
+
int rb_encdb_replicate(const char *alias, const char *orig);
|
21
|
+
int rb_encdb_alias(const char *alias, const char *orig);
|
22
|
+
int rb_enc_autoload(rb_encoding *enc);
|
23
|
+
int rb_encdb_dummy(const char *name);
|
24
|
+
void rb_encdb_declare(const char *name);
|
25
|
+
void rb_enc_set_base(const char *name, const char *orig);
|
26
|
+
int rb_enc_set_dummy(int index);
|
27
|
+
PUREFUNC(int rb_data_is_encoding(VALUE obj));
|
28
|
+
|
29
|
+
#endif /* INTERNAL_ENCODING_H */
|
@@ -0,0 +1,18 @@
|
|
1
|
+
#ifndef INTERNAL_ENUM_H /*-*-C-*-vi:se ft=c:*/
|
2
|
+
#define INTERNAL_ENUM_H
|
3
|
+
/**
|
4
|
+
* @author Ruby developers <ruby-core@ruby-lang.org>
|
5
|
+
* @copyright This file is a part of the programming language Ruby.
|
6
|
+
* Permission is hereby granted, to either redistribute and/or
|
7
|
+
* modify this file, provided that the conditions mentioned in the
|
8
|
+
* file COPYING are met. Consult the file for details.
|
9
|
+
* @brief Internal header for Enumerable.
|
10
|
+
*/
|
11
|
+
#include "ruby/ruby.h" /* for VALUE */
|
12
|
+
|
13
|
+
/* enum.c */
|
14
|
+
extern VALUE rb_cArithSeq;
|
15
|
+
VALUE rb_f_send(int argc, VALUE *argv, VALUE recv);
|
16
|
+
VALUE rb_nmin_run(VALUE obj, VALUE num, int by, int rev, int ary);
|
17
|
+
|
18
|
+
#endif /* INTERNAL_ENUM_H */
|
@@ -0,0 +1,21 @@
|
|
1
|
+
#ifndef INTERNAL_ENUMERATOR_H /*-*-C-*-vi:se ft=c:*/
|
2
|
+
#define INTERNAL_ENUMERATOR_H
|
3
|
+
/**
|
4
|
+
* @author Ruby developers <ruby-core@ruby-lang.org>
|
5
|
+
* @copyright This file is a part of the programming language Ruby.
|
6
|
+
* Permission is hereby granted, to either redistribute and/or
|
7
|
+
* modify this file, provided that the conditions mentioned in the
|
8
|
+
* file COPYING are met. Consult the file for details.
|
9
|
+
* @brief Internal header for Enumerator.
|
10
|
+
*/
|
11
|
+
#include "ruby/ruby.h" /* for VALUE */
|
12
|
+
#include "ruby/intern.h" /* for rb_enumerator_size_func */
|
13
|
+
|
14
|
+
RUBY_SYMBOL_EXPORT_BEGIN
|
15
|
+
/* enumerator.c (export) */
|
16
|
+
VALUE rb_arith_seq_new(VALUE obj, VALUE meth, int argc, VALUE const *argv,
|
17
|
+
rb_enumerator_size_func *size_fn,
|
18
|
+
VALUE beg, VALUE end, VALUE step, int excl);
|
19
|
+
RUBY_SYMBOL_EXPORT_END
|
20
|
+
|
21
|
+
#endif /* INTERNAL_ENUMERATOR_H */
|