debase-ruby_core_source 0.10.7 → 0.10.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/README.md +1 -1
- data/Rakefile +6 -3
- data/debase-ruby_core_source.gemspec +2 -1
- data/lib/debase/ruby_core_source.rb +0 -1
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/addr2line.h +0 -0
- data/lib/debase/ruby_core_source/ruby-2.7.0-p0/builtin.h +78 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/ccan/build_assert/build_assert.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/ccan/check_type/check_type.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/ccan/container_of/container_of.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/ccan/list/list.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/ccan/str/str.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/constant.h +0 -4
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/debug_counter.h +21 -9
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/dln.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/encindex.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/eval_intern.h +1 -3
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/gc.h +2 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/hrtime.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/id.h +1 -3
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/id_table.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/insns.inc +6 -2
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/insns_info.inc +1471 -1888
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/internal.h +106 -91
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/iseq.h +5 -5
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/known_errors.inc +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/method.h +1 -4
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/mjit.h +3 -5
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/mjit_compile.inc +768 -872
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/node.h +4 -11
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/node_name.inc +0 -2
- data/lib/debase/ruby_core_source/ruby-2.7.0-p0/opt_sc.inc +109 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/optinsn.inc +0 -0
- data/lib/debase/ruby_core_source/ruby-2.7.0-p0/optunifs.inc +43 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/parse.h +1 -1
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/probes_helper.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/regenc.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/regint.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/regparse.h +0 -0
- data/lib/debase/ruby_core_source/ruby-2.7.0-p0/revision.h +2 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/ruby_assert.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/ruby_atomic.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/siphash.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/symbol.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/thread_pthread.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/thread_win32.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/timev.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/transcode_data.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/transient_heap.h +0 -0
- data/lib/debase/ruby_core_source/ruby-2.7.0-p0/variable.h +9 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/version.h +4 -4
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/vm.inc +604 -407
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/vm_call_iseq_optimized.inc +49 -49
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/vm_core.h +42 -29
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/vm_debug.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/vm_exec.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/vm_insnhelper.h +16 -4
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/vm_opts.h +2 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/vmtc.inc +6 -2
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/addr2line.h +20 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/builtin.h +83 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/ccan/build_assert/build_assert.h +40 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/ccan/check_type/check_type.h +63 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/ccan/container_of/container_of.h +142 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/ccan/list/list.h +788 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/ccan/str/str.h +16 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/constant.h +55 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/debug_counter.h +457 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/dln.h +36 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/encindex.h +70 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/eval_intern.h +323 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/gc.h +140 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/hrtime.h +168 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/id.h +290 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/id_table.h +36 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/insns.inc +249 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/insns_info.inc +8983 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal.h +107 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/array.h +119 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/bignum.h +246 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/bits.h +566 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/class.h +174 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/compar.h +50 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/compile.h +32 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/compilers.h +108 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/complex.h +29 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/cont.h +25 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/dir.h +17 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/enc.h +20 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/encoding.h +28 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/enum.h +19 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/enumerator.h +22 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/error.h +124 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/eval.h +33 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/file.h +39 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/fixnum.h +185 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/gc.h +161 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/hash.h +241 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/imemo.h +243 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/inits.h +51 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/io.h +35 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/load.h +19 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/loadpath.h +17 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/math.h +24 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/missing.h +19 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/numeric.h +255 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/object.h +83 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/parse.h +23 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/proc.h +33 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/process.h +136 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/random.h +17 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/range.h +41 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/rational.h +71 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/re.h +29 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/sanitizers.h +191 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/scheduler.h +44 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/serial.h +24 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/signal.h +22 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/static_assert.h +17 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/string.h +140 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/struct.h +154 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/symbol.h +41 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/thread.h +54 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/time.h +35 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/transcode.h +21 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/util.h +31 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/variable.h +84 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/vm.h +136 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/warnings.h +17 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/iseq.h +305 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/known_errors.inc +791 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/method.h +245 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/mjit.h +220 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/mjit_compile.inc +8240 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/node.h +484 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/node_name.inc +210 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-3.0.0-p0}/opt_sc.inc +0 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/optinsn.inc +128 -0
- data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-3.0.0-p0}/optunifs.inc +0 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/parse.h +211 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/probes_helper.h +44 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/ractor_core.h +343 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/regenc.h +254 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/regint.h +938 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/regparse.h +370 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/revision.h +2 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/ruby_assert.h +15 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/ruby_atomic.h +23 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/siphash.h +48 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/symbol.h +119 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/thread_pthread.h +115 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/thread_win32.h +61 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/timev.h +57 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/transcode_data.h +138 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/transient_heap.h +65 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/variable.h +22 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/version.h +89 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/vm.inc +5355 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/vm_call_iseq_optimized.inc +244 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/vm_callinfo.h +456 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/vm_core.h +2023 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/vm_debug.h +116 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/vm_exec.h +196 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/vm_insnhelper.h +257 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/vm_opts.h +73 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/vm_sync.h +136 -0
- data/lib/debase/ruby_core_source/ruby-3.0.0-p0/vmtc.inc +243 -0
- data/lib/debase/ruby_core_source/version.rb +1 -1
- metadata +181 -57
- data/lib/debase/ruby_core_source/ruby-2.7.0-preview2/revision.h +0 -2
@@ -0,0 +1,44 @@
|
|
1
|
+
#ifndef RUBY_PROBES_HELPER_H
|
2
|
+
#define RUBY_PROBES_HELPER_H
|
3
|
+
|
4
|
+
#include "ruby/ruby.h"
|
5
|
+
|
6
|
+
struct ruby_dtrace_method_hook_args {
|
7
|
+
const char *classname;
|
8
|
+
const char *methodname;
|
9
|
+
const char *filename;
|
10
|
+
int line_no;
|
11
|
+
volatile VALUE klass;
|
12
|
+
volatile VALUE name;
|
13
|
+
};
|
14
|
+
|
15
|
+
MJIT_SYMBOL_EXPORT_BEGIN
|
16
|
+
NOINLINE(int rb_dtrace_setup(rb_execution_context_t *, VALUE, ID, struct ruby_dtrace_method_hook_args *));
|
17
|
+
MJIT_SYMBOL_EXPORT_END
|
18
|
+
|
19
|
+
#define RUBY_DTRACE_METHOD_HOOK(name, ec, klazz, id) \
|
20
|
+
do { \
|
21
|
+
if (UNLIKELY(RUBY_DTRACE_##name##_ENABLED())) { \
|
22
|
+
struct ruby_dtrace_method_hook_args args; \
|
23
|
+
if (rb_dtrace_setup(ec, klazz, id, &args)) { \
|
24
|
+
RUBY_DTRACE_##name(args.classname, \
|
25
|
+
args.methodname, \
|
26
|
+
args.filename, \
|
27
|
+
args.line_no); \
|
28
|
+
} \
|
29
|
+
} \
|
30
|
+
} while (0)
|
31
|
+
|
32
|
+
#define RUBY_DTRACE_METHOD_ENTRY_HOOK(ec, klass, id) \
|
33
|
+
RUBY_DTRACE_METHOD_HOOK(METHOD_ENTRY, ec, klass, id)
|
34
|
+
|
35
|
+
#define RUBY_DTRACE_METHOD_RETURN_HOOK(ec, klass, id) \
|
36
|
+
RUBY_DTRACE_METHOD_HOOK(METHOD_RETURN, ec, klass, id)
|
37
|
+
|
38
|
+
#define RUBY_DTRACE_CMETHOD_ENTRY_HOOK(ec, klass, id) \
|
39
|
+
RUBY_DTRACE_METHOD_HOOK(CMETHOD_ENTRY, ec, klass, id)
|
40
|
+
|
41
|
+
#define RUBY_DTRACE_CMETHOD_RETURN_HOOK(ec, klass, id) \
|
42
|
+
RUBY_DTRACE_METHOD_HOOK(CMETHOD_RETURN, ec, klass, id)
|
43
|
+
|
44
|
+
#endif /* RUBY_PROBES_HELPER_H */
|
@@ -0,0 +1,343 @@
|
|
1
|
+
#include "ruby/ruby.h"
|
2
|
+
#include "ruby/ractor.h"
|
3
|
+
#include "vm_core.h"
|
4
|
+
#include "id_table.h"
|
5
|
+
#include "vm_debug.h"
|
6
|
+
|
7
|
+
#ifndef RACTOR_CHECK_MODE
|
8
|
+
#define RACTOR_CHECK_MODE (0 || VM_CHECK_MODE || RUBY_DEBUG)
|
9
|
+
#endif
|
10
|
+
|
11
|
+
enum rb_ractor_basket_type {
|
12
|
+
basket_type_none,
|
13
|
+
basket_type_ref,
|
14
|
+
basket_type_copy,
|
15
|
+
basket_type_move,
|
16
|
+
basket_type_will,
|
17
|
+
basket_type_deleted,
|
18
|
+
basket_type_reserved,
|
19
|
+
};
|
20
|
+
|
21
|
+
struct rb_ractor_basket {
|
22
|
+
bool exception;
|
23
|
+
enum rb_ractor_basket_type type;
|
24
|
+
VALUE v;
|
25
|
+
VALUE sender;
|
26
|
+
};
|
27
|
+
|
28
|
+
struct rb_ractor_queue {
|
29
|
+
struct rb_ractor_basket *baskets;
|
30
|
+
int start;
|
31
|
+
int cnt;
|
32
|
+
int size;
|
33
|
+
unsigned int serial;
|
34
|
+
unsigned int reserved_cnt;
|
35
|
+
};
|
36
|
+
|
37
|
+
struct rb_ractor_waiting_list {
|
38
|
+
int cnt;
|
39
|
+
int size;
|
40
|
+
rb_ractor_t **ractors;
|
41
|
+
};
|
42
|
+
|
43
|
+
struct rb_ractor_sync {
|
44
|
+
// ractor lock
|
45
|
+
rb_nativethread_lock_t lock;
|
46
|
+
#if RACTOR_CHECK_MODE > 0
|
47
|
+
VALUE locked_by;
|
48
|
+
#endif
|
49
|
+
rb_nativethread_cond_t cond;
|
50
|
+
|
51
|
+
// communication
|
52
|
+
struct rb_ractor_queue incoming_queue;
|
53
|
+
struct rb_ractor_waiting_list taking_ractors;
|
54
|
+
|
55
|
+
bool incoming_port_closed;
|
56
|
+
bool outgoing_port_closed;
|
57
|
+
|
58
|
+
struct ractor_wait {
|
59
|
+
enum ractor_wait_status {
|
60
|
+
wait_none = 0x00,
|
61
|
+
wait_receiving = 0x01,
|
62
|
+
wait_taking = 0x02,
|
63
|
+
wait_yielding = 0x04,
|
64
|
+
} status;
|
65
|
+
|
66
|
+
enum ractor_wakeup_status {
|
67
|
+
wakeup_none,
|
68
|
+
wakeup_by_send,
|
69
|
+
wakeup_by_yield,
|
70
|
+
wakeup_by_take,
|
71
|
+
wakeup_by_close,
|
72
|
+
wakeup_by_interrupt,
|
73
|
+
wakeup_by_retry,
|
74
|
+
} wakeup_status;
|
75
|
+
|
76
|
+
struct rb_ractor_basket yielded_basket;
|
77
|
+
struct rb_ractor_basket taken_basket;
|
78
|
+
} wait;
|
79
|
+
};
|
80
|
+
|
81
|
+
struct rb_ractor_struct {
|
82
|
+
struct rb_ractor_pub pub;
|
83
|
+
|
84
|
+
struct rb_ractor_sync sync;
|
85
|
+
VALUE receiving_mutex;
|
86
|
+
bool yield_atexit;
|
87
|
+
|
88
|
+
// vm wide barrier synchronization
|
89
|
+
rb_nativethread_cond_t barrier_wait_cond;
|
90
|
+
|
91
|
+
// thread management
|
92
|
+
struct {
|
93
|
+
struct list_head set;
|
94
|
+
unsigned int cnt;
|
95
|
+
unsigned int blocking_cnt;
|
96
|
+
unsigned int sleeper;
|
97
|
+
rb_global_vm_lock_t gvl;
|
98
|
+
rb_execution_context_t *running_ec;
|
99
|
+
rb_thread_t *main;
|
100
|
+
} threads;
|
101
|
+
VALUE thgroup_default;
|
102
|
+
|
103
|
+
VALUE name;
|
104
|
+
VALUE loc;
|
105
|
+
|
106
|
+
// created
|
107
|
+
// | ready to run
|
108
|
+
// ====================== inserted to vm->ractor
|
109
|
+
// v
|
110
|
+
// blocking <---+ all threads are blocking
|
111
|
+
// | |
|
112
|
+
// v |
|
113
|
+
// running -----+
|
114
|
+
// | all threads are terminated.
|
115
|
+
// ====================== removed from vm->ractor
|
116
|
+
// v
|
117
|
+
// terminated
|
118
|
+
//
|
119
|
+
// status is protected by VM lock (global state)
|
120
|
+
|
121
|
+
enum ractor_status {
|
122
|
+
ractor_created,
|
123
|
+
ractor_running,
|
124
|
+
ractor_blocking,
|
125
|
+
ractor_terminated,
|
126
|
+
} status_;
|
127
|
+
|
128
|
+
struct list_node vmlr_node;
|
129
|
+
|
130
|
+
// ractor local data
|
131
|
+
|
132
|
+
st_table *local_storage;
|
133
|
+
struct rb_id_table *idkey_local_storage;
|
134
|
+
|
135
|
+
VALUE r_stdin;
|
136
|
+
VALUE r_stdout;
|
137
|
+
VALUE r_stderr;
|
138
|
+
VALUE verbose;
|
139
|
+
VALUE debug;
|
140
|
+
|
141
|
+
struct {
|
142
|
+
struct RVALUE *freelist;
|
143
|
+
struct heap_page *using_page;
|
144
|
+
} newobj_cache;
|
145
|
+
|
146
|
+
// gc.c rb_objspace_reachable_objects_from
|
147
|
+
struct gc_mark_func_data_struct {
|
148
|
+
void *data;
|
149
|
+
void (*mark_func)(VALUE v, void *data);
|
150
|
+
} *mfd;
|
151
|
+
}; // rb_ractor_t is defined in vm_core.h
|
152
|
+
|
153
|
+
|
154
|
+
static inline VALUE
|
155
|
+
rb_ractor_self(const rb_ractor_t *r)
|
156
|
+
{
|
157
|
+
return r->pub.self;
|
158
|
+
}
|
159
|
+
|
160
|
+
rb_ractor_t *rb_ractor_main_alloc(void);
|
161
|
+
void rb_ractor_main_setup(rb_vm_t *vm, rb_ractor_t *main_ractor, rb_thread_t *main_thread);
|
162
|
+
void rb_ractor_atexit(rb_execution_context_t *ec, VALUE result);
|
163
|
+
void rb_ractor_atexit_exception(rb_execution_context_t *ec);
|
164
|
+
void rb_ractor_teardown(rb_execution_context_t *ec);
|
165
|
+
void rb_ractor_receive_parameters(rb_execution_context_t *ec, rb_ractor_t *g, int len, VALUE *ptr);
|
166
|
+
void rb_ractor_send_parameters(rb_execution_context_t *ec, rb_ractor_t *g, VALUE args);
|
167
|
+
|
168
|
+
VALUE rb_thread_create_ractor(rb_ractor_t *g, VALUE args, VALUE proc); // defined in thread.c
|
169
|
+
|
170
|
+
rb_global_vm_lock_t *rb_ractor_gvl(rb_ractor_t *);
|
171
|
+
int rb_ractor_living_thread_num(const rb_ractor_t *);
|
172
|
+
VALUE rb_ractor_thread_list(rb_ractor_t *r);
|
173
|
+
|
174
|
+
void rb_ractor_living_threads_init(rb_ractor_t *r);
|
175
|
+
void rb_ractor_living_threads_insert(rb_ractor_t *r, rb_thread_t *th);
|
176
|
+
void rb_ractor_living_threads_remove(rb_ractor_t *r, rb_thread_t *th);
|
177
|
+
void rb_ractor_blocking_threads_inc(rb_ractor_t *r, const char *file, int line); // TODO: file, line only for RUBY_DEBUG_LOG
|
178
|
+
void rb_ractor_blocking_threads_dec(rb_ractor_t *r, const char *file, int line); // TODO: file, line only for RUBY_DEBUG_LOG
|
179
|
+
|
180
|
+
void rb_ractor_vm_barrier_interrupt_running_thread(rb_ractor_t *r);
|
181
|
+
void rb_ractor_terminate_interrupt_main_thread(rb_ractor_t *r);
|
182
|
+
void rb_ractor_terminate_all(void);
|
183
|
+
bool rb_ractor_main_p_(void);
|
184
|
+
void rb_ractor_finish_marking(void);
|
185
|
+
void rb_ractor_atfork(rb_vm_t *vm, rb_thread_t *th);
|
186
|
+
|
187
|
+
VALUE rb_ractor_ensure_shareable(VALUE obj, VALUE name);
|
188
|
+
|
189
|
+
RUBY_SYMBOL_EXPORT_BEGIN
|
190
|
+
bool rb_ractor_shareable_p_continue(VALUE obj);
|
191
|
+
|
192
|
+
// THIS FUNCTION SHOULD NOT CALL WHILE INCREMENTAL MARKING!!
|
193
|
+
// This function is for T_DATA::free_func
|
194
|
+
void rb_ractor_local_storage_delkey(rb_ractor_local_key_t key);
|
195
|
+
|
196
|
+
RUBY_SYMBOL_EXPORT_END
|
197
|
+
|
198
|
+
static inline bool
|
199
|
+
rb_ractor_main_p(void)
|
200
|
+
{
|
201
|
+
if (ruby_single_main_ractor) {
|
202
|
+
return true;
|
203
|
+
}
|
204
|
+
else {
|
205
|
+
return rb_ractor_main_p_();
|
206
|
+
}
|
207
|
+
}
|
208
|
+
|
209
|
+
static inline bool
|
210
|
+
rb_ractor_status_p(rb_ractor_t *r, enum ractor_status status)
|
211
|
+
{
|
212
|
+
return r->status_ == status;
|
213
|
+
}
|
214
|
+
|
215
|
+
static inline void
|
216
|
+
rb_ractor_sleeper_threads_inc(rb_ractor_t *r)
|
217
|
+
{
|
218
|
+
r->threads.sleeper++;
|
219
|
+
}
|
220
|
+
|
221
|
+
static inline void
|
222
|
+
rb_ractor_sleeper_threads_dec(rb_ractor_t *r)
|
223
|
+
{
|
224
|
+
r->threads.sleeper--;
|
225
|
+
}
|
226
|
+
|
227
|
+
static inline void
|
228
|
+
rb_ractor_sleeper_threads_clear(rb_ractor_t *r)
|
229
|
+
{
|
230
|
+
r->threads.sleeper = 0;
|
231
|
+
}
|
232
|
+
|
233
|
+
static inline int
|
234
|
+
rb_ractor_sleeper_thread_num(rb_ractor_t *r)
|
235
|
+
{
|
236
|
+
return r->threads.sleeper;
|
237
|
+
}
|
238
|
+
|
239
|
+
static inline void
|
240
|
+
rb_ractor_thread_switch(rb_ractor_t *cr, rb_thread_t *th)
|
241
|
+
{
|
242
|
+
if (cr->threads.running_ec != th->ec) {
|
243
|
+
if (0) fprintf(stderr, "rb_ractor_thread_switch ec:%p->%p\n",
|
244
|
+
(void *)cr->threads.running_ec, (void *)th->ec);
|
245
|
+
}
|
246
|
+
else {
|
247
|
+
return;
|
248
|
+
}
|
249
|
+
|
250
|
+
if (cr->threads.running_ec != th->ec) {
|
251
|
+
th->running_time_us = 0;
|
252
|
+
}
|
253
|
+
|
254
|
+
cr->threads.running_ec = th->ec;
|
255
|
+
|
256
|
+
VM_ASSERT(cr == GET_RACTOR());
|
257
|
+
}
|
258
|
+
|
259
|
+
static inline void
|
260
|
+
rb_ractor_set_current_ec(rb_ractor_t *cr, rb_execution_context_t *ec)
|
261
|
+
{
|
262
|
+
#ifdef RB_THREAD_LOCAL_SPECIFIER
|
263
|
+
#if __APPLE__
|
264
|
+
rb_current_ec_set(ec);
|
265
|
+
#else
|
266
|
+
ruby_current_ec = ec;
|
267
|
+
#endif
|
268
|
+
#else
|
269
|
+
native_tls_set(ruby_current_ec_key, ec);
|
270
|
+
#endif
|
271
|
+
|
272
|
+
if (cr->threads.running_ec != ec) {
|
273
|
+
if (0) fprintf(stderr, "rb_ractor_set_current_ec ec:%p->%p\n",
|
274
|
+
(void *)cr->threads.running_ec, (void *)ec);
|
275
|
+
}
|
276
|
+
else {
|
277
|
+
VM_ASSERT(0); // should be different
|
278
|
+
}
|
279
|
+
|
280
|
+
cr->threads.running_ec = ec;
|
281
|
+
}
|
282
|
+
|
283
|
+
void rb_vm_ractor_blocking_cnt_inc(rb_vm_t *vm, rb_ractor_t *cr, const char *file, int line);
|
284
|
+
void rb_vm_ractor_blocking_cnt_dec(rb_vm_t *vm, rb_ractor_t *cr, const char *file, int line);
|
285
|
+
|
286
|
+
static inline uint32_t
|
287
|
+
rb_ractor_id(const rb_ractor_t *r)
|
288
|
+
{
|
289
|
+
return r->pub.id;
|
290
|
+
}
|
291
|
+
|
292
|
+
#if RACTOR_CHECK_MODE > 0
|
293
|
+
uint32_t rb_ractor_current_id(void);
|
294
|
+
|
295
|
+
static inline void
|
296
|
+
rb_ractor_setup_belonging_to(VALUE obj, uint32_t rid)
|
297
|
+
{
|
298
|
+
VALUE flags = RBASIC(obj)->flags & 0xffffffff; // 4B
|
299
|
+
RBASIC(obj)->flags = flags | ((VALUE)rid << 32);
|
300
|
+
}
|
301
|
+
|
302
|
+
static inline void
|
303
|
+
rb_ractor_setup_belonging(VALUE obj)
|
304
|
+
{
|
305
|
+
rb_ractor_setup_belonging_to(obj, rb_ractor_current_id());
|
306
|
+
}
|
307
|
+
|
308
|
+
static inline uint32_t
|
309
|
+
rb_ractor_belonging(VALUE obj)
|
310
|
+
{
|
311
|
+
if (SPECIAL_CONST_P(obj) || RB_OBJ_SHAREABLE_P(obj)) {
|
312
|
+
return 0;
|
313
|
+
}
|
314
|
+
else {
|
315
|
+
return RBASIC(obj)->flags >> 32;
|
316
|
+
}
|
317
|
+
}
|
318
|
+
|
319
|
+
static inline VALUE
|
320
|
+
rb_ractor_confirm_belonging(VALUE obj)
|
321
|
+
{
|
322
|
+
uint32_t id = rb_ractor_belonging(obj);
|
323
|
+
|
324
|
+
if (id == 0) {
|
325
|
+
if (UNLIKELY(!rb_ractor_shareable_p(obj))) {
|
326
|
+
rp(obj);
|
327
|
+
rb_bug("id == 0 but not shareable");
|
328
|
+
}
|
329
|
+
}
|
330
|
+
else if (UNLIKELY(id != rb_ractor_current_id())) {
|
331
|
+
if (rb_ractor_shareable_p(obj)) {
|
332
|
+
// ok
|
333
|
+
}
|
334
|
+
else {
|
335
|
+
rp(obj);
|
336
|
+
rb_bug("rb_ractor_confirm_belonging object-ractor id:%u, current-ractor id:%u", id, rb_ractor_current_id());
|
337
|
+
}
|
338
|
+
}
|
339
|
+
return obj;
|
340
|
+
}
|
341
|
+
#else
|
342
|
+
#define rb_ractor_confirm_belonging(obj) obj
|
343
|
+
#endif
|
@@ -0,0 +1,254 @@
|
|
1
|
+
#ifndef ONIGMO_REGENC_H
|
2
|
+
#define ONIGMO_REGENC_H
|
3
|
+
/**********************************************************************
|
4
|
+
regenc.h - Onigmo (Oniguruma-mod) (regular expression library)
|
5
|
+
**********************************************************************/
|
6
|
+
/*-
|
7
|
+
* Copyright (c) 2002-2008 K.Kosako <sndgk393 AT ybb DOT ne DOT jp>
|
8
|
+
* Copyright (c) 2011-2016 K.Takata <kentkt AT csc DOT jp>
|
9
|
+
* All rights reserved.
|
10
|
+
*
|
11
|
+
* Redistribution and use in source and binary forms, with or without
|
12
|
+
* modification, are permitted provided that the following conditions
|
13
|
+
* are met:
|
14
|
+
* 1. Redistributions of source code must retain the above copyright
|
15
|
+
* notice, this list of conditions and the following disclaimer.
|
16
|
+
* 2. Redistributions in binary form must reproduce the above copyright
|
17
|
+
* notice, this list of conditions and the following disclaimer in the
|
18
|
+
* documentation and/or other materials provided with the distribution.
|
19
|
+
*
|
20
|
+
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
21
|
+
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
22
|
+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
23
|
+
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
24
|
+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
25
|
+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
26
|
+
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
27
|
+
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
28
|
+
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
29
|
+
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
30
|
+
* SUCH DAMAGE.
|
31
|
+
*/
|
32
|
+
|
33
|
+
#if !defined(RUBY) && (defined(RUBY_EXPORT) || defined(ONIG_ENC_REGISTER))
|
34
|
+
# define RUBY
|
35
|
+
#endif
|
36
|
+
#ifdef RUBY
|
37
|
+
# ifndef ONIGMO_REGINT_H
|
38
|
+
# ifndef RUBY_EXTERN
|
39
|
+
# include "ruby/config.h"
|
40
|
+
# include "ruby/defines.h"
|
41
|
+
# endif
|
42
|
+
# endif
|
43
|
+
#else /* RUBY */
|
44
|
+
# ifndef PACKAGE
|
45
|
+
/* PACKAGE is defined in config.h */
|
46
|
+
# include "config.h"
|
47
|
+
# endif
|
48
|
+
#endif /* RUBY */
|
49
|
+
|
50
|
+
#ifdef ONIG_ESCAPE_UCHAR_COLLISION
|
51
|
+
# undef ONIG_ESCAPE_UCHAR_COLLISION
|
52
|
+
#endif
|
53
|
+
|
54
|
+
#ifdef RUBY
|
55
|
+
# include "ruby/onigmo.h"
|
56
|
+
#else
|
57
|
+
# include "onigmo.h"
|
58
|
+
#endif
|
59
|
+
|
60
|
+
RUBY_SYMBOL_EXPORT_BEGIN
|
61
|
+
|
62
|
+
typedef struct {
|
63
|
+
OnigCodePoint from;
|
64
|
+
OnigCodePoint to;
|
65
|
+
} OnigPairCaseFoldCodes;
|
66
|
+
|
67
|
+
|
68
|
+
#ifndef NULL
|
69
|
+
# define NULL ((void* )0)
|
70
|
+
#endif
|
71
|
+
|
72
|
+
#ifndef TRUE
|
73
|
+
# define TRUE 1
|
74
|
+
#endif
|
75
|
+
|
76
|
+
#ifndef FALSE
|
77
|
+
# define FALSE 0
|
78
|
+
#endif
|
79
|
+
|
80
|
+
#ifndef ARG_UNUSED
|
81
|
+
# if defined(__GNUC__)
|
82
|
+
# define ARG_UNUSED __attribute__ ((unused))
|
83
|
+
# else
|
84
|
+
# define ARG_UNUSED
|
85
|
+
# endif
|
86
|
+
#endif
|
87
|
+
|
88
|
+
#define ONIG_IS_NULL(p) (((void*)(p)) == (void*)0)
|
89
|
+
#define ONIG_IS_NOT_NULL(p) (((void*)(p)) != (void*)0)
|
90
|
+
#define ONIG_CHECK_NULL_RETURN(p) if (ONIG_IS_NULL(p)) return NULL
|
91
|
+
#define ONIG_CHECK_NULL_RETURN_VAL(p,val) if (ONIG_IS_NULL(p)) return (val)
|
92
|
+
|
93
|
+
#define enclen(enc,p,e) ((enc->max_enc_len == enc->min_enc_len) ? enc->min_enc_len : ONIGENC_MBC_ENC_LEN(enc,p,e))
|
94
|
+
|
95
|
+
/* character types bit flag */
|
96
|
+
#define BIT_CTYPE_NEWLINE (1<< ONIGENC_CTYPE_NEWLINE)
|
97
|
+
#define BIT_CTYPE_ALPHA (1<< ONIGENC_CTYPE_ALPHA)
|
98
|
+
#define BIT_CTYPE_BLANK (1<< ONIGENC_CTYPE_BLANK)
|
99
|
+
#define BIT_CTYPE_CNTRL (1<< ONIGENC_CTYPE_CNTRL)
|
100
|
+
#define BIT_CTYPE_DIGIT (1<< ONIGENC_CTYPE_DIGIT)
|
101
|
+
#define BIT_CTYPE_GRAPH (1<< ONIGENC_CTYPE_GRAPH)
|
102
|
+
#define BIT_CTYPE_LOWER (1<< ONIGENC_CTYPE_LOWER)
|
103
|
+
#define BIT_CTYPE_PRINT (1<< ONIGENC_CTYPE_PRINT)
|
104
|
+
#define BIT_CTYPE_PUNCT (1<< ONIGENC_CTYPE_PUNCT)
|
105
|
+
#define BIT_CTYPE_SPACE (1<< ONIGENC_CTYPE_SPACE)
|
106
|
+
#define BIT_CTYPE_UPPER (1<< ONIGENC_CTYPE_UPPER)
|
107
|
+
#define BIT_CTYPE_XDIGIT (1<< ONIGENC_CTYPE_XDIGIT)
|
108
|
+
#define BIT_CTYPE_WORD (1<< ONIGENC_CTYPE_WORD)
|
109
|
+
#define BIT_CTYPE_ALNUM (1<< ONIGENC_CTYPE_ALNUM)
|
110
|
+
#define BIT_CTYPE_ASCII (1<< ONIGENC_CTYPE_ASCII)
|
111
|
+
|
112
|
+
#define CTYPE_TO_BIT(ctype) (1<<(ctype))
|
113
|
+
#define CTYPE_IS_WORD_GRAPH_PRINT(ctype) \
|
114
|
+
((ctype) == ONIGENC_CTYPE_WORD || (ctype) == ONIGENC_CTYPE_GRAPH ||\
|
115
|
+
(ctype) == ONIGENC_CTYPE_PRINT)
|
116
|
+
|
117
|
+
|
118
|
+
typedef struct {
|
119
|
+
short int len;
|
120
|
+
const UChar name[6];
|
121
|
+
int ctype;
|
122
|
+
} PosixBracketEntryType;
|
123
|
+
|
124
|
+
#define POSIX_BRACKET_ENTRY_INIT(name, ctype) \
|
125
|
+
{(short int )(sizeof(name) - 1), name, (ctype)}
|
126
|
+
|
127
|
+
#ifndef numberof
|
128
|
+
# define numberof(array) (int )(sizeof(array) / sizeof((array)[0]))
|
129
|
+
#endif
|
130
|
+
|
131
|
+
|
132
|
+
#define USE_CRNL_AS_LINE_TERMINATOR
|
133
|
+
#define USE_UNICODE_PROPERTIES
|
134
|
+
#define USE_UNICODE_AGE_PROPERTIES
|
135
|
+
/* #define USE_UNICODE_CASE_FOLD_TURKISH_AZERI */
|
136
|
+
/* #define USE_UNICODE_ALL_LINE_TERMINATORS */ /* see Unicode.org UTS #18 */
|
137
|
+
|
138
|
+
|
139
|
+
#define ONIG_ENCODING_INIT_DEFAULT ONIG_ENCODING_ASCII
|
140
|
+
|
141
|
+
/* for encoding system implementation (internal) */
|
142
|
+
ONIG_EXTERN int onigenc_ascii_apply_all_case_fold(OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg, OnigEncoding enc);
|
143
|
+
ONIG_EXTERN int onigenc_ascii_get_case_fold_codes_by_str(OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[], OnigEncoding enc);
|
144
|
+
ONIG_EXTERN int onigenc_apply_all_case_fold_with_map(int map_size, const OnigPairCaseFoldCodes map[], int ess_tsett_flag, OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg);
|
145
|
+
ONIG_EXTERN int onigenc_get_case_fold_codes_by_str_with_map(int map_size, const OnigPairCaseFoldCodes map[], int ess_tsett_flag, OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]);
|
146
|
+
ONIG_EXTERN int onigenc_not_support_get_ctype_code_range(OnigCtype ctype, OnigCodePoint* sb_out, const OnigCodePoint* ranges[], OnigEncoding enc);
|
147
|
+
ONIG_EXTERN int onigenc_is_mbc_newline_0x0a(const UChar* p, const UChar* end, OnigEncoding enc);
|
148
|
+
ONIG_EXTERN int onigenc_single_byte_ascii_only_case_map(OnigCaseFoldType* flagP, const OnigUChar** pp, const OnigUChar* end, OnigUChar* to, OnigUChar* to_end, const struct OnigEncodingTypeST* enc);
|
149
|
+
|
150
|
+
|
151
|
+
/* methods for single byte encoding */
|
152
|
+
ONIG_EXTERN int onigenc_ascii_mbc_case_fold(OnigCaseFoldType flag, const UChar** p, const UChar* end, UChar* lower, OnigEncoding enc);
|
153
|
+
ONIG_EXTERN int onigenc_single_byte_mbc_enc_len(const UChar* p, const UChar* e, OnigEncoding enc);
|
154
|
+
ONIG_EXTERN OnigCodePoint onigenc_single_byte_mbc_to_code(const UChar* p, const UChar* end, OnigEncoding enc);
|
155
|
+
ONIG_EXTERN int onigenc_single_byte_code_to_mbclen(OnigCodePoint code, OnigEncoding enc);
|
156
|
+
ONIG_EXTERN int onigenc_single_byte_code_to_mbc(OnigCodePoint code, UChar *buf, OnigEncoding enc);
|
157
|
+
ONIG_EXTERN UChar* onigenc_single_byte_left_adjust_char_head(const UChar* start, const UChar* s, const OnigUChar* end, OnigEncoding enc);
|
158
|
+
ONIG_EXTERN int onigenc_always_true_is_allowed_reverse_match(const UChar* s, const UChar* end, OnigEncoding enc);
|
159
|
+
ONIG_EXTERN int onigenc_always_false_is_allowed_reverse_match(const UChar* s, const UChar* end, OnigEncoding enc);
|
160
|
+
ONIG_EXTERN int onigenc_ascii_is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc);
|
161
|
+
|
162
|
+
/* methods for multi byte encoding */
|
163
|
+
ONIG_EXTERN OnigCodePoint onigenc_mbn_mbc_to_code(OnigEncoding enc, const UChar* p, const UChar* end);
|
164
|
+
ONIG_EXTERN int onigenc_mbn_mbc_case_fold(OnigEncoding enc, OnigCaseFoldType flag, const UChar** p, const UChar* end, UChar* lower);
|
165
|
+
ONIG_EXTERN int onigenc_mb2_code_to_mbclen(OnigCodePoint code, OnigEncoding enc);
|
166
|
+
ONIG_EXTERN int onigenc_mb2_code_to_mbc(OnigEncoding enc, OnigCodePoint code, UChar *buf);
|
167
|
+
ONIG_EXTERN int onigenc_minimum_property_name_to_ctype(OnigEncoding enc, const UChar* p, const UChar* end);
|
168
|
+
ONIG_EXTERN int onigenc_unicode_property_name_to_ctype(OnigEncoding enc, const UChar* p, const UChar* end);
|
169
|
+
ONIG_EXTERN int onigenc_mb2_is_code_ctype(OnigEncoding enc, OnigCodePoint code, unsigned int ctype);
|
170
|
+
ONIG_EXTERN int onigenc_mb4_code_to_mbclen(OnigCodePoint code, OnigEncoding enc);
|
171
|
+
ONIG_EXTERN int onigenc_mb4_code_to_mbc(OnigEncoding enc, OnigCodePoint code, UChar *buf);
|
172
|
+
ONIG_EXTERN int onigenc_mb4_is_code_ctype(OnigEncoding enc, OnigCodePoint code, unsigned int ctype);
|
173
|
+
|
174
|
+
ONIG_EXTERN int onigenc_unicode_case_map(OnigCaseFoldType* flagP, const OnigUChar** pp, const OnigUChar* end, OnigUChar* to, OnigUChar* to_end, const struct OnigEncodingTypeST* enc);
|
175
|
+
|
176
|
+
|
177
|
+
/* in enc/unicode.c */
|
178
|
+
ONIG_EXTERN int onigenc_unicode_is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc);
|
179
|
+
ONIG_EXTERN int onigenc_utf16_32_get_ctype_code_range(OnigCtype ctype, OnigCodePoint *sb_out, const OnigCodePoint* ranges[], OnigEncoding enc);
|
180
|
+
ONIG_EXTERN int onigenc_unicode_ctype_code_range(int ctype, const OnigCodePoint* ranges[]);
|
181
|
+
ONIG_EXTERN int onigenc_unicode_get_case_fold_codes_by_str(OnigEncoding enc, OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]);
|
182
|
+
ONIG_EXTERN int onigenc_unicode_mbc_case_fold(OnigEncoding enc, OnigCaseFoldType flag, const UChar** pp, const UChar* end, UChar* fold);
|
183
|
+
ONIG_EXTERN int onigenc_unicode_apply_all_case_fold(OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg, OnigEncoding enc);
|
184
|
+
|
185
|
+
|
186
|
+
#define UTF16_IS_SURROGATE_FIRST(c) (((c) & 0xfc) == 0xd8)
|
187
|
+
#define UTF16_IS_SURROGATE_SECOND(c) (((c) & 0xfc) == 0xdc)
|
188
|
+
#define UTF16_IS_SURROGATE(c) (((c) & 0xf8) == 0xd8)
|
189
|
+
#define UNICODE_VALID_CODEPOINT_P(c) ( \
|
190
|
+
((c) <= 0x10ffff) && \
|
191
|
+
!((c) < 0x10000 && UTF16_IS_SURROGATE((c) >> 8)))
|
192
|
+
|
193
|
+
#define ONIGENC_ISO_8859_1_TO_LOWER_CASE(c) \
|
194
|
+
OnigEncISO_8859_1_ToLowerCaseTable[c]
|
195
|
+
#define ONIGENC_ISO_8859_1_TO_UPPER_CASE(c) \
|
196
|
+
OnigEncISO_8859_1_ToUpperCaseTable[c]
|
197
|
+
|
198
|
+
ONIG_EXTERN const UChar OnigEncISO_8859_1_ToLowerCaseTable[];
|
199
|
+
ONIG_EXTERN const UChar OnigEncISO_8859_1_ToUpperCaseTable[];
|
200
|
+
|
201
|
+
ONIG_EXTERN int
|
202
|
+
onigenc_with_ascii_strncmp(OnigEncoding enc, const UChar* p, const UChar* end, const UChar* sascii /* ascii */, int n);
|
203
|
+
ONIG_EXTERN int
|
204
|
+
onigenc_with_ascii_strnicmp(OnigEncoding enc, const UChar* p, const UChar* end, const UChar* sascii /* ascii */, int n);
|
205
|
+
ONIG_EXTERN UChar*
|
206
|
+
onigenc_step(OnigEncoding enc, const UChar* p, const UChar* end, int n);
|
207
|
+
|
208
|
+
/* defined in regexec.c, but used in enc/xxx.c */
|
209
|
+
extern int onig_is_in_code_range(const UChar* p, OnigCodePoint code);
|
210
|
+
|
211
|
+
ONIG_EXTERN OnigEncoding OnigEncDefaultCharEncoding;
|
212
|
+
ONIG_EXTERN const UChar OnigEncAsciiToLowerCaseTable[];
|
213
|
+
ONIG_EXTERN const UChar OnigEncAsciiToUpperCaseTable[];
|
214
|
+
ONIG_EXTERN const unsigned short OnigEncAsciiCtypeTable[];
|
215
|
+
|
216
|
+
#define ONIGENC_IS_ASCII_CODE(code) ((code) < 0x80)
|
217
|
+
#define ONIGENC_ASCII_CODE_TO_LOWER_CASE(c) OnigEncAsciiToLowerCaseTable[c]
|
218
|
+
#define ONIGENC_ASCII_CODE_TO_UPPER_CASE(c) OnigEncAsciiToUpperCaseTable[c]
|
219
|
+
#define ONIGENC_IS_ASCII_CODE_CTYPE(code,ctype) \
|
220
|
+
((OnigEncAsciiCtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
|
221
|
+
#define ONIGENC_IS_ASCII_CODE_CASE_AMBIG(code) \
|
222
|
+
(ONIGENC_IS_ASCII_CODE_CTYPE(code, ONIGENC_CTYPE_UPPER) ||\
|
223
|
+
ONIGENC_IS_ASCII_CODE_CTYPE(code, ONIGENC_CTYPE_LOWER))
|
224
|
+
|
225
|
+
/* Check if the code is in the range. (from <= code && code <= to) */
|
226
|
+
#define ONIGENC_IS_IN_RANGE(code, from, to) \
|
227
|
+
((OnigCodePoint )((code) - (from)) <= (OnigCodePoint )((to) - (from)))
|
228
|
+
|
229
|
+
|
230
|
+
#ifdef ONIG_ENC_REGISTER
|
231
|
+
extern int ONIG_ENC_REGISTER(const char *, OnigEncoding);
|
232
|
+
# define OnigEncodingName(n) encoding_##n
|
233
|
+
# define OnigEncodingDeclare(n) static const OnigEncodingType OnigEncodingName(n)
|
234
|
+
# define OnigEncodingDefine(f,n) \
|
235
|
+
OnigEncodingDeclare(n); \
|
236
|
+
void Init_##f(void) { \
|
237
|
+
ONIG_ENC_REGISTER(OnigEncodingName(n).name, \
|
238
|
+
&OnigEncodingName(n)); \
|
239
|
+
} \
|
240
|
+
OnigEncodingDeclare(n)
|
241
|
+
#else
|
242
|
+
# define OnigEncodingName(n) OnigEncoding##n
|
243
|
+
# define OnigEncodingDeclare(n) const OnigEncodingType OnigEncodingName(n)
|
244
|
+
# define OnigEncodingDefine(f,n) OnigEncodingDeclare(n)
|
245
|
+
#endif
|
246
|
+
|
247
|
+
/* macros for define replica encoding and encoding alias */
|
248
|
+
#define ENC_REPLICATE(name, orig)
|
249
|
+
#define ENC_ALIAS(name, orig)
|
250
|
+
#define ENC_DUMMY(name)
|
251
|
+
|
252
|
+
RUBY_SYMBOL_EXPORT_END
|
253
|
+
|
254
|
+
#endif /* ONIGMO_REGENC_H */
|