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,468 @@
|
|
1
|
+
/**********************************************************************
|
2
|
+
|
3
|
+
debug_counter.h -
|
4
|
+
|
5
|
+
created at: Tue Feb 21 16:51:18 2017
|
6
|
+
|
7
|
+
Copyright (C) 2017 Koichi Sasada
|
8
|
+
|
9
|
+
**********************************************************************/
|
10
|
+
|
11
|
+
#ifndef USE_DEBUG_COUNTER
|
12
|
+
#define USE_DEBUG_COUNTER 0
|
13
|
+
#endif
|
14
|
+
|
15
|
+
#ifdef RB_DEBUG_COUNTER
|
16
|
+
|
17
|
+
// method cache (IMC: inline method cache)
|
18
|
+
RB_DEBUG_COUNTER(mc_inline_hit) // IMC hit
|
19
|
+
RB_DEBUG_COUNTER(mc_inline_miss_klass) // IMC miss by different class
|
20
|
+
RB_DEBUG_COUNTER(mc_inline_miss_invalidated) // IMC miss by invalidated ME
|
21
|
+
RB_DEBUG_COUNTER(mc_inline_miss_empty) // IMC miss because prev is empty slot
|
22
|
+
RB_DEBUG_COUNTER(mc_inline_miss_same_cc) // IMC miss, but same CC
|
23
|
+
RB_DEBUG_COUNTER(mc_inline_miss_same_cme) // IMC miss, but same CME
|
24
|
+
RB_DEBUG_COUNTER(mc_inline_miss_same_def) // IMC miss, but same definition
|
25
|
+
RB_DEBUG_COUNTER(mc_inline_miss_diff) // IMC miss, different methods
|
26
|
+
|
27
|
+
RB_DEBUG_COUNTER(cvar_write_inline_hit) // cvar cache hit on write
|
28
|
+
RB_DEBUG_COUNTER(cvar_read_inline_hit) // cvar cache hit on read
|
29
|
+
RB_DEBUG_COUNTER(cvar_inline_miss) // miss inline cache
|
30
|
+
RB_DEBUG_COUNTER(cvar_class_invalidate) // invalidate cvar cache when define a cvar that's defined on a subclass
|
31
|
+
RB_DEBUG_COUNTER(cvar_include_invalidate) // invalidate cvar cache on module include or prepend
|
32
|
+
|
33
|
+
RB_DEBUG_COUNTER(mc_cme_complement) // number of acquiring complement CME
|
34
|
+
RB_DEBUG_COUNTER(mc_cme_complement_hit) // number of cache hit for complemented CME
|
35
|
+
|
36
|
+
RB_DEBUG_COUNTER(mc_search) // count for method lookup in class tree
|
37
|
+
RB_DEBUG_COUNTER(mc_search_notfound) // method lookup, but not found
|
38
|
+
RB_DEBUG_COUNTER(mc_search_super) // total traversed classes
|
39
|
+
|
40
|
+
// callinfo
|
41
|
+
RB_DEBUG_COUNTER(ci_packed) // number of packed CI
|
42
|
+
RB_DEBUG_COUNTER(ci_kw) // non-packed CI w/ keywords
|
43
|
+
RB_DEBUG_COUNTER(ci_nokw) // non-packed CI w/o keywords
|
44
|
+
RB_DEBUG_COUNTER(ci_runtime) // creating temporary CI
|
45
|
+
|
46
|
+
// callcache
|
47
|
+
RB_DEBUG_COUNTER(cc_new) // number of CC
|
48
|
+
RB_DEBUG_COUNTER(cc_temp) // dummy CC (stack-allocated)
|
49
|
+
RB_DEBUG_COUNTER(cc_found_in_ccs) // count for CC lookup success in CCS
|
50
|
+
RB_DEBUG_COUNTER(cc_not_found_in_ccs) // count for CC lookup success in CCS
|
51
|
+
|
52
|
+
RB_DEBUG_COUNTER(cc_ent_invalidate) // count for invalidating cc (cc->klass = 0)
|
53
|
+
RB_DEBUG_COUNTER(cc_cme_invalidate) // count for invalidating CME
|
54
|
+
|
55
|
+
RB_DEBUG_COUNTER(cc_invalidate_leaf) // count for invalidating klass if klass has no-subclasses
|
56
|
+
RB_DEBUG_COUNTER(cc_invalidate_leaf_ccs) // corresponding CCS
|
57
|
+
RB_DEBUG_COUNTER(cc_invalidate_leaf_callable) // complimented cache (no-subclasses)
|
58
|
+
RB_DEBUG_COUNTER(cc_invalidate_tree) // count for invalidating klass if klass has subclasses
|
59
|
+
RB_DEBUG_COUNTER(cc_invalidate_tree_cme) // cme if cme is found in this class or superclasses
|
60
|
+
RB_DEBUG_COUNTER(cc_invalidate_tree_callable) // complimented cache (subclasses)
|
61
|
+
RB_DEBUG_COUNTER(cc_invalidate_negative) // count for invalidating negative cache
|
62
|
+
|
63
|
+
RB_DEBUG_COUNTER(ccs_free) // count for free'ing ccs
|
64
|
+
RB_DEBUG_COUNTER(ccs_maxlen) // maximum length of ccs
|
65
|
+
RB_DEBUG_COUNTER(ccs_found) // count for finding corresponding ccs on method lookup
|
66
|
+
RB_DEBUG_COUNTER(ccs_not_found) // count for not found corresponding ccs on method lookup
|
67
|
+
|
68
|
+
// vm_eval.c
|
69
|
+
RB_DEBUG_COUNTER(call0_public)
|
70
|
+
RB_DEBUG_COUNTER(call0_other)
|
71
|
+
RB_DEBUG_COUNTER(gccct_hit)
|
72
|
+
RB_DEBUG_COUNTER(gccct_miss)
|
73
|
+
RB_DEBUG_COUNTER(gccct_null)
|
74
|
+
|
75
|
+
// iseq
|
76
|
+
RB_DEBUG_COUNTER(iseq_num) // number of total created iseq
|
77
|
+
RB_DEBUG_COUNTER(iseq_cd_num) // number of total created cd (call_data)
|
78
|
+
|
79
|
+
/*
|
80
|
+
* call cache fastpath usage
|
81
|
+
*/
|
82
|
+
RB_DEBUG_COUNTER(ccf_general)
|
83
|
+
RB_DEBUG_COUNTER(ccf_iseq_setup)
|
84
|
+
RB_DEBUG_COUNTER(ccf_iseq_setup_0start)
|
85
|
+
RB_DEBUG_COUNTER(ccf_iseq_setup_tailcall_0start)
|
86
|
+
RB_DEBUG_COUNTER(ccf_iseq_fix) /* several functions created with tool/mk_call_iseq_optimized.rb */
|
87
|
+
RB_DEBUG_COUNTER(ccf_iseq_opt) /* has_opt == TRUE (has optional parameters), but other flags are FALSE */
|
88
|
+
RB_DEBUG_COUNTER(ccf_iseq_kw1) /* vm_call_iseq_setup_kwparm_kwarg() */
|
89
|
+
RB_DEBUG_COUNTER(ccf_iseq_kw2) /* vm_call_iseq_setup_kwparm_nokwarg() */
|
90
|
+
RB_DEBUG_COUNTER(ccf_cfunc)
|
91
|
+
RB_DEBUG_COUNTER(ccf_cfunc_with_frame)
|
92
|
+
RB_DEBUG_COUNTER(ccf_ivar) /* attr_reader */
|
93
|
+
RB_DEBUG_COUNTER(ccf_attrset) /* attr_writer */
|
94
|
+
RB_DEBUG_COUNTER(ccf_method_missing)
|
95
|
+
RB_DEBUG_COUNTER(ccf_zsuper)
|
96
|
+
RB_DEBUG_COUNTER(ccf_bmethod)
|
97
|
+
RB_DEBUG_COUNTER(ccf_opt_send)
|
98
|
+
RB_DEBUG_COUNTER(ccf_opt_call)
|
99
|
+
RB_DEBUG_COUNTER(ccf_opt_block_call)
|
100
|
+
RB_DEBUG_COUNTER(ccf_opt_struct_aref)
|
101
|
+
RB_DEBUG_COUNTER(ccf_opt_struct_aset)
|
102
|
+
RB_DEBUG_COUNTER(ccf_super_method)
|
103
|
+
|
104
|
+
/*
|
105
|
+
* control frame push counts.
|
106
|
+
*
|
107
|
+
* * frame_push: frame push counts.
|
108
|
+
* * frame_push_*: frame push counts per each type.
|
109
|
+
* * frame_R2R: Ruby frame to Ruby frame
|
110
|
+
* * frame_R2C: Ruby frame to C frame
|
111
|
+
* * frame_C2C: C frame to C frame
|
112
|
+
* * frame_C2R: C frame to Ruby frame
|
113
|
+
*/
|
114
|
+
RB_DEBUG_COUNTER(frame_push)
|
115
|
+
RB_DEBUG_COUNTER(frame_push_method)
|
116
|
+
RB_DEBUG_COUNTER(frame_push_block)
|
117
|
+
RB_DEBUG_COUNTER(frame_push_class)
|
118
|
+
RB_DEBUG_COUNTER(frame_push_top)
|
119
|
+
RB_DEBUG_COUNTER(frame_push_cfunc)
|
120
|
+
RB_DEBUG_COUNTER(frame_push_ifunc)
|
121
|
+
RB_DEBUG_COUNTER(frame_push_eval)
|
122
|
+
RB_DEBUG_COUNTER(frame_push_rescue)
|
123
|
+
RB_DEBUG_COUNTER(frame_push_dummy)
|
124
|
+
|
125
|
+
RB_DEBUG_COUNTER(frame_R2R)
|
126
|
+
RB_DEBUG_COUNTER(frame_R2C)
|
127
|
+
RB_DEBUG_COUNTER(frame_C2C)
|
128
|
+
RB_DEBUG_COUNTER(frame_C2R)
|
129
|
+
|
130
|
+
/* instance variable counts
|
131
|
+
*
|
132
|
+
* * ivar_get_ic_hit/miss: ivar_get inline cache (ic) hit/miss counts (VM insn)
|
133
|
+
* * ivar_get_ic_miss_unset: ... by unset (VM insn)
|
134
|
+
* * ivar_get_ic_miss_noobject: ... by "not T_OBJECT" (VM insn)
|
135
|
+
* * ivar_set_...: same counts with ivar_set (VM insn)
|
136
|
+
* * ivar_get/set_base: call counts of "rb_ivar_get/set()".
|
137
|
+
* because of (1) ic miss.
|
138
|
+
* (2) direct call by C extensions.
|
139
|
+
*/
|
140
|
+
RB_DEBUG_COUNTER(ivar_get_ic_hit)
|
141
|
+
RB_DEBUG_COUNTER(ivar_get_ic_miss)
|
142
|
+
RB_DEBUG_COUNTER(ivar_get_ic_miss_noobject)
|
143
|
+
RB_DEBUG_COUNTER(ivar_set_ic_hit)
|
144
|
+
RB_DEBUG_COUNTER(ivar_set_ic_miss)
|
145
|
+
RB_DEBUG_COUNTER(ivar_set_ic_miss_iv_hit)
|
146
|
+
RB_DEBUG_COUNTER(ivar_set_ic_miss_noobject)
|
147
|
+
RB_DEBUG_COUNTER(ivar_get_base)
|
148
|
+
RB_DEBUG_COUNTER(ivar_set_base)
|
149
|
+
RB_DEBUG_COUNTER(ivar_get_ic_miss_set)
|
150
|
+
RB_DEBUG_COUNTER(ivar_get_cc_miss_set)
|
151
|
+
RB_DEBUG_COUNTER(ivar_get_ic_miss_unset)
|
152
|
+
RB_DEBUG_COUNTER(ivar_get_cc_miss_unset)
|
153
|
+
|
154
|
+
/* local variable counts
|
155
|
+
*
|
156
|
+
* * lvar_get: total lvar get counts (VM insn)
|
157
|
+
* * lvar_get_dynamic: lvar get counts if accessing upper env (VM insn)
|
158
|
+
* * lvar_set*: same as "get"
|
159
|
+
* * lvar_set_slowpath: counts using vm_env_write_slowpath()
|
160
|
+
*/
|
161
|
+
RB_DEBUG_COUNTER(lvar_get)
|
162
|
+
RB_DEBUG_COUNTER(lvar_get_dynamic)
|
163
|
+
RB_DEBUG_COUNTER(lvar_set)
|
164
|
+
RB_DEBUG_COUNTER(lvar_set_dynamic)
|
165
|
+
RB_DEBUG_COUNTER(lvar_set_slowpath)
|
166
|
+
|
167
|
+
/* GC counts:
|
168
|
+
*
|
169
|
+
* * count: simple count
|
170
|
+
* * _minor: minor gc
|
171
|
+
* * _major: major gc
|
172
|
+
* * other suffix is corresponding to last_gc_info or
|
173
|
+
* gc_profile_record_flag in gc.c.
|
174
|
+
*/
|
175
|
+
RB_DEBUG_COUNTER(gc_count)
|
176
|
+
RB_DEBUG_COUNTER(gc_minor_newobj)
|
177
|
+
RB_DEBUG_COUNTER(gc_minor_malloc)
|
178
|
+
RB_DEBUG_COUNTER(gc_minor_method)
|
179
|
+
RB_DEBUG_COUNTER(gc_minor_capi)
|
180
|
+
RB_DEBUG_COUNTER(gc_minor_stress)
|
181
|
+
RB_DEBUG_COUNTER(gc_major_nofree)
|
182
|
+
RB_DEBUG_COUNTER(gc_major_oldgen)
|
183
|
+
RB_DEBUG_COUNTER(gc_major_shady)
|
184
|
+
RB_DEBUG_COUNTER(gc_major_force)
|
185
|
+
RB_DEBUG_COUNTER(gc_major_oldmalloc)
|
186
|
+
|
187
|
+
RB_DEBUG_COUNTER(gc_enter_start)
|
188
|
+
RB_DEBUG_COUNTER(gc_enter_mark_continue)
|
189
|
+
RB_DEBUG_COUNTER(gc_enter_sweep_continue)
|
190
|
+
RB_DEBUG_COUNTER(gc_enter_rest)
|
191
|
+
RB_DEBUG_COUNTER(gc_enter_finalizer)
|
192
|
+
|
193
|
+
RB_DEBUG_COUNTER(gc_isptr_trial)
|
194
|
+
RB_DEBUG_COUNTER(gc_isptr_range)
|
195
|
+
RB_DEBUG_COUNTER(gc_isptr_align)
|
196
|
+
RB_DEBUG_COUNTER(gc_isptr_maybe)
|
197
|
+
|
198
|
+
/* object allocation counts:
|
199
|
+
*
|
200
|
+
* * obj_newobj: newobj counts
|
201
|
+
* * obj_newobj_slowpath: newobj with slowpath counts
|
202
|
+
* * obj_newobj_wb_unprotected: newobj for wb_unprotected.
|
203
|
+
* * obj_free: obj_free() counts
|
204
|
+
* * obj_promote: promoted counts (oldgen)
|
205
|
+
* * obj_wb_unprotect: wb unprotect counts
|
206
|
+
*
|
207
|
+
* * obj_[type]_[attr]: *free'ed counts* for each type.
|
208
|
+
* Note that it is not a allocated counts.
|
209
|
+
* * [type]
|
210
|
+
* * _obj: T_OBJECT
|
211
|
+
* * _str: T_STRING
|
212
|
+
* * _ary: T_ARRAY
|
213
|
+
* * _xxx: T_XXX (hash, struct, ...)
|
214
|
+
*
|
215
|
+
* * [attr]
|
216
|
+
* * _ptr: R?? is not embed.
|
217
|
+
* * _embed: R?? is embed.
|
218
|
+
* * _transient: R?? uses transient heap.
|
219
|
+
* * type specific attr.
|
220
|
+
* * str_shared: str is shared.
|
221
|
+
* * str_nofree: nofree
|
222
|
+
* * str_fstr: fstr
|
223
|
+
* * hash_empty: hash is empty
|
224
|
+
* * hash_1_4: has 1 to 4 entries
|
225
|
+
* * hash_5_8: has 5 to 8 entries
|
226
|
+
* * hash_g8: has n entries (n>8)
|
227
|
+
* * match_under4: has under 4 oniguruma regions allocated
|
228
|
+
* * match_ge4: has n regions allocated (4<=n<8)
|
229
|
+
* * match_ge8: has n regions allocated (8<=n)
|
230
|
+
* * data_empty: T_DATA but no memory free.
|
231
|
+
* * data_xfree: free'ed by xfree().
|
232
|
+
* * data_imm_free: free'ed immediately.
|
233
|
+
* * data_zombie: free'ed with zombie.
|
234
|
+
* * imemo_*: T_IMEMO with each type.
|
235
|
+
*/
|
236
|
+
RB_DEBUG_COUNTER(obj_newobj)
|
237
|
+
RB_DEBUG_COUNTER(obj_newobj_slowpath)
|
238
|
+
RB_DEBUG_COUNTER(obj_newobj_wb_unprotected)
|
239
|
+
RB_DEBUG_COUNTER(obj_free)
|
240
|
+
RB_DEBUG_COUNTER(obj_promote)
|
241
|
+
RB_DEBUG_COUNTER(obj_wb_unprotect)
|
242
|
+
|
243
|
+
RB_DEBUG_COUNTER(obj_obj_embed)
|
244
|
+
RB_DEBUG_COUNTER(obj_obj_transient)
|
245
|
+
RB_DEBUG_COUNTER(obj_obj_ptr)
|
246
|
+
|
247
|
+
RB_DEBUG_COUNTER(obj_str_ptr)
|
248
|
+
RB_DEBUG_COUNTER(obj_str_embed)
|
249
|
+
RB_DEBUG_COUNTER(obj_str_shared)
|
250
|
+
RB_DEBUG_COUNTER(obj_str_nofree)
|
251
|
+
RB_DEBUG_COUNTER(obj_str_fstr)
|
252
|
+
|
253
|
+
RB_DEBUG_COUNTER(obj_ary_embed)
|
254
|
+
RB_DEBUG_COUNTER(obj_ary_transient)
|
255
|
+
RB_DEBUG_COUNTER(obj_ary_ptr)
|
256
|
+
RB_DEBUG_COUNTER(obj_ary_extracapa)
|
257
|
+
/*
|
258
|
+
ary_shared_create: shared ary by Array#dup and so on.
|
259
|
+
ary_shared: finished in shard.
|
260
|
+
ary_shared_root_occupied: shared_root but has only 1 refcnt.
|
261
|
+
The number (ary_shared - ary_shared_root_occupied) is meaningful.
|
262
|
+
*/
|
263
|
+
RB_DEBUG_COUNTER(obj_ary_shared_create)
|
264
|
+
RB_DEBUG_COUNTER(obj_ary_shared)
|
265
|
+
RB_DEBUG_COUNTER(obj_ary_shared_root_occupied)
|
266
|
+
|
267
|
+
RB_DEBUG_COUNTER(obj_hash_empty)
|
268
|
+
RB_DEBUG_COUNTER(obj_hash_1)
|
269
|
+
RB_DEBUG_COUNTER(obj_hash_2)
|
270
|
+
RB_DEBUG_COUNTER(obj_hash_3)
|
271
|
+
RB_DEBUG_COUNTER(obj_hash_4)
|
272
|
+
RB_DEBUG_COUNTER(obj_hash_5_8)
|
273
|
+
RB_DEBUG_COUNTER(obj_hash_g8)
|
274
|
+
|
275
|
+
RB_DEBUG_COUNTER(obj_hash_null)
|
276
|
+
RB_DEBUG_COUNTER(obj_hash_ar)
|
277
|
+
RB_DEBUG_COUNTER(obj_hash_st)
|
278
|
+
RB_DEBUG_COUNTER(obj_hash_transient)
|
279
|
+
RB_DEBUG_COUNTER(obj_hash_force_convert)
|
280
|
+
|
281
|
+
RB_DEBUG_COUNTER(obj_struct_embed)
|
282
|
+
RB_DEBUG_COUNTER(obj_struct_transient)
|
283
|
+
RB_DEBUG_COUNTER(obj_struct_ptr)
|
284
|
+
|
285
|
+
RB_DEBUG_COUNTER(obj_data_empty)
|
286
|
+
RB_DEBUG_COUNTER(obj_data_xfree)
|
287
|
+
RB_DEBUG_COUNTER(obj_data_imm_free)
|
288
|
+
RB_DEBUG_COUNTER(obj_data_zombie)
|
289
|
+
|
290
|
+
RB_DEBUG_COUNTER(obj_match_under4)
|
291
|
+
RB_DEBUG_COUNTER(obj_match_ge4)
|
292
|
+
RB_DEBUG_COUNTER(obj_match_ge8)
|
293
|
+
RB_DEBUG_COUNTER(obj_match_ptr)
|
294
|
+
|
295
|
+
RB_DEBUG_COUNTER(obj_iclass_ptr)
|
296
|
+
RB_DEBUG_COUNTER(obj_class_ptr)
|
297
|
+
RB_DEBUG_COUNTER(obj_module_ptr)
|
298
|
+
|
299
|
+
RB_DEBUG_COUNTER(obj_bignum_ptr)
|
300
|
+
RB_DEBUG_COUNTER(obj_bignum_embed)
|
301
|
+
RB_DEBUG_COUNTER(obj_float)
|
302
|
+
RB_DEBUG_COUNTER(obj_complex)
|
303
|
+
RB_DEBUG_COUNTER(obj_rational)
|
304
|
+
|
305
|
+
RB_DEBUG_COUNTER(obj_regexp_ptr)
|
306
|
+
RB_DEBUG_COUNTER(obj_file_ptr)
|
307
|
+
RB_DEBUG_COUNTER(obj_symbol)
|
308
|
+
|
309
|
+
RB_DEBUG_COUNTER(obj_imemo_ment)
|
310
|
+
RB_DEBUG_COUNTER(obj_imemo_iseq)
|
311
|
+
RB_DEBUG_COUNTER(obj_imemo_env)
|
312
|
+
RB_DEBUG_COUNTER(obj_imemo_tmpbuf)
|
313
|
+
RB_DEBUG_COUNTER(obj_imemo_ast)
|
314
|
+
RB_DEBUG_COUNTER(obj_imemo_cref)
|
315
|
+
RB_DEBUG_COUNTER(obj_imemo_svar)
|
316
|
+
RB_DEBUG_COUNTER(obj_imemo_throw_data)
|
317
|
+
RB_DEBUG_COUNTER(obj_imemo_ifunc)
|
318
|
+
RB_DEBUG_COUNTER(obj_imemo_memo)
|
319
|
+
RB_DEBUG_COUNTER(obj_imemo_parser_strterm)
|
320
|
+
RB_DEBUG_COUNTER(obj_imemo_callinfo)
|
321
|
+
RB_DEBUG_COUNTER(obj_imemo_callcache)
|
322
|
+
RB_DEBUG_COUNTER(obj_imemo_constcache)
|
323
|
+
|
324
|
+
/* ar_table */
|
325
|
+
RB_DEBUG_COUNTER(artable_hint_hit)
|
326
|
+
RB_DEBUG_COUNTER(artable_hint_miss)
|
327
|
+
RB_DEBUG_COUNTER(artable_hint_notfound)
|
328
|
+
|
329
|
+
/* heap function counts
|
330
|
+
*
|
331
|
+
* * heap_xmalloc/realloc/xfree: call counts
|
332
|
+
*/
|
333
|
+
RB_DEBUG_COUNTER(heap_xmalloc)
|
334
|
+
RB_DEBUG_COUNTER(heap_xrealloc)
|
335
|
+
RB_DEBUG_COUNTER(heap_xfree)
|
336
|
+
|
337
|
+
/* transient_heap */
|
338
|
+
RB_DEBUG_COUNTER(theap_alloc)
|
339
|
+
RB_DEBUG_COUNTER(theap_alloc_fail)
|
340
|
+
RB_DEBUG_COUNTER(theap_evacuate)
|
341
|
+
|
342
|
+
// VM sync
|
343
|
+
RB_DEBUG_COUNTER(vm_sync_lock)
|
344
|
+
RB_DEBUG_COUNTER(vm_sync_lock_enter)
|
345
|
+
RB_DEBUG_COUNTER(vm_sync_lock_enter_nb)
|
346
|
+
RB_DEBUG_COUNTER(vm_sync_lock_enter_cr)
|
347
|
+
RB_DEBUG_COUNTER(vm_sync_barrier)
|
348
|
+
|
349
|
+
/* jit_exec() counts */
|
350
|
+
RB_DEBUG_COUNTER(jit_exec)
|
351
|
+
RB_DEBUG_COUNTER(mjit_exec_not_added)
|
352
|
+
RB_DEBUG_COUNTER(mjit_exec_not_ready)
|
353
|
+
RB_DEBUG_COUNTER(mjit_exec_not_compiled)
|
354
|
+
RB_DEBUG_COUNTER(mjit_exec_call_func)
|
355
|
+
|
356
|
+
/* MJIT enqueue / unload */
|
357
|
+
RB_DEBUG_COUNTER(mjit_add_iseq_to_process)
|
358
|
+
RB_DEBUG_COUNTER(mjit_unload_units)
|
359
|
+
|
360
|
+
/* MJIT <-> VM frame push counts */
|
361
|
+
RB_DEBUG_COUNTER(mjit_frame_VM2VM)
|
362
|
+
RB_DEBUG_COUNTER(mjit_frame_VM2JT)
|
363
|
+
RB_DEBUG_COUNTER(mjit_frame_JT2JT)
|
364
|
+
RB_DEBUG_COUNTER(mjit_frame_JT2VM)
|
365
|
+
|
366
|
+
/* MJIT cancel counters */
|
367
|
+
RB_DEBUG_COUNTER(mjit_cancel)
|
368
|
+
RB_DEBUG_COUNTER(mjit_cancel_ivar_inline)
|
369
|
+
RB_DEBUG_COUNTER(mjit_cancel_exivar_inline)
|
370
|
+
RB_DEBUG_COUNTER(mjit_cancel_send_inline)
|
371
|
+
RB_DEBUG_COUNTER(mjit_cancel_opt_insn) /* CALL_SIMPLE_METHOD */
|
372
|
+
RB_DEBUG_COUNTER(mjit_cancel_invalidate_all)
|
373
|
+
RB_DEBUG_COUNTER(mjit_cancel_leave)
|
374
|
+
|
375
|
+
/* rb_mjit_unit_list length */
|
376
|
+
RB_DEBUG_COUNTER(mjit_length_unit_queue)
|
377
|
+
RB_DEBUG_COUNTER(mjit_length_active_units)
|
378
|
+
RB_DEBUG_COUNTER(mjit_length_compact_units)
|
379
|
+
RB_DEBUG_COUNTER(mjit_length_stale_units)
|
380
|
+
|
381
|
+
/* Other MJIT counters */
|
382
|
+
RB_DEBUG_COUNTER(mjit_compile_failures)
|
383
|
+
|
384
|
+
/* load (not implemented yet) */
|
385
|
+
/*
|
386
|
+
RB_DEBUG_COUNTER(load_files)
|
387
|
+
RB_DEBUG_COUNTER(load_path_is_not_realpath)
|
388
|
+
*/
|
389
|
+
#endif
|
390
|
+
|
391
|
+
#ifndef RUBY_DEBUG_COUNTER_H
|
392
|
+
#define RUBY_DEBUG_COUNTER_H 1
|
393
|
+
|
394
|
+
#include "ruby/internal/config.h"
|
395
|
+
#include <stddef.h> /* for size_t */
|
396
|
+
#include "ruby/ruby.h" /* for VALUE */
|
397
|
+
|
398
|
+
#if !defined(__GNUC__) && USE_DEBUG_COUNTER
|
399
|
+
#error "USE_DEBUG_COUNTER is not supported by other than __GNUC__"
|
400
|
+
#endif
|
401
|
+
|
402
|
+
enum rb_debug_counter_type {
|
403
|
+
#define RB_DEBUG_COUNTER(name) RB_DEBUG_COUNTER_##name,
|
404
|
+
#include __FILE__
|
405
|
+
RB_DEBUG_COUNTER_MAX
|
406
|
+
#undef RB_DEBUG_COUNTER
|
407
|
+
};
|
408
|
+
|
409
|
+
#if USE_DEBUG_COUNTER
|
410
|
+
extern size_t rb_debug_counter[];
|
411
|
+
RUBY_EXTERN struct rb_ractor_struct *ruby_single_main_ractor;
|
412
|
+
RUBY_EXTERN void rb_debug_counter_add_atomic(enum rb_debug_counter_type type, int add);
|
413
|
+
|
414
|
+
inline static int
|
415
|
+
rb_debug_counter_add(enum rb_debug_counter_type type, int add, int cond)
|
416
|
+
{
|
417
|
+
if (cond) {
|
418
|
+
if (ruby_single_main_ractor != NULL) {
|
419
|
+
rb_debug_counter[(int)type] += add;
|
420
|
+
}
|
421
|
+
else {
|
422
|
+
rb_debug_counter_add_atomic(type, add);
|
423
|
+
}
|
424
|
+
}
|
425
|
+
return cond;
|
426
|
+
}
|
427
|
+
|
428
|
+
inline static int
|
429
|
+
rb_debug_counter_max(enum rb_debug_counter_type type, unsigned int num)
|
430
|
+
{
|
431
|
+
// TODO: sync
|
432
|
+
if (rb_debug_counter[(int)type] < num) {
|
433
|
+
rb_debug_counter[(int)type] = num;
|
434
|
+
return 1;
|
435
|
+
}
|
436
|
+
else {
|
437
|
+
return 0;
|
438
|
+
}
|
439
|
+
}
|
440
|
+
|
441
|
+
VALUE rb_debug_counter_reset(VALUE klass);
|
442
|
+
VALUE rb_debug_counter_show(VALUE klass);
|
443
|
+
|
444
|
+
#define RB_DEBUG_COUNTER_INC(type) rb_debug_counter_add(RB_DEBUG_COUNTER_##type, 1, 1)
|
445
|
+
#define RB_DEBUG_COUNTER_INC_UNLESS(type, cond) (!rb_debug_counter_add(RB_DEBUG_COUNTER_##type, 1, !(cond)))
|
446
|
+
#define RB_DEBUG_COUNTER_INC_IF(type, cond) rb_debug_counter_add(RB_DEBUG_COUNTER_##type, 1, !!(cond))
|
447
|
+
#define RB_DEBUG_COUNTER_ADD(type, num) rb_debug_counter_add(RB_DEBUG_COUNTER_##type, (num), 1)
|
448
|
+
#define RB_DEBUG_COUNTER_SETMAX(type, num) rb_debug_counter_max(RB_DEBUG_COUNTER_##type, (unsigned int)(num))
|
449
|
+
|
450
|
+
#else
|
451
|
+
#define RB_DEBUG_COUNTER_INC(type) ((void)0)
|
452
|
+
#define RB_DEBUG_COUNTER_INC_UNLESS(type, cond) (!!(cond))
|
453
|
+
#define RB_DEBUG_COUNTER_INC_IF(type, cond) (!!(cond))
|
454
|
+
#define RB_DEBUG_COUNTER_ADD(type, num) ((void)0)
|
455
|
+
#define RB_DEBUG_COUNTER_SETMAX(type, num) 0
|
456
|
+
#endif
|
457
|
+
|
458
|
+
void rb_debug_counter_show_results(const char *msg);
|
459
|
+
|
460
|
+
RUBY_SYMBOL_EXPORT_BEGIN
|
461
|
+
|
462
|
+
size_t ruby_debug_counter_get(const char **names_ptr, size_t *counters_ptr);
|
463
|
+
void ruby_debug_counter_reset(void);
|
464
|
+
void ruby_debug_counter_show_at_exit(int enable);
|
465
|
+
|
466
|
+
RUBY_SYMBOL_EXPORT_END
|
467
|
+
|
468
|
+
#endif /* RUBY_DEBUG_COUNTER_H */
|
@@ -0,0 +1,31 @@
|
|
1
|
+
#ifndef DLN_H
|
2
|
+
#define DLN_H
|
3
|
+
/**********************************************************************
|
4
|
+
|
5
|
+
dln.h -
|
6
|
+
|
7
|
+
$Author$
|
8
|
+
created at: Wed Jan 19 16:53:09 JST 1994
|
9
|
+
|
10
|
+
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
11
|
+
|
12
|
+
**********************************************************************/
|
13
|
+
|
14
|
+
#include "ruby/defines.h" /* for RUBY_SYMBOL_EXPORT_BEGIN */
|
15
|
+
|
16
|
+
RUBY_SYMBOL_EXPORT_BEGIN
|
17
|
+
|
18
|
+
#ifndef DLN_FIND_EXTRA_ARG
|
19
|
+
#define DLN_FIND_EXTRA_ARG
|
20
|
+
#endif
|
21
|
+
#ifndef DLN_FIND_EXTRA_ARG_DECL
|
22
|
+
#define DLN_FIND_EXTRA_ARG_DECL
|
23
|
+
#endif
|
24
|
+
|
25
|
+
char *dln_find_exe_r(const char*,const char*,char*,size_t DLN_FIND_EXTRA_ARG_DECL);
|
26
|
+
char *dln_find_file_r(const char*,const char*,char*,size_t DLN_FIND_EXTRA_ARG_DECL);
|
27
|
+
void *dln_load(const char*);
|
28
|
+
|
29
|
+
RUBY_SYMBOL_EXPORT_END
|
30
|
+
|
31
|
+
#endif
|
@@ -0,0 +1,70 @@
|
|
1
|
+
#ifndef RUBY_ENCINDEX_H
|
2
|
+
#define RUBY_ENCINDEX_H 1
|
3
|
+
/**********************************************************************
|
4
|
+
|
5
|
+
encindex.h -
|
6
|
+
|
7
|
+
$Author$
|
8
|
+
created at: Tue Sep 15 13:21:14 JST 2015
|
9
|
+
|
10
|
+
Copyright (C) 2015 Yukihiro Matsumoto
|
11
|
+
|
12
|
+
**********************************************************************/
|
13
|
+
|
14
|
+
#include "ruby/encoding.h" /* rb_ascii8bit_encindex etc. */
|
15
|
+
#if defined(__cplusplus)
|
16
|
+
extern "C" {
|
17
|
+
#if 0
|
18
|
+
} /* satisfy cc-mode */
|
19
|
+
#endif
|
20
|
+
#endif
|
21
|
+
|
22
|
+
enum ruby_preserved_encindex {
|
23
|
+
RUBY_ENCINDEX_ASCII_8BIT,
|
24
|
+
RUBY_ENCINDEX_UTF_8,
|
25
|
+
RUBY_ENCINDEX_US_ASCII,
|
26
|
+
|
27
|
+
/* preserved indexes */
|
28
|
+
RUBY_ENCINDEX_UTF_16BE,
|
29
|
+
RUBY_ENCINDEX_UTF_16LE,
|
30
|
+
RUBY_ENCINDEX_UTF_32BE,
|
31
|
+
RUBY_ENCINDEX_UTF_32LE,
|
32
|
+
RUBY_ENCINDEX_UTF_16,
|
33
|
+
RUBY_ENCINDEX_UTF_32,
|
34
|
+
RUBY_ENCINDEX_UTF8_MAC,
|
35
|
+
|
36
|
+
/* for old options of regexp */
|
37
|
+
RUBY_ENCINDEX_EUC_JP,
|
38
|
+
RUBY_ENCINDEX_Windows_31J,
|
39
|
+
|
40
|
+
RUBY_ENCINDEX_BUILTIN_MAX
|
41
|
+
};
|
42
|
+
|
43
|
+
#define ENCINDEX_ASCII_8BIT RUBY_ENCINDEX_ASCII_8BIT
|
44
|
+
#define ENCINDEX_UTF_8 RUBY_ENCINDEX_UTF_8
|
45
|
+
#define ENCINDEX_US_ASCII RUBY_ENCINDEX_US_ASCII
|
46
|
+
#define ENCINDEX_UTF_16BE RUBY_ENCINDEX_UTF_16BE
|
47
|
+
#define ENCINDEX_UTF_16LE RUBY_ENCINDEX_UTF_16LE
|
48
|
+
#define ENCINDEX_UTF_32BE RUBY_ENCINDEX_UTF_32BE
|
49
|
+
#define ENCINDEX_UTF_32LE RUBY_ENCINDEX_UTF_32LE
|
50
|
+
#define ENCINDEX_UTF_16 RUBY_ENCINDEX_UTF_16
|
51
|
+
#define ENCINDEX_UTF_32 RUBY_ENCINDEX_UTF_32
|
52
|
+
#define ENCINDEX_UTF8_MAC RUBY_ENCINDEX_UTF8_MAC
|
53
|
+
#define ENCINDEX_EUC_JP RUBY_ENCINDEX_EUC_JP
|
54
|
+
#define ENCINDEX_Windows_31J RUBY_ENCINDEX_Windows_31J
|
55
|
+
#define ENCINDEX_BUILTIN_MAX RUBY_ENCINDEX_BUILTIN_MAX
|
56
|
+
|
57
|
+
#define rb_ascii8bit_encindex() RUBY_ENCINDEX_ASCII_8BIT
|
58
|
+
#define rb_utf8_encindex() RUBY_ENCINDEX_UTF_8
|
59
|
+
#define rb_usascii_encindex() RUBY_ENCINDEX_US_ASCII
|
60
|
+
|
61
|
+
int rb_enc_find_index2(const char *name, long len);
|
62
|
+
|
63
|
+
#if defined(__cplusplus)
|
64
|
+
#if 0
|
65
|
+
{ /* satisfy cc-mode */
|
66
|
+
#endif
|
67
|
+
} /* extern "C" { */
|
68
|
+
#endif
|
69
|
+
|
70
|
+
#endif /* RUBY_ENCINDEX_H */
|