debase-ruby_core_source 0.10.16 → 0.10.17
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-preview2/addr2line.h +20 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/builtin.h +121 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/ccan/build_assert/build_assert.h +40 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/ccan/check_type/check_type.h +63 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/ccan/container_of/container_of.h +142 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/ccan/list/list.h +789 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/ccan/str/str.h +17 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/constant.h +55 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/darray.h +179 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/debug_counter.h +469 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/dln.h +31 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/encindex.h +70 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/eval_intern.h +339 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/gc.h +143 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/hrtime.h +226 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/id.h +295 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/id_table.h +36 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/insns.inc +249 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/insns_info.inc +9061 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/array.h +162 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/bignum.h +246 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/bits.h +565 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/class.h +212 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/cmdlineopt.h +58 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/compar.h +49 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/compile.h +35 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/compilers.h +107 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/complex.h +29 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/cont.h +26 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/dir.h +16 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/enc.h +19 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/encoding.h +30 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/enum.h +18 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/enumerator.h +21 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/error.h +191 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/eval.h +32 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/file.h +38 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/fixnum.h +184 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/gc.h +188 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/hash.h +243 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/imemo.h +242 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/inits.h +50 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/io.h +38 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/load.h +18 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/loadpath.h +16 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/math.h +23 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/missing.h +18 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/numeric.h +271 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/object.h +83 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/parse.h +23 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/proc.h +32 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/process.h +137 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/ractor.h +6 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/random.h +16 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/range.h +40 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/rational.h +72 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/re.h +30 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/sanitizers.h +190 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/serial.h +23 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/signal.h +21 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/static_assert.h +16 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/string.h +146 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/struct.h +153 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/symbol.h +42 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/thread.h +54 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/time.h +34 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/transcode.h +20 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/util.h +27 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/variable.h +83 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/vm.h +134 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/warnings.h +16 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal.h +113 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/iseq.h +328 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/known_errors.inc +791 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/method.h +253 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/mjit.h +136 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/mjit_compile_attr.inc +430 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/mjit_compiler.h +58 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/mjit_unit.h +29 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/node.h +510 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/node_name.inc +208 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/opt_sc.inc +109 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/optinsn.inc +128 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/optunifs.inc +43 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/parse.h +214 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/probes_helper.h +44 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/ractor_core.h +341 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/regenc.h +255 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/regint.h +957 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/regparse.h +370 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/revision.h +2 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/ruby_assert.h +14 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/ruby_atomic.h +23 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/siphash.h +48 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/symbol.h +119 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/thread_none.h +20 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/thread_pthread.h +132 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/thread_win32.h +63 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/timev.h +57 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/transcode_data.h +138 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/transient_heap.h +65 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/variable.h +21 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/version.h +68 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/vm.inc +5476 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/vm_call_iseq_optimized.inc +244 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/vm_callinfo.h +522 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/vm_core.h +2130 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/vm_debug.h +122 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/vm_exec.h +197 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/vm_insnhelper.h +269 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/vm_opts.h +73 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/vm_sync.h +137 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/vmtc.inc +243 -0
- data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/yjit.h +72 -0
- data/lib/debase/ruby_core_source/version.rb +1 -1
- metadata +116 -2
@@ -0,0 +1,132 @@
|
|
1
|
+
#ifndef RUBY_THREAD_PTHREAD_H
|
2
|
+
#define RUBY_THREAD_PTHREAD_H
|
3
|
+
/**********************************************************************
|
4
|
+
|
5
|
+
thread_pthread.h -
|
6
|
+
|
7
|
+
$Author$
|
8
|
+
|
9
|
+
Copyright (C) 2004-2007 Koichi Sasada
|
10
|
+
|
11
|
+
**********************************************************************/
|
12
|
+
|
13
|
+
#ifdef HAVE_PTHREAD_NP_H
|
14
|
+
#include <pthread_np.h>
|
15
|
+
#endif
|
16
|
+
|
17
|
+
#define RB_NATIVETHREAD_LOCK_INIT PTHREAD_MUTEX_INITIALIZER
|
18
|
+
#define RB_NATIVETHREAD_COND_INIT PTHREAD_COND_INITIALIZER
|
19
|
+
|
20
|
+
// per-Thead scheduler helper data
|
21
|
+
struct rb_thread_sched_item {
|
22
|
+
union {
|
23
|
+
struct ccan_list_node ubf;
|
24
|
+
struct ccan_list_node readyq; // protected by sched->lock
|
25
|
+
} node;
|
26
|
+
};
|
27
|
+
|
28
|
+
struct rb_native_thread {
|
29
|
+
int id;
|
30
|
+
|
31
|
+
rb_nativethread_id_t thread_id;
|
32
|
+
|
33
|
+
#ifdef RB_THREAD_T_HAS_NATIVE_ID
|
34
|
+
int tid;
|
35
|
+
#endif
|
36
|
+
|
37
|
+
struct rb_thread_struct *running_thread;
|
38
|
+
|
39
|
+
// to control native thread
|
40
|
+
#if defined(__GLIBC__) || defined(__FreeBSD__)
|
41
|
+
union
|
42
|
+
#else
|
43
|
+
/*
|
44
|
+
* assume the platform condvars are badly implemented and have a
|
45
|
+
* "memory" of which mutex they're associated with
|
46
|
+
*/
|
47
|
+
struct
|
48
|
+
#endif
|
49
|
+
{
|
50
|
+
rb_nativethread_cond_t intr; /* th->interrupt_lock */
|
51
|
+
rb_nativethread_cond_t readyq; /* use sched->lock */
|
52
|
+
} cond;
|
53
|
+
|
54
|
+
#ifdef USE_SIGALTSTACK
|
55
|
+
void *altstack;
|
56
|
+
#endif
|
57
|
+
};
|
58
|
+
|
59
|
+
#undef except
|
60
|
+
#undef try
|
61
|
+
#undef leave
|
62
|
+
#undef finally
|
63
|
+
|
64
|
+
// per-Ractor
|
65
|
+
struct rb_thread_sched {
|
66
|
+
/* fast path */
|
67
|
+
|
68
|
+
const struct rb_thread_struct *running; // running thread or NULL
|
69
|
+
rb_nativethread_lock_t lock;
|
70
|
+
|
71
|
+
/*
|
72
|
+
* slow path, protected by ractor->thread_sched->lock
|
73
|
+
* - @readyq - FIFO queue of threads waiting for running
|
74
|
+
* - @timer - it handles timeslices for @current. It is any one thread
|
75
|
+
* in @waitq, there is no @timer if @waitq is empty, but always
|
76
|
+
* a @timer if @waitq has entries
|
77
|
+
* - @timer_err tracks timeslice limit, the timeslice only resets
|
78
|
+
* when pthread_cond_timedwait returns ETIMEDOUT, so frequent
|
79
|
+
* switching between contended/uncontended GVL won't reset the
|
80
|
+
* timer.
|
81
|
+
*/
|
82
|
+
struct ccan_list_head readyq;
|
83
|
+
const struct rb_thread_struct *timer;
|
84
|
+
int timer_err;
|
85
|
+
|
86
|
+
/* yield */
|
87
|
+
rb_nativethread_cond_t switch_cond;
|
88
|
+
rb_nativethread_cond_t switch_wait_cond;
|
89
|
+
int need_yield;
|
90
|
+
int wait_yield;
|
91
|
+
};
|
92
|
+
|
93
|
+
#if __STDC_VERSION__ >= 201112
|
94
|
+
#define RB_THREAD_LOCAL_SPECIFIER _Thread_local
|
95
|
+
#elif defined(__GNUC__) && !defined(RB_THREAD_LOCAL_SPECIFIER_IS_UNSUPPORTED)
|
96
|
+
/* note that ICC (linux) and Clang are covered by __GNUC__ */
|
97
|
+
#define RB_THREAD_LOCAL_SPECIFIER __thread
|
98
|
+
#else
|
99
|
+
|
100
|
+
typedef pthread_key_t native_tls_key_t;
|
101
|
+
|
102
|
+
static inline void *
|
103
|
+
native_tls_get(native_tls_key_t key)
|
104
|
+
{
|
105
|
+
// return value should be checked by caller
|
106
|
+
return pthread_getspecific(key);
|
107
|
+
}
|
108
|
+
|
109
|
+
static inline void
|
110
|
+
native_tls_set(native_tls_key_t key, void *ptr)
|
111
|
+
{
|
112
|
+
if (UNLIKELY(pthread_setspecific(key, ptr) != 0)) {
|
113
|
+
rb_bug("pthread_setspecific error");
|
114
|
+
}
|
115
|
+
}
|
116
|
+
#endif
|
117
|
+
|
118
|
+
RUBY_SYMBOL_EXPORT_BEGIN
|
119
|
+
#ifdef RB_THREAD_LOCAL_SPECIFIER
|
120
|
+
#ifdef __APPLE__
|
121
|
+
// on Darwin, TLS can not be accessed across .so
|
122
|
+
struct rb_execution_context_struct *rb_current_ec(void);
|
123
|
+
void rb_current_ec_set(struct rb_execution_context_struct *);
|
124
|
+
#else
|
125
|
+
RUBY_EXTERN RB_THREAD_LOCAL_SPECIFIER struct rb_execution_context_struct *ruby_current_ec;
|
126
|
+
#endif
|
127
|
+
#else
|
128
|
+
RUBY_EXTERN native_tls_key_t ruby_current_ec_key;
|
129
|
+
#endif
|
130
|
+
RUBY_SYMBOL_EXPORT_END
|
131
|
+
|
132
|
+
#endif /* RUBY_THREAD_PTHREAD_H */
|
@@ -0,0 +1,63 @@
|
|
1
|
+
#ifndef RUBY_THREAD_WIN32_H
|
2
|
+
#define RUBY_THREAD_WIN32_H
|
3
|
+
/**********************************************************************
|
4
|
+
|
5
|
+
thread_win32.h -
|
6
|
+
|
7
|
+
$Author$
|
8
|
+
|
9
|
+
Copyright (C) 2004-2007 Koichi Sasada
|
10
|
+
|
11
|
+
**********************************************************************/
|
12
|
+
|
13
|
+
/* interface */
|
14
|
+
|
15
|
+
# ifdef __CYGWIN__
|
16
|
+
# undef _WIN32
|
17
|
+
# endif
|
18
|
+
|
19
|
+
#define USE_VM_CLOCK 1
|
20
|
+
|
21
|
+
WINBASEAPI BOOL WINAPI
|
22
|
+
TryEnterCriticalSection(IN OUT LPCRITICAL_SECTION lpCriticalSection);
|
23
|
+
|
24
|
+
struct rb_thread_cond_struct {
|
25
|
+
struct cond_event_entry *next;
|
26
|
+
struct cond_event_entry *prev;
|
27
|
+
};
|
28
|
+
|
29
|
+
struct rb_native_thread {
|
30
|
+
HANDLE thread_id;
|
31
|
+
HANDLE interrupt_event;
|
32
|
+
};
|
33
|
+
|
34
|
+
struct rb_thread_sched_item {
|
35
|
+
char dmy;
|
36
|
+
};
|
37
|
+
|
38
|
+
struct rb_thread_sched {
|
39
|
+
HANDLE lock;
|
40
|
+
};
|
41
|
+
|
42
|
+
typedef DWORD native_tls_key_t; // TLS index
|
43
|
+
|
44
|
+
static inline void *
|
45
|
+
native_tls_get(native_tls_key_t key)
|
46
|
+
{
|
47
|
+
// return value should be checked by caller.
|
48
|
+
return TlsGetValue(key);
|
49
|
+
}
|
50
|
+
|
51
|
+
static inline void
|
52
|
+
native_tls_set(native_tls_key_t key, void *ptr)
|
53
|
+
{
|
54
|
+
if (UNLIKELY(TlsSetValue(key, ptr) == 0)) {
|
55
|
+
rb_bug("TlsSetValue() error");
|
56
|
+
}
|
57
|
+
}
|
58
|
+
|
59
|
+
RUBY_SYMBOL_EXPORT_BEGIN
|
60
|
+
RUBY_EXTERN native_tls_key_t ruby_current_ec_key;
|
61
|
+
RUBY_SYMBOL_EXPORT_END
|
62
|
+
|
63
|
+
#endif /* RUBY_THREAD_WIN32_H */
|
@@ -0,0 +1,57 @@
|
|
1
|
+
#ifndef RUBY_TIMEV_H
|
2
|
+
#define RUBY_TIMEV_H
|
3
|
+
#include "ruby/ruby.h"
|
4
|
+
|
5
|
+
#if 0
|
6
|
+
struct vtm {/* dummy for TAGS */};
|
7
|
+
#endif
|
8
|
+
PACKED_STRUCT_UNALIGNED(struct vtm {
|
9
|
+
VALUE year; /* 2000 for example. Integer. */
|
10
|
+
VALUE subsecx; /* 0 <= subsecx < TIME_SCALE. possibly Rational. */
|
11
|
+
VALUE utc_offset; /* -3600 as -01:00 for example. possibly Rational. */
|
12
|
+
VALUE zone; /* "JST", "EST", "EDT", etc. as String */
|
13
|
+
unsigned int yday:9; /* 1..366 */
|
14
|
+
unsigned int mon:4; /* 1..12 */
|
15
|
+
unsigned int mday:5; /* 1..31 */
|
16
|
+
unsigned int hour:5; /* 0..23 */
|
17
|
+
unsigned int min:6; /* 0..59 */
|
18
|
+
unsigned int sec:6; /* 0..60 */
|
19
|
+
unsigned int wday:3; /* 0:Sunday, 1:Monday, ..., 6:Saturday 7:init */
|
20
|
+
unsigned int isdst:2; /* 0:StandardTime 1:DayLightSavingTime 3:init */
|
21
|
+
});
|
22
|
+
|
23
|
+
#define TIME_SCALE 1000000000
|
24
|
+
|
25
|
+
#ifndef TYPEOF_TIMEVAL_TV_SEC
|
26
|
+
# define TYPEOF_TIMEVAL_TV_SEC time_t
|
27
|
+
#endif
|
28
|
+
#ifndef TYPEOF_TIMEVAL_TV_USEC
|
29
|
+
# if INT_MAX >= 1000000
|
30
|
+
# define TYPEOF_TIMEVAL_TV_USEC int
|
31
|
+
# else
|
32
|
+
# define TYPEOF_TIMEVAL_TV_USEC long
|
33
|
+
# endif
|
34
|
+
#endif
|
35
|
+
|
36
|
+
#if SIZEOF_TIME_T == SIZEOF_LONG
|
37
|
+
typedef unsigned long unsigned_time_t;
|
38
|
+
#elif SIZEOF_TIME_T == SIZEOF_INT
|
39
|
+
typedef unsigned int unsigned_time_t;
|
40
|
+
#elif SIZEOF_TIME_T == SIZEOF_LONG_LONG
|
41
|
+
typedef unsigned LONG_LONG unsigned_time_t;
|
42
|
+
#else
|
43
|
+
# error cannot find integer type which size is same as time_t.
|
44
|
+
#endif
|
45
|
+
|
46
|
+
/* strftime.c */
|
47
|
+
#ifdef RUBY_ENCODING_H
|
48
|
+
VALUE rb_strftime_timespec(const char *format, size_t format_len, rb_encoding *enc,
|
49
|
+
VALUE time, const struct vtm *vtm, struct timespec *ts, int gmt);
|
50
|
+
VALUE rb_strftime(const char *format, size_t format_len, rb_encoding *enc,
|
51
|
+
VALUE time, const struct vtm *vtm, VALUE timev, int gmt);
|
52
|
+
#endif
|
53
|
+
|
54
|
+
/* time.c */
|
55
|
+
VALUE rb_time_zone_abbreviation(VALUE zone, VALUE time);
|
56
|
+
|
57
|
+
#endif
|
@@ -0,0 +1,138 @@
|
|
1
|
+
#ifndef RUBY_TRANSCODE_DATA_H
|
2
|
+
#define RUBY_TRANSCODE_DATA_H 1
|
3
|
+
/**********************************************************************
|
4
|
+
|
5
|
+
transcode_data.h -
|
6
|
+
|
7
|
+
$Author$
|
8
|
+
created at: Mon 10 Dec 2007 14:01:47 JST 2007
|
9
|
+
|
10
|
+
Copyright (C) 2007 Martin Duerst
|
11
|
+
|
12
|
+
**********************************************************************/
|
13
|
+
|
14
|
+
#include "ruby/ruby.h"
|
15
|
+
|
16
|
+
RUBY_SYMBOL_EXPORT_BEGIN
|
17
|
+
|
18
|
+
#define WORDINDEX_SHIFT_BITS 2
|
19
|
+
#define WORDINDEX2INFO(widx) ((widx) << WORDINDEX_SHIFT_BITS)
|
20
|
+
#define INFO2WORDINDEX(info) ((info) >> WORDINDEX_SHIFT_BITS)
|
21
|
+
#define BYTE_LOOKUP_BASE(bl) ((bl)[0])
|
22
|
+
#define BYTE_LOOKUP_INFO(bl) ((bl)[1])
|
23
|
+
|
24
|
+
#define PType (unsigned int)
|
25
|
+
|
26
|
+
#define NOMAP (PType 0x01) /* direct map */
|
27
|
+
#define ONEbt (0x02) /* one byte payload */
|
28
|
+
#define TWObt (0x03) /* two bytes payload */
|
29
|
+
#define THREEbt (0x05) /* three bytes payload */
|
30
|
+
#define FOURbt (0x06) /* four bytes payload, UTF-8 only, macros start at getBT0 */
|
31
|
+
#define INVALID (PType 0x07) /* invalid byte sequence */
|
32
|
+
#define UNDEF (PType 0x09) /* legal but undefined */
|
33
|
+
#define ZERObt (PType 0x0A) /* zero bytes of payload, i.e. remove */
|
34
|
+
#define FUNii (PType 0x0B) /* function from info to info */
|
35
|
+
#define FUNsi (PType 0x0D) /* function from start to info */
|
36
|
+
#define FUNio (PType 0x0E) /* function from info to output */
|
37
|
+
#define FUNso (PType 0x0F) /* function from start to output */
|
38
|
+
#define STR1 (PType 0x11) /* string 4 <= len <= 259 bytes: 1byte length + content */
|
39
|
+
#define GB4bt (PType 0x12) /* GB18030 four bytes payload */
|
40
|
+
#define FUNsio (PType 0x13) /* function from start and info to output */
|
41
|
+
|
42
|
+
#define STR1_LENGTH(byte_addr) (unsigned int)(*(byte_addr) + 4)
|
43
|
+
#define STR1_BYTEINDEX(w) ((w) >> 6)
|
44
|
+
#define makeSTR1(bi) (((bi) << 6) | STR1)
|
45
|
+
#define makeSTR1LEN(len) ((len)-4)
|
46
|
+
|
47
|
+
#define o1(b1) (PType((((unsigned char)(b1))<<8)|ONEbt))
|
48
|
+
#define o2(b1,b2) (PType((((unsigned char)(b1))<<8)|\
|
49
|
+
(((unsigned char)(b2))<<16)|\
|
50
|
+
TWObt))
|
51
|
+
#define o3(b1,b2,b3) (PType(((((unsigned char)(b1))<<8)|\
|
52
|
+
(((unsigned char)(b2))<<16)|\
|
53
|
+
(((unsigned int)(unsigned char)(b3))<<24)|\
|
54
|
+
THREEbt)&\
|
55
|
+
0xffffffffU))
|
56
|
+
#define o4(b0,b1,b2,b3) (PType(((((unsigned char)(b1))<<8)|\
|
57
|
+
(((unsigned char)(b2))<<16)|\
|
58
|
+
(((unsigned int)(unsigned char)(b3))<<24)|\
|
59
|
+
((((unsigned char)(b0))&0x07)<<5)|\
|
60
|
+
FOURbt)&\
|
61
|
+
0xffffffffU))
|
62
|
+
#define g4(b0,b1,b2,b3) (PType(((((unsigned char)(b0))<<8)|\
|
63
|
+
(((unsigned char)(b2))<<16)|\
|
64
|
+
((((unsigned char)(b1))&0x0f)<<24)|\
|
65
|
+
((((unsigned int)(unsigned char)(b3))&0x0f)<<28)|\
|
66
|
+
GB4bt)&\
|
67
|
+
0xffffffffU))
|
68
|
+
#define funsio(diff) (PType((((unsigned int)(diff))<<8)|FUNsio))
|
69
|
+
|
70
|
+
#define getBT1(a) ((unsigned char)((a)>> 8))
|
71
|
+
#define getBT2(a) ((unsigned char)((a)>>16))
|
72
|
+
#define getBT3(a) ((unsigned char)((a)>>24))
|
73
|
+
#define getBT0(a) (((unsigned char)((a)>> 5)&0x07)|0xF0) /* for UTF-8 only!!! */
|
74
|
+
|
75
|
+
#define getGB4bt0(a) ((unsigned char)((a)>> 8))
|
76
|
+
#define getGB4bt1(a) (((unsigned char)((a)>>24)&0x0F)|0x30)
|
77
|
+
#define getGB4bt2(a) ((unsigned char)((a)>>16))
|
78
|
+
#define getGB4bt3(a) (((unsigned char)((a)>>28)&0x0F)|0x30)
|
79
|
+
|
80
|
+
#define o2FUNii(b1,b2) (PType((((unsigned char)(b1))<<8)|(((unsigned char)(b2))<<16)|FUNii))
|
81
|
+
|
82
|
+
/* do we need these??? maybe not, can be done with simple tables */
|
83
|
+
#define ONETRAIL /* legal but undefined if one more trailing UTF-8 */
|
84
|
+
#define TWOTRAIL /* legal but undefined if two more trailing UTF-8 */
|
85
|
+
#define THREETRAIL /* legal but undefined if three more trailing UTF-8 */
|
86
|
+
|
87
|
+
typedef enum {
|
88
|
+
asciicompat_converter, /* ASCII-compatible -> ASCII-compatible */
|
89
|
+
asciicompat_decoder, /* ASCII-incompatible -> ASCII-compatible */
|
90
|
+
asciicompat_encoder /* ASCII-compatible -> ASCII-incompatible */
|
91
|
+
/* ASCII-incompatible -> ASCII-incompatible is intentionally omitted. */
|
92
|
+
} rb_transcoder_asciicompat_type_t;
|
93
|
+
|
94
|
+
typedef struct rb_transcoder rb_transcoder;
|
95
|
+
|
96
|
+
/* static structure, one per supported encoding pair */
|
97
|
+
struct rb_transcoder {
|
98
|
+
const char *src_encoding;
|
99
|
+
const char *dst_encoding;
|
100
|
+
unsigned int conv_tree_start;
|
101
|
+
const unsigned char *byte_array;
|
102
|
+
unsigned int byte_array_length;
|
103
|
+
const unsigned int *word_array;
|
104
|
+
unsigned int word_array_length;
|
105
|
+
int word_size;
|
106
|
+
int input_unit_length;
|
107
|
+
int max_input;
|
108
|
+
int max_output;
|
109
|
+
rb_transcoder_asciicompat_type_t asciicompat_type;
|
110
|
+
size_t state_size;
|
111
|
+
int (*state_init_func)(void*); /* ret==0:success ret!=0:failure(errno) */
|
112
|
+
int (*state_fini_func)(void*); /* ret==0:success ret!=0:failure(errno) */
|
113
|
+
VALUE (*func_ii)(void*, VALUE); /* info -> info */
|
114
|
+
VALUE (*func_si)(void*, const unsigned char*, size_t); /* start -> info */
|
115
|
+
ssize_t (*func_io)(void*, VALUE, const unsigned char*, size_t); /* info -> output */
|
116
|
+
ssize_t (*func_so)(void*, const unsigned char*, size_t, unsigned char*, size_t); /* start -> output */
|
117
|
+
ssize_t (*finish_func)(void*, unsigned char*, size_t); /* -> output */
|
118
|
+
ssize_t (*resetsize_func)(void*); /* -> len */
|
119
|
+
ssize_t (*resetstate_func)(void*, unsigned char*, size_t); /* -> output */
|
120
|
+
ssize_t (*func_sio)(void*, const unsigned char*, size_t, VALUE, unsigned char*, size_t); /* start -> output */
|
121
|
+
};
|
122
|
+
|
123
|
+
void rb_declare_transcoder(const char *enc1, const char *enc2, const char *lib);
|
124
|
+
void rb_register_transcoder(const rb_transcoder *);
|
125
|
+
|
126
|
+
/*
|
127
|
+
* To get rid of collision of initializer symbols in statically-linked encodings
|
128
|
+
* and transcoders
|
129
|
+
*/
|
130
|
+
#if defined(EXTSTATIC) && EXTSTATIC
|
131
|
+
# define TRANS_INIT(name) void Init_trans_ ## name(void)
|
132
|
+
#else
|
133
|
+
# define TRANS_INIT(name) void Init_ ## name(void)
|
134
|
+
#endif
|
135
|
+
|
136
|
+
RUBY_SYMBOL_EXPORT_END
|
137
|
+
|
138
|
+
#endif /* RUBY_TRANSCODE_DATA_H */
|
@@ -0,0 +1,65 @@
|
|
1
|
+
#ifndef RUBY_TRANSIENT_HEAP_H
|
2
|
+
#define RUBY_TRANSIENT_HEAP_H
|
3
|
+
/**********************************************************************
|
4
|
+
|
5
|
+
transient_heap.h - declarations of transient_heap related APIs.
|
6
|
+
|
7
|
+
Copyright (C) 2018 Koichi Sasada
|
8
|
+
|
9
|
+
**********************************************************************/
|
10
|
+
|
11
|
+
#include "internal.h"
|
12
|
+
|
13
|
+
#if USE_TRANSIENT_HEAP
|
14
|
+
|
15
|
+
/* public API */
|
16
|
+
|
17
|
+
/* Allocate req_size bytes from transient_heap.
|
18
|
+
Allocated memories are free-ed when next GC
|
19
|
+
if this memory is not marked by `rb_transient_heap_mark()`.
|
20
|
+
*/
|
21
|
+
void *rb_transient_heap_alloc(VALUE obj, size_t req_size);
|
22
|
+
|
23
|
+
/* If `obj` uses a memory pointed by `ptr` from transient_heap,
|
24
|
+
you need to call `rb_transient_heap_mark(obj, ptr)`
|
25
|
+
to assert liveness of `obj` (and ptr). */
|
26
|
+
void rb_transient_heap_mark(VALUE obj, const void *ptr);
|
27
|
+
|
28
|
+
/* used by gc.c */
|
29
|
+
void rb_transient_heap_promote(VALUE obj);
|
30
|
+
void rb_transient_heap_start_marking(int full_marking);
|
31
|
+
void rb_transient_heap_finish_marking(void);
|
32
|
+
void rb_transient_heap_update_references(void);
|
33
|
+
|
34
|
+
/* used by ractor.c */
|
35
|
+
void rb_transient_heap_evacuate(void);
|
36
|
+
|
37
|
+
/* for debug API */
|
38
|
+
void rb_transient_heap_dump(void);
|
39
|
+
void rb_transient_heap_verify(void);
|
40
|
+
int rb_transient_heap_managed_ptr_p(const void *ptr);
|
41
|
+
|
42
|
+
/* evacuate functions for each type */
|
43
|
+
void rb_ary_transient_heap_evacuate(VALUE ary, int promote);
|
44
|
+
void rb_obj_transient_heap_evacuate(VALUE obj, int promote);
|
45
|
+
void rb_hash_transient_heap_evacuate(VALUE hash, int promote);
|
46
|
+
void rb_struct_transient_heap_evacuate(VALUE st, int promote);
|
47
|
+
|
48
|
+
#else /* USE_TRANSIENT_HEAP */
|
49
|
+
|
50
|
+
#define rb_transient_heap_alloc(o, s) NULL
|
51
|
+
#define rb_transient_heap_verify() ((void)0)
|
52
|
+
#define rb_transient_heap_promote(obj) ((void)0)
|
53
|
+
#define rb_transient_heap_start_marking(full_marking) ((void)0)
|
54
|
+
#define rb_transient_heap_update_references() ((void)0)
|
55
|
+
#define rb_transient_heap_evacuate() ((void)0)
|
56
|
+
#define rb_transient_heap_finish_marking() ((void)0)
|
57
|
+
#define rb_transient_heap_mark(obj, ptr) ((void)0)
|
58
|
+
|
59
|
+
#define rb_ary_transient_heap_evacuate(x, y) ((void)0)
|
60
|
+
#define rb_obj_transient_heap_evacuate(x, y) ((void)0)
|
61
|
+
#define rb_hash_transient_heap_evacuate(x, y) ((void)0)
|
62
|
+
#define rb_struct_transient_heap_evacuate(x, y) ((void)0)
|
63
|
+
|
64
|
+
#endif /* USE_TRANSIENT_HEAP */
|
65
|
+
#endif
|
@@ -0,0 +1,21 @@
|
|
1
|
+
#ifndef RUBY_TOPLEVEL_VARIABLE_H /*-*-C-*-vi:se ft=c:*/
|
2
|
+
#define RUBY_TOPLEVEL_VARIABLE_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
|
+
*/
|
10
|
+
|
11
|
+
/* per-object */
|
12
|
+
|
13
|
+
struct gen_ivtbl {
|
14
|
+
uint32_t numiv;
|
15
|
+
VALUE ivptr[FLEX_ARY_LEN];
|
16
|
+
};
|
17
|
+
|
18
|
+
int rb_ivar_generic_ivtbl_lookup(VALUE obj, struct gen_ivtbl **);
|
19
|
+
VALUE rb_ivar_generic_lookup_with_index(VALUE obj, ID id, uint32_t index);
|
20
|
+
|
21
|
+
#endif /* RUBY_TOPLEVEL_VARIABLE_H */
|
@@ -0,0 +1,68 @@
|
|
1
|
+
#ifndef RUBY_TOPLEVEL_VERSION_H /*-*-C-*-vi:se ft=c:*/
|
2
|
+
#define RUBY_TOPLEVEL_VERSION_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
|
+
*/
|
10
|
+
# define RUBY_VERSION_MAJOR RUBY_API_VERSION_MAJOR
|
11
|
+
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
|
12
|
+
#define RUBY_VERSION_TEENY 0
|
13
|
+
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
|
14
|
+
#define RUBY_PATCHLEVEL -1
|
15
|
+
|
16
|
+
#define RUBY_RELEASE_YEAR 2022
|
17
|
+
#define RUBY_RELEASE_MONTH 9
|
18
|
+
#define RUBY_RELEASE_DAY 9
|
19
|
+
|
20
|
+
#include "ruby/version.h"
|
21
|
+
#include "ruby/internal/abi.h"
|
22
|
+
|
23
|
+
#ifndef TOKEN_PASTE
|
24
|
+
#define TOKEN_PASTE(x,y) x##y
|
25
|
+
#endif
|
26
|
+
#define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000
|
27
|
+
#define WITH_ZERO_PADDING(x) TOKEN_PASTE(0,x)
|
28
|
+
#define RUBY_BIRTH_YEAR_STR STRINGIZE(RUBY_BIRTH_YEAR)
|
29
|
+
#define RUBY_RELEASE_YEAR_STR STRINGIZE(RUBY_RELEASE_YEAR)
|
30
|
+
#if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH)
|
31
|
+
#define RUBY_RELEASE_MONTH_STR STRINGIZE(WITH_ZERO_PADDING(RUBY_RELEASE_MONTH))
|
32
|
+
#else
|
33
|
+
#define RUBY_RELEASE_MONTH_STR STRINGIZE(RUBY_RELEASE_MONTH)
|
34
|
+
#endif
|
35
|
+
#if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY)
|
36
|
+
#define RUBY_RELEASE_DAY_STR STRINGIZE(WITH_ZERO_PADDING(RUBY_RELEASE_DAY))
|
37
|
+
#else
|
38
|
+
#define RUBY_RELEASE_DAY_STR STRINGIZE(RUBY_RELEASE_DAY)
|
39
|
+
#endif
|
40
|
+
|
41
|
+
#ifdef RUBY_ABI_VERSION
|
42
|
+
# define RUBY_ABI_VERSION_SUFFIX "+"STRINGIZE(RUBY_ABI_VERSION)
|
43
|
+
#else
|
44
|
+
# define RUBY_ABI_VERSION_SUFFIX ""
|
45
|
+
#endif
|
46
|
+
#if !defined RUBY_LIB_VERSION && defined RUBY_LIB_VERSION_STYLE
|
47
|
+
# if RUBY_LIB_VERSION_STYLE == 3
|
48
|
+
# define RUBY_LIB_VERSION STRINGIZE(RUBY_API_VERSION_MAJOR)"."STRINGIZE(RUBY_API_VERSION_MINOR) \
|
49
|
+
"."STRINGIZE(RUBY_API_VERSION_TEENY) RUBY_ABI_VERSION_SUFFIX
|
50
|
+
# elif RUBY_LIB_VERSION_STYLE == 2
|
51
|
+
# define RUBY_LIB_VERSION STRINGIZE(RUBY_API_VERSION_MAJOR)"."STRINGIZE(RUBY_API_VERSION_MINOR) \
|
52
|
+
RUBY_ABI_VERSION_SUFFIX
|
53
|
+
# endif
|
54
|
+
#endif
|
55
|
+
|
56
|
+
#if RUBY_PATCHLEVEL == -1
|
57
|
+
#define RUBY_PATCHLEVEL_STR "preview2"
|
58
|
+
#elif defined RUBY_ABI_VERSION
|
59
|
+
#error RUBY_ABI_VERSION is defined in non-development branch
|
60
|
+
#else
|
61
|
+
#define RUBY_PATCHLEVEL_STR ""
|
62
|
+
#endif
|
63
|
+
|
64
|
+
#ifndef RUBY_REVISION
|
65
|
+
# include "revision.h"
|
66
|
+
#endif
|
67
|
+
|
68
|
+
#endif /* RUBY_TOPLEVEL_VERSION_H */
|