did_you_mean 0.9.0 → 0.9.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -0
- data/.travis.yml +1 -1
- data/CHANGELOG.md +150 -0
- data/README.md +14 -1
- data/did_you_mean.gemspec +0 -1
- data/ext/did_you_mean/extconf.rb +14 -11
- data/ext/did_you_mean/ruby_headers/215/id.h +173 -0
- data/ext/did_you_mean/ruby_headers/215/internal.h +892 -0
- data/ext/did_you_mean/ruby_headers/215/method.h +142 -0
- data/ext/did_you_mean/ruby_headers/215/node.h +543 -0
- data/ext/did_you_mean/ruby_headers/215/ruby_atomic.h +170 -0
- data/ext/did_you_mean/ruby_headers/215/thread_native.h +23 -0
- data/ext/did_you_mean/ruby_headers/215/thread_pthread.h +56 -0
- data/ext/did_you_mean/ruby_headers/215/thread_win32.h +45 -0
- data/ext/did_you_mean/ruby_headers/215/vm_core.h +1055 -0
- data/ext/did_you_mean/ruby_headers/215/vm_debug.h +37 -0
- data/ext/did_you_mean/ruby_headers/215/vm_opts.h +56 -0
- data/ext/did_you_mean/ruby_headers/220/internal.h +11 -6
- data/ext/did_you_mean/ruby_headers/220/vm_core.h +1 -0
- data/lib/did_you_mean/finders.rb +1 -1
- data/lib/did_you_mean/test_helper.rb +0 -4
- data/lib/did_you_mean/version.rb +1 -1
- data/test/no_method_error_extension_test.rb +0 -6
- data/test/test_helper.rb +0 -1
- metadata +18 -196
- data/docs/did_you_mean_example.png +0 -0
- data/ext/did_you_mean/ruby_headers/193/addr2line.h +0 -21
- data/ext/did_you_mean/ruby_headers/193/constant.h +0 -34
- data/ext/did_you_mean/ruby_headers/193/dln.h +0 -50
- data/ext/did_you_mean/ruby_headers/193/encdb.h +0 -170
- data/ext/did_you_mean/ruby_headers/193/eval_intern.h +0 -234
- data/ext/did_you_mean/ruby_headers/193/gc.h +0 -99
- data/ext/did_you_mean/ruby_headers/193/iseq.h +0 -126
- data/ext/did_you_mean/ruby_headers/193/parse.h +0 -183
- data/ext/did_you_mean/ruby_headers/193/probes.h +0 -83
- data/ext/did_you_mean/ruby_headers/193/regenc.h +0 -219
- data/ext/did_you_mean/ruby_headers/193/regint.h +0 -850
- data/ext/did_you_mean/ruby_headers/193/regparse.h +0 -362
- data/ext/did_you_mean/ruby_headers/193/revision.h +0 -1
- data/ext/did_you_mean/ruby_headers/193/siphash.h +0 -48
- data/ext/did_you_mean/ruby_headers/193/timev.h +0 -21
- data/ext/did_you_mean/ruby_headers/193/transcode_data.h +0 -117
- data/ext/did_you_mean/ruby_headers/193/transdb.h +0 -190
- data/ext/did_you_mean/ruby_headers/193/verconf.h +0 -13
- data/ext/did_you_mean/ruby_headers/193/version.h +0 -52
- data/ext/did_you_mean/ruby_headers/193/vm_exec.h +0 -184
- data/ext/did_you_mean/ruby_headers/193/vm_insnhelper.h +0 -220
- data/ext/did_you_mean/ruby_headers/200/addr2line.h +0 -21
- data/ext/did_you_mean/ruby_headers/200/constant.h +0 -36
- data/ext/did_you_mean/ruby_headers/200/dln.h +0 -50
- data/ext/did_you_mean/ruby_headers/200/encdb.h +0 -170
- data/ext/did_you_mean/ruby_headers/200/eval_intern.h +0 -213
- data/ext/did_you_mean/ruby_headers/200/gc.h +0 -104
- data/ext/did_you_mean/ruby_headers/200/iseq.h +0 -140
- data/ext/did_you_mean/ruby_headers/200/parse.h +0 -183
- data/ext/did_you_mean/ruby_headers/200/probes.h +0 -83
- data/ext/did_you_mean/ruby_headers/200/probes_helper.h +0 -67
- data/ext/did_you_mean/ruby_headers/200/regenc.h +0 -227
- data/ext/did_you_mean/ruby_headers/200/regint.h +0 -915
- data/ext/did_you_mean/ruby_headers/200/regparse.h +0 -367
- data/ext/did_you_mean/ruby_headers/200/revision.h +0 -1
- data/ext/did_you_mean/ruby_headers/200/siphash.h +0 -48
- data/ext/did_you_mean/ruby_headers/200/timev.h +0 -21
- data/ext/did_you_mean/ruby_headers/200/transcode_data.h +0 -127
- data/ext/did_you_mean/ruby_headers/200/transdb.h +0 -190
- data/ext/did_you_mean/ruby_headers/200/verconf.h +0 -13
- data/ext/did_you_mean/ruby_headers/200/version.h +0 -52
- data/ext/did_you_mean/ruby_headers/200/vm_exec.h +0 -173
- data/ext/did_you_mean/ruby_headers/200/vm_insnhelper.h +0 -274
- data/ext/did_you_mean/ruby_headers/210/addr2line.h +0 -21
- data/ext/did_you_mean/ruby_headers/210/constant.h +0 -36
- data/ext/did_you_mean/ruby_headers/210/dln.h +0 -51
- data/ext/did_you_mean/ruby_headers/210/encdb.h +0 -170
- data/ext/did_you_mean/ruby_headers/210/eval_intern.h +0 -260
- data/ext/did_you_mean/ruby_headers/210/gc.h +0 -101
- data/ext/did_you_mean/ruby_headers/210/iseq.h +0 -136
- data/ext/did_you_mean/ruby_headers/210/parse.h +0 -183
- data/ext/did_you_mean/ruby_headers/210/probes.h +0 -83
- data/ext/did_you_mean/ruby_headers/210/probes_helper.h +0 -67
- data/ext/did_you_mean/ruby_headers/210/regenc.h +0 -223
- data/ext/did_you_mean/ruby_headers/210/regint.h +0 -911
- data/ext/did_you_mean/ruby_headers/210/regparse.h +0 -363
- data/ext/did_you_mean/ruby_headers/210/revision.h +0 -1
- data/ext/did_you_mean/ruby_headers/210/siphash.h +0 -48
- data/ext/did_you_mean/ruby_headers/210/timev.h +0 -42
- data/ext/did_you_mean/ruby_headers/210/transcode_data.h +0 -123
- data/ext/did_you_mean/ruby_headers/210/transdb.h +0 -190
- data/ext/did_you_mean/ruby_headers/210/verconf.h +0 -13
- data/ext/did_you_mean/ruby_headers/210/version.h +0 -52
- data/ext/did_you_mean/ruby_headers/210/vm_exec.h +0 -182
- data/ext/did_you_mean/ruby_headers/210/vm_insnhelper.h +0 -273
- data/ext/did_you_mean/ruby_headers/211/addr2line.h +0 -21
- data/ext/did_you_mean/ruby_headers/211/constant.h +0 -36
- data/ext/did_you_mean/ruby_headers/211/dln.h +0 -51
- data/ext/did_you_mean/ruby_headers/211/encdb.h +0 -170
- data/ext/did_you_mean/ruby_headers/211/eval_intern.h +0 -260
- data/ext/did_you_mean/ruby_headers/211/gc.h +0 -101
- data/ext/did_you_mean/ruby_headers/211/iseq.h +0 -136
- data/ext/did_you_mean/ruby_headers/211/parse.h +0 -183
- data/ext/did_you_mean/ruby_headers/211/probes.h +0 -83
- data/ext/did_you_mean/ruby_headers/211/probes_helper.h +0 -67
- data/ext/did_you_mean/ruby_headers/211/regenc.h +0 -223
- data/ext/did_you_mean/ruby_headers/211/regint.h +0 -911
- data/ext/did_you_mean/ruby_headers/211/regparse.h +0 -363
- data/ext/did_you_mean/ruby_headers/211/revision.h +0 -1
- data/ext/did_you_mean/ruby_headers/211/siphash.h +0 -48
- data/ext/did_you_mean/ruby_headers/211/timev.h +0 -42
- data/ext/did_you_mean/ruby_headers/211/transcode_data.h +0 -123
- data/ext/did_you_mean/ruby_headers/211/transdb.h +0 -190
- data/ext/did_you_mean/ruby_headers/211/verconf.h +0 -13
- data/ext/did_you_mean/ruby_headers/211/version.h +0 -52
- data/ext/did_you_mean/ruby_headers/211/vm_exec.h +0 -182
- data/ext/did_you_mean/ruby_headers/211/vm_insnhelper.h +0 -273
- data/ext/did_you_mean/ruby_headers/212/addr2line.h +0 -21
- data/ext/did_you_mean/ruby_headers/212/constant.h +0 -36
- data/ext/did_you_mean/ruby_headers/212/dln.h +0 -51
- data/ext/did_you_mean/ruby_headers/212/encdb.h +0 -170
- data/ext/did_you_mean/ruby_headers/212/eval_intern.h +0 -260
- data/ext/did_you_mean/ruby_headers/212/gc.h +0 -101
- data/ext/did_you_mean/ruby_headers/212/iseq.h +0 -136
- data/ext/did_you_mean/ruby_headers/212/parse.h +0 -183
- data/ext/did_you_mean/ruby_headers/212/probes.h +0 -83
- data/ext/did_you_mean/ruby_headers/212/probes_helper.h +0 -67
- data/ext/did_you_mean/ruby_headers/212/regenc.h +0 -223
- data/ext/did_you_mean/ruby_headers/212/regint.h +0 -911
- data/ext/did_you_mean/ruby_headers/212/regparse.h +0 -363
- data/ext/did_you_mean/ruby_headers/212/revision.h +0 -1
- data/ext/did_you_mean/ruby_headers/212/siphash.h +0 -48
- data/ext/did_you_mean/ruby_headers/212/timev.h +0 -42
- data/ext/did_you_mean/ruby_headers/212/transcode_data.h +0 -123
- data/ext/did_you_mean/ruby_headers/212/transdb.h +0 -190
- data/ext/did_you_mean/ruby_headers/212/verconf.h +0 -13
- data/ext/did_you_mean/ruby_headers/212/version.h +0 -52
- data/ext/did_you_mean/ruby_headers/212/vm_exec.h +0 -182
- data/ext/did_you_mean/ruby_headers/212/vm_insnhelper.h +0 -273
- data/ext/did_you_mean/ruby_headers/213/addr2line.h +0 -21
- data/ext/did_you_mean/ruby_headers/213/constant.h +0 -36
- data/ext/did_you_mean/ruby_headers/213/dln.h +0 -51
- data/ext/did_you_mean/ruby_headers/213/encdb.h +0 -170
- data/ext/did_you_mean/ruby_headers/213/eval_intern.h +0 -270
- data/ext/did_you_mean/ruby_headers/213/gc.h +0 -101
- data/ext/did_you_mean/ruby_headers/213/iseq.h +0 -136
- data/ext/did_you_mean/ruby_headers/213/parse.h +0 -183
- data/ext/did_you_mean/ruby_headers/213/probes.h +0 -83
- data/ext/did_you_mean/ruby_headers/213/probes_helper.h +0 -67
- data/ext/did_you_mean/ruby_headers/213/regenc.h +0 -223
- data/ext/did_you_mean/ruby_headers/213/regint.h +0 -911
- data/ext/did_you_mean/ruby_headers/213/regparse.h +0 -363
- data/ext/did_you_mean/ruby_headers/213/revision.h +0 -1
- data/ext/did_you_mean/ruby_headers/213/siphash.h +0 -48
- data/ext/did_you_mean/ruby_headers/213/timev.h +0 -42
- data/ext/did_you_mean/ruby_headers/213/transcode_data.h +0 -123
- data/ext/did_you_mean/ruby_headers/213/transdb.h +0 -190
- data/ext/did_you_mean/ruby_headers/213/verconf.h +0 -13
- data/ext/did_you_mean/ruby_headers/213/version.h +0 -52
- data/ext/did_you_mean/ruby_headers/213/vm_exec.h +0 -182
- data/ext/did_you_mean/ruby_headers/213/vm_insnhelper.h +0 -273
- data/ext/did_you_mean/ruby_headers/214/addr2line.h +0 -21
- data/ext/did_you_mean/ruby_headers/214/constant.h +0 -36
- data/ext/did_you_mean/ruby_headers/214/dln.h +0 -51
- data/ext/did_you_mean/ruby_headers/214/encdb.h +0 -170
- data/ext/did_you_mean/ruby_headers/214/eval_intern.h +0 -270
- data/ext/did_you_mean/ruby_headers/214/gc.h +0 -101
- data/ext/did_you_mean/ruby_headers/214/iseq.h +0 -136
- data/ext/did_you_mean/ruby_headers/214/parse.h +0 -183
- data/ext/did_you_mean/ruby_headers/214/probes.h +0 -83
- data/ext/did_you_mean/ruby_headers/214/probes_helper.h +0 -67
- data/ext/did_you_mean/ruby_headers/214/regenc.h +0 -223
- data/ext/did_you_mean/ruby_headers/214/regint.h +0 -911
- data/ext/did_you_mean/ruby_headers/214/regparse.h +0 -363
- data/ext/did_you_mean/ruby_headers/214/revision.h +0 -1
- data/ext/did_you_mean/ruby_headers/214/siphash.h +0 -48
- data/ext/did_you_mean/ruby_headers/214/timev.h +0 -42
- data/ext/did_you_mean/ruby_headers/214/transcode_data.h +0 -123
- data/ext/did_you_mean/ruby_headers/214/transdb.h +0 -190
- data/ext/did_you_mean/ruby_headers/214/verconf.h +0 -13
- data/ext/did_you_mean/ruby_headers/214/version.h +0 -52
- data/ext/did_you_mean/ruby_headers/214/vm_exec.h +0 -182
- data/ext/did_you_mean/ruby_headers/214/vm_insnhelper.h +0 -273
- data/ext/did_you_mean/ruby_headers/220/addr2line.h +0 -21
- data/ext/did_you_mean/ruby_headers/220/ccan/build_assert/build_assert.h +0 -40
- data/ext/did_you_mean/ruby_headers/220/ccan/licenses/BSD-MIT +0 -17
- data/ext/did_you_mean/ruby_headers/220/ccan/licenses/CC0 +0 -28
- data/ext/did_you_mean/ruby_headers/220/constant.h +0 -43
- data/ext/did_you_mean/ruby_headers/220/dln.h +0 -51
- data/ext/did_you_mean/ruby_headers/220/encdb.h +0 -170
- data/ext/did_you_mean/ruby_headers/220/eval_intern.h +0 -275
- data/ext/did_you_mean/ruby_headers/220/gc.h +0 -107
- data/ext/did_you_mean/ruby_headers/220/iseq.h +0 -157
- data/ext/did_you_mean/ruby_headers/220/parse.h +0 -183
- data/ext/did_you_mean/ruby_headers/220/probes.h +0 -83
- data/ext/did_you_mean/ruby_headers/220/probes_helper.h +0 -67
- data/ext/did_you_mean/ruby_headers/220/regenc.h +0 -234
- data/ext/did_you_mean/ruby_headers/220/regint.h +0 -972
- data/ext/did_you_mean/ruby_headers/220/regparse.h +0 -363
- data/ext/did_you_mean/ruby_headers/220/revision.h +0 -1
- data/ext/did_you_mean/ruby_headers/220/siphash.h +0 -48
- data/ext/did_you_mean/ruby_headers/220/timev.h +0 -42
- data/ext/did_you_mean/ruby_headers/220/transcode_data.h +0 -123
- data/ext/did_you_mean/ruby_headers/220/transdb.h +0 -190
- data/ext/did_you_mean/ruby_headers/220/verconf.h +0 -13
- data/ext/did_you_mean/ruby_headers/220/version.h +0 -53
- data/ext/did_you_mean/ruby_headers/220/vm_exec.h +0 -182
- data/ext/did_you_mean/ruby_headers/220/vm_insnhelper.h +0 -233
@@ -1,273 +0,0 @@
|
|
1
|
-
/**********************************************************************
|
2
|
-
|
3
|
-
insnhelper.h - helper macros to implement each instructions
|
4
|
-
|
5
|
-
$Author$
|
6
|
-
created at: 04/01/01 15:50:34 JST
|
7
|
-
|
8
|
-
Copyright (C) 2004-2007 Koichi Sasada
|
9
|
-
|
10
|
-
**********************************************************************/
|
11
|
-
|
12
|
-
#ifndef RUBY_INSNHELPER_H
|
13
|
-
#define RUBY_INSNHELPER_H
|
14
|
-
|
15
|
-
/**
|
16
|
-
* VM Debug Level
|
17
|
-
*
|
18
|
-
* debug level:
|
19
|
-
* 0: no debug output
|
20
|
-
* 1: show instruction name
|
21
|
-
* 2: show stack frame when control stack frame is changed
|
22
|
-
* 3: show stack status
|
23
|
-
* 4: show register
|
24
|
-
* 5:
|
25
|
-
* 10: gc check
|
26
|
-
*/
|
27
|
-
|
28
|
-
#ifndef VMDEBUG
|
29
|
-
#define VMDEBUG 0
|
30
|
-
#endif
|
31
|
-
|
32
|
-
#if 0
|
33
|
-
#undef VMDEBUG
|
34
|
-
#define VMDEBUG 3
|
35
|
-
#endif
|
36
|
-
|
37
|
-
enum {
|
38
|
-
BOP_PLUS,
|
39
|
-
BOP_MINUS,
|
40
|
-
BOP_MULT,
|
41
|
-
BOP_DIV,
|
42
|
-
BOP_MOD,
|
43
|
-
BOP_EQ,
|
44
|
-
BOP_EQQ,
|
45
|
-
BOP_LT,
|
46
|
-
BOP_LE,
|
47
|
-
BOP_LTLT,
|
48
|
-
BOP_AREF,
|
49
|
-
BOP_ASET,
|
50
|
-
BOP_LENGTH,
|
51
|
-
BOP_SIZE,
|
52
|
-
BOP_EMPTY_P,
|
53
|
-
BOP_SUCC,
|
54
|
-
BOP_GT,
|
55
|
-
BOP_GE,
|
56
|
-
BOP_NOT,
|
57
|
-
BOP_NEQ,
|
58
|
-
BOP_MATCH,
|
59
|
-
BOP_FREEZE,
|
60
|
-
|
61
|
-
BOP_LAST_
|
62
|
-
};
|
63
|
-
|
64
|
-
extern short ruby_vm_redefined_flag[BOP_LAST_];
|
65
|
-
extern VALUE ruby_vm_const_missing_count;
|
66
|
-
|
67
|
-
#if VM_COLLECT_USAGE_DETAILS
|
68
|
-
#define COLLECT_USAGE_INSN(insn) vm_collect_usage_insn(insn)
|
69
|
-
#define COLLECT_USAGE_OPERAND(insn, n, op) vm_collect_usage_operand((insn), (n), ((VALUE)(op)))
|
70
|
-
|
71
|
-
#define COLLECT_USAGE_REGISTER(reg, s) vm_collect_usage_register((reg), (s))
|
72
|
-
#else
|
73
|
-
#define COLLECT_USAGE_INSN(insn) /* none */
|
74
|
-
#define COLLECT_USAGE_OPERAND(insn, n, op) /* none */
|
75
|
-
#define COLLECT_USAGE_REGISTER(reg, s) /* none */
|
76
|
-
#endif
|
77
|
-
|
78
|
-
/**********************************************************/
|
79
|
-
/* deal with stack */
|
80
|
-
/**********************************************************/
|
81
|
-
|
82
|
-
#define PUSH(x) (SET_SV(x), INC_SP(1))
|
83
|
-
#define TOPN(n) (*(GET_SP()-(n)-1))
|
84
|
-
#define POPN(n) (DEC_SP(n))
|
85
|
-
#define POP() (DEC_SP(1))
|
86
|
-
#define STACK_ADDR_FROM_TOP(n) (GET_SP()-(n))
|
87
|
-
|
88
|
-
#define GET_TOS() (tos) /* dummy */
|
89
|
-
|
90
|
-
/**********************************************************/
|
91
|
-
/* deal with registers */
|
92
|
-
/**********************************************************/
|
93
|
-
|
94
|
-
#define REG_CFP (reg_cfp)
|
95
|
-
#define REG_PC (REG_CFP->pc)
|
96
|
-
#define REG_SP (REG_CFP->sp)
|
97
|
-
#define REG_EP (REG_CFP->ep)
|
98
|
-
|
99
|
-
#define RESTORE_REGS() do { \
|
100
|
-
REG_CFP = th->cfp; \
|
101
|
-
} while (0)
|
102
|
-
|
103
|
-
#define REG_A reg_a
|
104
|
-
#define REG_B reg_b
|
105
|
-
|
106
|
-
enum vm_regan_regtype {
|
107
|
-
VM_REGAN_PC = 0,
|
108
|
-
VM_REGAN_SP = 1,
|
109
|
-
VM_REGAN_EP = 2,
|
110
|
-
VM_REGAN_CFP = 3,
|
111
|
-
VM_REGAN_SELF = 4,
|
112
|
-
VM_REGAN_ISEQ = 5,
|
113
|
-
};
|
114
|
-
enum vm_regan_acttype {
|
115
|
-
VM_REGAN_ACT_GET = 0,
|
116
|
-
VM_REGAN_ACT_SET = 1,
|
117
|
-
};
|
118
|
-
|
119
|
-
#if VM_COLLECT_USAGE_DETAILS
|
120
|
-
#define COLLECT_USAGE_REGISTER_HELPER(a, b, v) \
|
121
|
-
(COLLECT_USAGE_REGISTER((VM_REGAN_##a), (VM_REGAN_ACT_##b)), (v))
|
122
|
-
#else
|
123
|
-
#define COLLECT_USAGE_REGISTER_HELPER(a, b, v) (v)
|
124
|
-
#endif
|
125
|
-
|
126
|
-
/* PC */
|
127
|
-
#define GET_PC() (COLLECT_USAGE_REGISTER_HELPER(PC, GET, REG_PC))
|
128
|
-
#define SET_PC(x) (REG_PC = (COLLECT_USAGE_REGISTER_HELPER(PC, SET, (x))))
|
129
|
-
#define GET_CURRENT_INSN() (*GET_PC())
|
130
|
-
#define GET_OPERAND(n) (GET_PC()[(n)])
|
131
|
-
#define ADD_PC(n) (SET_PC(REG_PC + (n)))
|
132
|
-
|
133
|
-
#define GET_PC_COUNT() (REG_PC - GET_ISEQ()->iseq_encoded)
|
134
|
-
#define JUMP(dst) (REG_PC += (dst))
|
135
|
-
|
136
|
-
/* frame pointer, environment pointer */
|
137
|
-
#define GET_CFP() (COLLECT_USAGE_REGISTER_HELPER(CFP, GET, REG_CFP))
|
138
|
-
#define GET_EP() (COLLECT_USAGE_REGISTER_HELPER(EP, GET, REG_EP))
|
139
|
-
#define SET_EP(x) (REG_EP = (COLLECT_USAGE_REGISTER_HELPER(EP, SET, (x))))
|
140
|
-
#define GET_LEP() (VM_EP_LEP(GET_EP()))
|
141
|
-
|
142
|
-
/* SP */
|
143
|
-
#define GET_SP() (COLLECT_USAGE_REGISTER_HELPER(SP, GET, REG_SP))
|
144
|
-
#define SET_SP(x) (REG_SP = (COLLECT_USAGE_REGISTER_HELPER(SP, SET, (x))))
|
145
|
-
#define INC_SP(x) (REG_SP += (COLLECT_USAGE_REGISTER_HELPER(SP, SET, (x))))
|
146
|
-
#define DEC_SP(x) (REG_SP -= (COLLECT_USAGE_REGISTER_HELPER(SP, SET, (x))))
|
147
|
-
#define SET_SV(x) (*GET_SP() = (x))
|
148
|
-
/* set current stack value as x */
|
149
|
-
|
150
|
-
#define GET_SP_COUNT() (REG_SP - th->stack)
|
151
|
-
|
152
|
-
/* instruction sequence C struct */
|
153
|
-
#define GET_ISEQ() (GET_CFP()->iseq)
|
154
|
-
|
155
|
-
/**********************************************************/
|
156
|
-
/* deal with variables */
|
157
|
-
/**********************************************************/
|
158
|
-
|
159
|
-
#define GET_PREV_EP(ep) ((VALUE *)((ep)[0] & ~0x03))
|
160
|
-
|
161
|
-
#define GET_GLOBAL(entry) rb_gvar_get((struct rb_global_entry*)(entry))
|
162
|
-
#define SET_GLOBAL(entry, val) rb_gvar_set((struct rb_global_entry*)(entry), (val))
|
163
|
-
|
164
|
-
#define GET_CONST_INLINE_CACHE(dst) ((IC) * (GET_PC() + (dst) + 2))
|
165
|
-
|
166
|
-
/**********************************************************/
|
167
|
-
/* deal with values */
|
168
|
-
/**********************************************************/
|
169
|
-
|
170
|
-
#define GET_SELF() (COLLECT_USAGE_REGISTER_HELPER(SELF, GET, GET_CFP()->self))
|
171
|
-
|
172
|
-
/**********************************************************/
|
173
|
-
/* deal with control flow 2: method/iterator */
|
174
|
-
/**********************************************************/
|
175
|
-
|
176
|
-
#define COPY_CREF_OMOD(c1, c2) do { \
|
177
|
-
RB_OBJ_WRITE((c1), &(c1)->nd_refinements, (c2)->nd_refinements); \
|
178
|
-
if (!NIL_P((c2)->nd_refinements)) { \
|
179
|
-
(c1)->flags |= NODE_FL_CREF_OMOD_SHARED; \
|
180
|
-
(c2)->flags |= NODE_FL_CREF_OMOD_SHARED; \
|
181
|
-
} \
|
182
|
-
} while (0)
|
183
|
-
|
184
|
-
#define COPY_CREF(c1, c2) do { \
|
185
|
-
NODE *__tmp_c2 = (c2); \
|
186
|
-
COPY_CREF_OMOD(c1, __tmp_c2); \
|
187
|
-
RB_OBJ_WRITE((c1), &(c1)->nd_clss, __tmp_c2->nd_clss); \
|
188
|
-
(c1)->nd_visi = __tmp_c2->nd_visi;\
|
189
|
-
RB_OBJ_WRITE((c1), &(c1)->nd_next, __tmp_c2->nd_next); \
|
190
|
-
if (__tmp_c2->flags & NODE_FL_CREF_PUSHED_BY_EVAL) { \
|
191
|
-
(c1)->flags |= NODE_FL_CREF_PUSHED_BY_EVAL; \
|
192
|
-
} \
|
193
|
-
} while (0)
|
194
|
-
|
195
|
-
#define CALL_METHOD(ci) do { \
|
196
|
-
VALUE v = (*(ci)->call)(th, GET_CFP(), (ci)); \
|
197
|
-
if (v == Qundef) { \
|
198
|
-
RESTORE_REGS(); \
|
199
|
-
NEXT_INSN(); \
|
200
|
-
} \
|
201
|
-
else { \
|
202
|
-
val = v; \
|
203
|
-
} \
|
204
|
-
} while (0)
|
205
|
-
|
206
|
-
/* set fastpath when cached method is *NOT* protected
|
207
|
-
* because inline method cache does not care about receiver.
|
208
|
-
*/
|
209
|
-
|
210
|
-
#ifndef OPT_CALL_FASTPATH
|
211
|
-
#define OPT_CALL_FASTPATH 1
|
212
|
-
#endif
|
213
|
-
|
214
|
-
#if OPT_CALL_FASTPATH
|
215
|
-
#define CI_SET_FASTPATH(ci, func, enabled) do { \
|
216
|
-
if (LIKELY(enabled)) ((ci)->call = (func)); \
|
217
|
-
} while (0)
|
218
|
-
#else
|
219
|
-
#define CI_SET_FASTPATH(ci, func, enabled) /* do nothing */
|
220
|
-
#endif
|
221
|
-
|
222
|
-
#define GET_BLOCK_PTR() ((rb_block_t *)(GC_GUARDED_PTR_REF(GET_LEP()[0])))
|
223
|
-
|
224
|
-
/**********************************************************/
|
225
|
-
/* deal with control flow 3: exception */
|
226
|
-
/**********************************************************/
|
227
|
-
|
228
|
-
|
229
|
-
/**********************************************************/
|
230
|
-
/* others */
|
231
|
-
/**********************************************************/
|
232
|
-
|
233
|
-
/* optimize insn */
|
234
|
-
#define FIXNUM_REDEFINED_OP_FLAG (1 << 0)
|
235
|
-
#define FLOAT_REDEFINED_OP_FLAG (1 << 1)
|
236
|
-
#define STRING_REDEFINED_OP_FLAG (1 << 2)
|
237
|
-
#define ARRAY_REDEFINED_OP_FLAG (1 << 3)
|
238
|
-
#define HASH_REDEFINED_OP_FLAG (1 << 4)
|
239
|
-
#define BIGNUM_REDEFINED_OP_FLAG (1 << 5)
|
240
|
-
#define SYMBOL_REDEFINED_OP_FLAG (1 << 6)
|
241
|
-
#define TIME_REDEFINED_OP_FLAG (1 << 7)
|
242
|
-
#define REGEXP_REDEFINED_OP_FLAG (1 << 8)
|
243
|
-
|
244
|
-
#define BASIC_OP_UNREDEFINED_P(op, klass) (LIKELY((ruby_vm_redefined_flag[(op)]&(klass)) == 0))
|
245
|
-
|
246
|
-
#define FIXNUM_2_P(a, b) ((a) & (b) & 1)
|
247
|
-
#if USE_FLONUM
|
248
|
-
#define FLONUM_2_P(a, b) (((((a)^2) | ((b)^2)) & 3) == 0) /* (FLONUM_P(a) && FLONUM_P(b)) */
|
249
|
-
#else
|
250
|
-
#define FLONUM_2_P(a, b) 0
|
251
|
-
#endif
|
252
|
-
|
253
|
-
#ifndef USE_IC_FOR_SPECIALIZED_METHOD
|
254
|
-
#define USE_IC_FOR_SPECIALIZED_METHOD 1
|
255
|
-
#endif
|
256
|
-
|
257
|
-
#define CALL_SIMPLE_METHOD(recv_) do { \
|
258
|
-
ci->blockptr = 0; ci->argc = ci->orig_argc; \
|
259
|
-
vm_search_method(ci, ci->recv = (recv_)); \
|
260
|
-
CALL_METHOD(ci); \
|
261
|
-
} while (0)
|
262
|
-
|
263
|
-
#define NEXT_CLASS_SERIAL() (++ruby_vm_class_serial)
|
264
|
-
#define GET_GLOBAL_METHOD_STATE() (ruby_vm_global_method_state)
|
265
|
-
#define INC_GLOBAL_METHOD_STATE() (++ruby_vm_global_method_state)
|
266
|
-
#define GET_GLOBAL_CONSTANT_STATE() (ruby_vm_global_constant_state)
|
267
|
-
#define INC_GLOBAL_CONSTANT_STATE() (++ruby_vm_global_constant_state)
|
268
|
-
|
269
|
-
static VALUE make_no_method_exception(VALUE exc, const char *format,
|
270
|
-
VALUE obj, int argc, const VALUE *argv);
|
271
|
-
|
272
|
-
|
273
|
-
#endif /* RUBY_INSNHELPER_H */
|
@@ -1,21 +0,0 @@
|
|
1
|
-
/**********************************************************************
|
2
|
-
|
3
|
-
addr2line.h -
|
4
|
-
|
5
|
-
$Author$
|
6
|
-
|
7
|
-
Copyright (C) 2010 Shinichiro Hamaji
|
8
|
-
|
9
|
-
**********************************************************************/
|
10
|
-
|
11
|
-
#ifndef RUBY_ADDR2LINE_H
|
12
|
-
#define RUBY_ADDR2LINE_H
|
13
|
-
|
14
|
-
#ifdef USE_ELF
|
15
|
-
|
16
|
-
void
|
17
|
-
rb_dump_backtrace_with_lines(int num_traces, void **traces);
|
18
|
-
|
19
|
-
#endif /* USE_ELF */
|
20
|
-
|
21
|
-
#endif /* RUBY_ADDR2LINE_H */
|
@@ -1,40 +0,0 @@
|
|
1
|
-
/* CC0 (Public domain) - see ccan/licenses/CC0 file for details */
|
2
|
-
#ifndef CCAN_BUILD_ASSERT_H
|
3
|
-
#define CCAN_BUILD_ASSERT_H
|
4
|
-
|
5
|
-
/**
|
6
|
-
* BUILD_ASSERT - assert a build-time dependency.
|
7
|
-
* @cond: the compile-time condition which must be true.
|
8
|
-
*
|
9
|
-
* Your compile will fail if the condition isn't true, or can't be evaluated
|
10
|
-
* by the compiler. This can only be used within a function.
|
11
|
-
*
|
12
|
-
* Example:
|
13
|
-
* #include <stddef.h>
|
14
|
-
* ...
|
15
|
-
* static char *foo_to_char(struct foo *foo)
|
16
|
-
* {
|
17
|
-
* // This code needs string to be at start of foo.
|
18
|
-
* BUILD_ASSERT(offsetof(struct foo, string) == 0);
|
19
|
-
* return (char *)foo;
|
20
|
-
* }
|
21
|
-
*/
|
22
|
-
#define BUILD_ASSERT(cond) \
|
23
|
-
do { (void) sizeof(char [1 - 2*!(cond)]); } while(0)
|
24
|
-
|
25
|
-
/**
|
26
|
-
* BUILD_ASSERT_OR_ZERO - assert a build-time dependency, as an expression.
|
27
|
-
* @cond: the compile-time condition which must be true.
|
28
|
-
*
|
29
|
-
* Your compile will fail if the condition isn't true, or can't be evaluated
|
30
|
-
* by the compiler. This can be used in an expression: its value is "0".
|
31
|
-
*
|
32
|
-
* Example:
|
33
|
-
* #define foo_to_char(foo) \
|
34
|
-
* ((char *)(foo) \
|
35
|
-
* + BUILD_ASSERT_OR_ZERO(offsetof(struct foo, string) == 0))
|
36
|
-
*/
|
37
|
-
#define BUILD_ASSERT_OR_ZERO(cond) \
|
38
|
-
(sizeof(char [1 - 2*!(cond)]) - 1)
|
39
|
-
|
40
|
-
#endif /* CCAN_BUILD_ASSERT_H */
|
@@ -1,17 +0,0 @@
|
|
1
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
2
|
-
of this software and associated documentation files (the "Software"), to deal
|
3
|
-
in the Software without restriction, including without limitation the rights
|
4
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
5
|
-
copies of the Software, and to permit persons to whom the Software is
|
6
|
-
furnished to do so, subject to the following conditions:
|
7
|
-
|
8
|
-
The above copyright notice and this permission notice shall be included in
|
9
|
-
all copies or substantial portions of the Software.
|
10
|
-
|
11
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
12
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
13
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
14
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
15
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
16
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
17
|
-
THE SOFTWARE.
|
@@ -1,28 +0,0 @@
|
|
1
|
-
Statement of Purpose
|
2
|
-
|
3
|
-
The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").
|
4
|
-
|
5
|
-
Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others.
|
6
|
-
|
7
|
-
For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.
|
8
|
-
|
9
|
-
1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:
|
10
|
-
|
11
|
-
the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;
|
12
|
-
moral rights retained by the original author(s) and/or performer(s);
|
13
|
-
publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;
|
14
|
-
rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below;
|
15
|
-
rights protecting the extraction, dissemination, use and reuse of data in a Work;
|
16
|
-
database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and
|
17
|
-
other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.
|
18
|
-
|
19
|
-
2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.
|
20
|
-
|
21
|
-
3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.
|
22
|
-
|
23
|
-
4. Limitations and Disclaimers.
|
24
|
-
|
25
|
-
No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.
|
26
|
-
Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.
|
27
|
-
Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.
|
28
|
-
Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.
|
@@ -1,43 +0,0 @@
|
|
1
|
-
/**********************************************************************
|
2
|
-
|
3
|
-
constant.h -
|
4
|
-
|
5
|
-
$Author$
|
6
|
-
created at: Sun Nov 15 00:09:33 2009
|
7
|
-
|
8
|
-
Copyright (C) 2009 Yusuke Endoh
|
9
|
-
|
10
|
-
**********************************************************************/
|
11
|
-
#ifndef CONSTANT_H
|
12
|
-
#define CONSTANT_H
|
13
|
-
|
14
|
-
typedef enum {
|
15
|
-
CONST_PUBLIC = 0x00,
|
16
|
-
CONST_PRIVATE,
|
17
|
-
CONST_VISIBILITY_MAX
|
18
|
-
} rb_const_flag_t;
|
19
|
-
|
20
|
-
#define RB_CONST_PRIVATE_P(ce) \
|
21
|
-
((ce)->flag == CONST_PRIVATE)
|
22
|
-
#define RB_CONST_PUBLIC_P(ce) \
|
23
|
-
((ce)->flag == CONST_PUBLIC)
|
24
|
-
|
25
|
-
typedef struct rb_const_entry_struct {
|
26
|
-
rb_const_flag_t flag;
|
27
|
-
int line;
|
28
|
-
const VALUE value; /* should be mark */
|
29
|
-
const VALUE file; /* should be mark */
|
30
|
-
} rb_const_entry_t;
|
31
|
-
|
32
|
-
VALUE rb_mod_private_constant(int argc, const VALUE *argv, VALUE obj);
|
33
|
-
VALUE rb_mod_public_constant(int argc, const VALUE *argv, VALUE obj);
|
34
|
-
void rb_free_const_table(st_table *tbl);
|
35
|
-
VALUE rb_public_const_get(VALUE klass, ID id);
|
36
|
-
VALUE rb_public_const_get_at(VALUE klass, ID id);
|
37
|
-
VALUE rb_public_const_get_from(VALUE klass, ID id);
|
38
|
-
int rb_public_const_defined(VALUE klass, ID id);
|
39
|
-
int rb_public_const_defined_at(VALUE klass, ID id);
|
40
|
-
int rb_public_const_defined_from(VALUE klass, ID id);
|
41
|
-
rb_const_entry_t *rb_const_lookup(VALUE klass, ID id);
|
42
|
-
|
43
|
-
#endif /* CONSTANT_H */
|
@@ -1,51 +0,0 @@
|
|
1
|
-
/**********************************************************************
|
2
|
-
|
3
|
-
dln.h -
|
4
|
-
|
5
|
-
$Author$
|
6
|
-
created at: Wed Jan 19 16:53:09 JST 1994
|
7
|
-
|
8
|
-
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
9
|
-
|
10
|
-
**********************************************************************/
|
11
|
-
|
12
|
-
#ifndef DLN_H
|
13
|
-
#define DLN_H
|
14
|
-
|
15
|
-
#ifdef __cplusplus
|
16
|
-
# ifndef HAVE_PROTOTYPES
|
17
|
-
# define HAVE_PROTOTYPES 1
|
18
|
-
# endif
|
19
|
-
# ifndef HAVE_STDARG_PROTOTYPES
|
20
|
-
# define HAVE_STDARG_PROTOTYPES 1
|
21
|
-
# endif
|
22
|
-
#endif
|
23
|
-
|
24
|
-
#undef _
|
25
|
-
#ifdef HAVE_PROTOTYPES
|
26
|
-
# define _(args) args
|
27
|
-
#else
|
28
|
-
# define _(args) ()
|
29
|
-
#endif
|
30
|
-
|
31
|
-
RUBY_SYMBOL_EXPORT_BEGIN
|
32
|
-
|
33
|
-
#ifndef DLN_FIND_EXTRA_ARG
|
34
|
-
#define DLN_FIND_EXTRA_ARG
|
35
|
-
#endif
|
36
|
-
#ifndef DLN_FIND_EXTRA_ARG_DECL
|
37
|
-
#define DLN_FIND_EXTRA_ARG_DECL
|
38
|
-
#endif
|
39
|
-
|
40
|
-
char *dln_find_exe_r(const char*,const char*,char*,size_t DLN_FIND_EXTRA_ARG_DECL);
|
41
|
-
char *dln_find_file_r(const char*,const char*,char*,size_t DLN_FIND_EXTRA_ARG_DECL);
|
42
|
-
|
43
|
-
#ifdef USE_DLN_A_OUT
|
44
|
-
extern char *dln_argv0;
|
45
|
-
#endif
|
46
|
-
|
47
|
-
void *dln_load(const char*);
|
48
|
-
|
49
|
-
RUBY_SYMBOL_EXPORT_END
|
50
|
-
|
51
|
-
#endif
|