debase-ruby_core_source 0.10.7 → 0.10.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (171) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +12 -0
  3. data/README.md +1 -1
  4. data/Rakefile +6 -3
  5. data/debase-ruby_core_source.gemspec +2 -1
  6. data/lib/debase/ruby_core_source.rb +0 -1
  7. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/addr2line.h +0 -0
  8. data/lib/debase/ruby_core_source/ruby-2.7.0-p0/builtin.h +78 -0
  9. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/ccan/build_assert/build_assert.h +0 -0
  10. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/ccan/check_type/check_type.h +0 -0
  11. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/ccan/container_of/container_of.h +0 -0
  12. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/ccan/list/list.h +0 -0
  13. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/ccan/str/str.h +0 -0
  14. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/constant.h +0 -4
  15. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/debug_counter.h +21 -9
  16. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/dln.h +0 -0
  17. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/encindex.h +0 -0
  18. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/eval_intern.h +1 -3
  19. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/gc.h +2 -0
  20. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/hrtime.h +0 -0
  21. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/id.h +1 -3
  22. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/id_table.h +0 -0
  23. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/insns.inc +6 -2
  24. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/insns_info.inc +1471 -1888
  25. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/internal.h +106 -91
  26. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/iseq.h +5 -5
  27. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/known_errors.inc +0 -0
  28. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/method.h +1 -4
  29. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/mjit.h +3 -5
  30. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/mjit_compile.inc +768 -872
  31. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/node.h +4 -11
  32. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/node_name.inc +0 -2
  33. data/lib/debase/ruby_core_source/ruby-2.7.0-p0/opt_sc.inc +109 -0
  34. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/optinsn.inc +0 -0
  35. data/lib/debase/ruby_core_source/ruby-2.7.0-p0/optunifs.inc +43 -0
  36. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/parse.h +1 -1
  37. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/probes_helper.h +0 -0
  38. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/regenc.h +0 -0
  39. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/regint.h +0 -0
  40. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/regparse.h +0 -0
  41. data/lib/debase/ruby_core_source/ruby-2.7.0-p0/revision.h +2 -0
  42. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/ruby_assert.h +0 -0
  43. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/ruby_atomic.h +0 -0
  44. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/siphash.h +0 -0
  45. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/symbol.h +0 -0
  46. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/thread_pthread.h +0 -0
  47. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/thread_win32.h +0 -0
  48. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/timev.h +0 -0
  49. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/transcode_data.h +0 -0
  50. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/transient_heap.h +0 -0
  51. data/lib/debase/ruby_core_source/ruby-2.7.0-p0/variable.h +9 -0
  52. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/version.h +4 -4
  53. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/vm.inc +604 -407
  54. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/vm_call_iseq_optimized.inc +49 -49
  55. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/vm_core.h +42 -29
  56. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/vm_debug.h +0 -0
  57. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/vm_exec.h +0 -0
  58. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/vm_insnhelper.h +16 -4
  59. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/vm_opts.h +2 -0
  60. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-2.7.0-p0}/vmtc.inc +6 -2
  61. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/addr2line.h +20 -0
  62. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/builtin.h +83 -0
  63. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/ccan/build_assert/build_assert.h +40 -0
  64. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/ccan/check_type/check_type.h +63 -0
  65. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/ccan/container_of/container_of.h +142 -0
  66. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/ccan/list/list.h +788 -0
  67. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/ccan/str/str.h +16 -0
  68. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/constant.h +55 -0
  69. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/debug_counter.h +457 -0
  70. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/dln.h +36 -0
  71. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/encindex.h +70 -0
  72. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/eval_intern.h +323 -0
  73. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/gc.h +140 -0
  74. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/hrtime.h +168 -0
  75. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/id.h +290 -0
  76. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/id_table.h +36 -0
  77. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/insns.inc +249 -0
  78. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/insns_info.inc +8983 -0
  79. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal.h +107 -0
  80. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/array.h +119 -0
  81. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/bignum.h +246 -0
  82. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/bits.h +566 -0
  83. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/class.h +174 -0
  84. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/compar.h +50 -0
  85. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/compile.h +32 -0
  86. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/compilers.h +108 -0
  87. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/complex.h +29 -0
  88. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/cont.h +25 -0
  89. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/dir.h +17 -0
  90. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/enc.h +20 -0
  91. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/encoding.h +28 -0
  92. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/enum.h +19 -0
  93. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/enumerator.h +22 -0
  94. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/error.h +124 -0
  95. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/eval.h +33 -0
  96. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/file.h +39 -0
  97. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/fixnum.h +185 -0
  98. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/gc.h +161 -0
  99. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/hash.h +241 -0
  100. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/imemo.h +243 -0
  101. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/inits.h +51 -0
  102. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/io.h +35 -0
  103. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/load.h +19 -0
  104. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/loadpath.h +17 -0
  105. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/math.h +24 -0
  106. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/missing.h +19 -0
  107. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/numeric.h +255 -0
  108. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/object.h +83 -0
  109. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/parse.h +23 -0
  110. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/proc.h +33 -0
  111. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/process.h +136 -0
  112. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/random.h +17 -0
  113. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/range.h +41 -0
  114. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/rational.h +71 -0
  115. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/re.h +29 -0
  116. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/sanitizers.h +191 -0
  117. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/scheduler.h +44 -0
  118. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/serial.h +24 -0
  119. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/signal.h +22 -0
  120. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/static_assert.h +17 -0
  121. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/string.h +140 -0
  122. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/struct.h +154 -0
  123. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/symbol.h +41 -0
  124. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/thread.h +54 -0
  125. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/time.h +35 -0
  126. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/transcode.h +21 -0
  127. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/util.h +31 -0
  128. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/variable.h +84 -0
  129. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/vm.h +136 -0
  130. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/internal/warnings.h +17 -0
  131. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/iseq.h +305 -0
  132. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/known_errors.inc +791 -0
  133. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/method.h +245 -0
  134. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/mjit.h +220 -0
  135. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/mjit_compile.inc +8240 -0
  136. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/node.h +484 -0
  137. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/node_name.inc +210 -0
  138. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-3.0.0-p0}/opt_sc.inc +0 -0
  139. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/optinsn.inc +128 -0
  140. data/lib/debase/ruby_core_source/{ruby-2.7.0-preview2 → ruby-3.0.0-p0}/optunifs.inc +0 -0
  141. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/parse.h +211 -0
  142. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/probes_helper.h +44 -0
  143. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/ractor_core.h +343 -0
  144. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/regenc.h +254 -0
  145. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/regint.h +938 -0
  146. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/regparse.h +370 -0
  147. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/revision.h +2 -0
  148. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/ruby_assert.h +15 -0
  149. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/ruby_atomic.h +23 -0
  150. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/siphash.h +48 -0
  151. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/symbol.h +119 -0
  152. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/thread_pthread.h +115 -0
  153. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/thread_win32.h +61 -0
  154. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/timev.h +57 -0
  155. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/transcode_data.h +138 -0
  156. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/transient_heap.h +65 -0
  157. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/variable.h +22 -0
  158. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/version.h +89 -0
  159. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/vm.inc +5355 -0
  160. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/vm_call_iseq_optimized.inc +244 -0
  161. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/vm_callinfo.h +456 -0
  162. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/vm_core.h +2023 -0
  163. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/vm_debug.h +116 -0
  164. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/vm_exec.h +196 -0
  165. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/vm_insnhelper.h +257 -0
  166. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/vm_opts.h +73 -0
  167. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/vm_sync.h +136 -0
  168. data/lib/debase/ruby_core_source/ruby-3.0.0-p0/vmtc.inc +243 -0
  169. data/lib/debase/ruby_core_source/version.rb +1 -1
  170. metadata +181 -57
  171. data/lib/debase/ruby_core_source/ruby-2.7.0-preview2/revision.h +0 -2
@@ -0,0 +1,119 @@
1
+ #ifndef RUBY_SYMBOL_H
2
+ #define RUBY_SYMBOL_H 1
3
+ /**********************************************************************
4
+
5
+ symbol.h -
6
+
7
+ $Author$
8
+ created at: Tue Jul 8 15:49:54 JST 2014
9
+
10
+ Copyright (C) 2014 Yukihiro Matsumoto
11
+
12
+ **********************************************************************/
13
+
14
+ #include "id.h"
15
+ #include "ruby/encoding.h"
16
+
17
+ #define DYNAMIC_ID_P(id) (!(id&ID_STATIC_SYM)&&id>tLAST_OP_ID)
18
+ #define STATIC_ID2SYM(id) (((VALUE)(id)<<RUBY_SPECIAL_SHIFT)|SYMBOL_FLAG)
19
+
20
+ #ifdef HAVE_BUILTIN___BUILTIN_CONSTANT_P
21
+ #define rb_id2sym(id) \
22
+ RB_GNUC_EXTENSION_BLOCK(__builtin_constant_p(id) && !DYNAMIC_ID_P(id) ? \
23
+ STATIC_ID2SYM(id) : rb_id2sym(id))
24
+ #endif
25
+
26
+ struct RSymbol {
27
+ struct RBasic basic;
28
+ st_index_t hashval;
29
+ VALUE fstr;
30
+ ID id;
31
+ };
32
+
33
+ #define RSYMBOL(obj) ((struct RSymbol *)(obj))
34
+
35
+ #define is_notop_id(id) ((id)>tLAST_OP_ID)
36
+ #define is_local_id(id) (id_type(id)==ID_LOCAL)
37
+ #define is_global_id(id) (id_type(id)==ID_GLOBAL)
38
+ #define is_instance_id(id) (id_type(id)==ID_INSTANCE)
39
+ #define is_attrset_id(id) ((id)==idASET||id_type(id)==ID_ATTRSET)
40
+ #define is_const_id(id) (id_type(id)==ID_CONST)
41
+ #define is_class_id(id) (id_type(id)==ID_CLASS)
42
+ #define is_junk_id(id) (id_type(id)==ID_JUNK)
43
+
44
+ static inline int
45
+ id_type(ID id)
46
+ {
47
+ if (is_notop_id(id)) {
48
+ return (int)(id&ID_SCOPE_MASK);
49
+ }
50
+ else {
51
+ return -1;
52
+ }
53
+ }
54
+
55
+ typedef uint32_t rb_id_serial_t;
56
+ static const uint32_t RB_ID_SERIAL_MAX = /* 256M on LP32 */
57
+ UINT32_MAX >>
58
+ ((sizeof(ID)-sizeof(rb_id_serial_t))*CHAR_BIT < RUBY_ID_SCOPE_SHIFT ?
59
+ RUBY_ID_SCOPE_SHIFT : 0);
60
+
61
+ typedef struct {
62
+ rb_id_serial_t last_id;
63
+ st_table *str_sym;
64
+ VALUE ids;
65
+ VALUE dsymbol_fstr_hash;
66
+ } rb_symbols_t;
67
+
68
+ static inline rb_id_serial_t
69
+ rb_id_to_serial(ID id)
70
+ {
71
+ if (is_notop_id(id)) {
72
+ return (rb_id_serial_t)(id >> ID_SCOPE_SHIFT);
73
+ }
74
+ else {
75
+ return (rb_id_serial_t)id;
76
+ }
77
+ }
78
+
79
+ static inline int
80
+ sym_type(VALUE sym)
81
+ {
82
+ ID id;
83
+ if (STATIC_SYM_P(sym)) {
84
+ id = RSHIFT(sym, RUBY_SPECIAL_SHIFT);
85
+ if (id<=tLAST_OP_ID) {
86
+ return -1;
87
+ }
88
+ }
89
+ else {
90
+ id = RSYMBOL(sym)->id;
91
+ }
92
+ return (int)(id&ID_SCOPE_MASK);
93
+ }
94
+
95
+ #define is_local_sym(sym) (sym_type(sym)==ID_LOCAL)
96
+ #define is_global_sym(sym) (sym_type(sym)==ID_GLOBAL)
97
+ #define is_instance_sym(sym) (sym_type(sym)==ID_INSTANCE)
98
+ #define is_attrset_sym(sym) (sym_type(sym)==ID_ATTRSET)
99
+ #define is_const_sym(sym) (sym_type(sym)==ID_CONST)
100
+ #define is_class_sym(sym) (sym_type(sym)==ID_CLASS)
101
+ #define is_junk_sym(sym) (sym_type(sym)==ID_JUNK)
102
+
103
+ RUBY_FUNC_EXPORTED const unsigned int ruby_global_name_punct_bits[(0x7e - 0x20 + 31) / 32];
104
+
105
+ static inline int
106
+ is_global_name_punct(const int c)
107
+ {
108
+ if (c <= 0x20 || 0x7e < c) return 0;
109
+ return (ruby_global_name_punct_bits[(c - 0x20) / 32] >> (c % 32)) & 1;
110
+ }
111
+
112
+ int rb_enc_symname_type(const char *name, long len, rb_encoding *enc, unsigned int allowed_attrset);
113
+
114
+ RUBY_SYMBOL_EXPORT_BEGIN
115
+
116
+ size_t rb_sym_immortal_count(void);
117
+
118
+ RUBY_SYMBOL_EXPORT_END
119
+ #endif
@@ -0,0 +1,115 @@
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
+ typedef struct native_thread_data_struct {
21
+ union {
22
+ struct list_node ubf;
23
+ struct list_node gvl;
24
+ } node;
25
+ #if defined(__GLIBC__) || defined(__FreeBSD__)
26
+ union
27
+ #else
28
+ /*
29
+ * assume the platform condvars are badly implemented and have a
30
+ * "memory" of which mutex they're associated with
31
+ */
32
+ struct
33
+ #endif
34
+ {
35
+ rb_nativethread_cond_t intr; /* th->interrupt_lock */
36
+ rb_nativethread_cond_t gvlq; /* vm->gvl.lock */
37
+ } cond;
38
+ } native_thread_data_t;
39
+
40
+ #undef except
41
+ #undef try
42
+ #undef leave
43
+ #undef finally
44
+
45
+ typedef struct rb_global_vm_lock_struct {
46
+ /* fast path */
47
+ const struct rb_thread_struct *owner;
48
+ rb_nativethread_lock_t lock; /* AKA vm->gvl.lock */
49
+
50
+ /*
51
+ * slow path, protected by vm->gvl.lock
52
+ * - @waitq - FIFO queue of threads waiting for GVL
53
+ * - @timer - it handles timeslices for @owner. It is any one thread
54
+ * in @waitq, there is no @timer if @waitq is empty, but always
55
+ * a @timer if @waitq has entries
56
+ * - @timer_err tracks timeslice limit, the timeslice only resets
57
+ * when pthread_cond_timedwait returns ETIMEDOUT, so frequent
58
+ * switching between contended/uncontended GVL won't reset the
59
+ * timer.
60
+ */
61
+ struct list_head waitq; /* <=> native_thread_data_t.node.ubf */
62
+ const struct rb_thread_struct *timer;
63
+ int timer_err;
64
+
65
+ /* yield */
66
+ rb_nativethread_cond_t switch_cond;
67
+ rb_nativethread_cond_t switch_wait_cond;
68
+ int need_yield;
69
+ int wait_yield;
70
+ } rb_global_vm_lock_t;
71
+
72
+
73
+ #if __STDC_VERSION__ >= 201112
74
+ #define RB_THREAD_LOCAL_SPECIFIER _Thread_local
75
+ #elif defined(__GNUC__)
76
+ /* note that ICC (linux) and Clang are covered by __GNUC__ */
77
+ #define RB_THREAD_LOCAL_SPECIFIER __thread
78
+ #else
79
+
80
+ typedef pthread_key_t native_tls_key_t;
81
+
82
+ static inline void *
83
+ native_tls_get(native_tls_key_t key)
84
+ {
85
+ void *ptr = pthread_getspecific(key);
86
+ if (UNLIKELY(ptr == NULL)) {
87
+ rb_bug("pthread_getspecific returns NULL");
88
+ }
89
+ return ptr;
90
+ }
91
+
92
+ static inline void
93
+ native_tls_set(native_tls_key_t key, void *ptr)
94
+ {
95
+ if (UNLIKELY(pthread_setspecific(key, ptr) != 0)) {
96
+ rb_bug("pthread_setspecific error");
97
+ }
98
+ }
99
+ #endif
100
+
101
+ RUBY_SYMBOL_EXPORT_BEGIN
102
+ #ifdef RB_THREAD_LOCAL_SPECIFIER
103
+ #if __APPLE__
104
+ // on Darwin, TLS can not be accessed across .so
105
+ struct rb_execution_context_struct *rb_current_ec();
106
+ void rb_current_ec_set(struct rb_execution_context_struct *);
107
+ #else
108
+ RUBY_EXTERN RB_THREAD_LOCAL_SPECIFIER struct rb_execution_context_struct *ruby_current_ec;
109
+ #endif
110
+ #else
111
+ RUBY_EXTERN native_tls_key_t ruby_current_ec_key;
112
+ #endif
113
+ RUBY_SYMBOL_EXPORT_END
114
+
115
+ #endif /* RUBY_THREAD_PTHREAD_H */
@@ -0,0 +1,61 @@
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
+ typedef struct rb_thread_cond_struct {
25
+ struct cond_event_entry *next;
26
+ struct cond_event_entry *prev;
27
+ } rb_nativethread_cond_t;
28
+
29
+ typedef struct native_thread_data_struct {
30
+ HANDLE interrupt_event;
31
+ } native_thread_data_t;
32
+
33
+ typedef struct rb_global_vm_lock_struct {
34
+ HANDLE lock;
35
+ } rb_global_vm_lock_t;
36
+
37
+ typedef DWORD native_tls_key_t; // TLS index
38
+
39
+ static inline void *
40
+ native_tls_get(native_tls_key_t key)
41
+ {
42
+ void *ptr = TlsGetValue(key);
43
+ if (UNLIKELY(ptr == NULL)) {
44
+ rb_bug("TlsGetValue() returns NULL");
45
+ }
46
+ return ptr;
47
+ }
48
+
49
+ static inline void
50
+ native_tls_set(native_tls_key_t key, void *ptr)
51
+ {
52
+ if (UNLIKELY(TlsSetValue(key, ptr) == 0)) {
53
+ rb_bug("TlsSetValue() error");
54
+ }
55
+ }
56
+
57
+ RUBY_SYMBOL_EXPORT_BEGIN
58
+ RUBY_EXTERN native_tls_key_t ruby_current_ec_key;
59
+ RUBY_SYMBOL_EXPORT_END
60
+
61
+ #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 */