debase-ruby_core_source 0.9.0 → 0.9.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/debase/ruby_core_source.rb +1 -1
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/addr2line.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/ccan/build_assert/build_assert.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/ccan/check_type/check_type.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/ccan/container_of/container_of.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/ccan/list/list.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/ccan/str/str.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/constant.h +1 -1
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/dln.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/encindex.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/eval_intern.h +3 -2
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/gc.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/id.h +9 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/id_table.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/insns.inc +48 -46
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/insns_info.inc +20 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/internal.h +292 -52
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/iseq.h +18 -15
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/known_errors.inc +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/method.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/node.h +3 -2
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/node_name.inc +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/opt_sc.inc +16 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/optinsn.inc +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/optunifs.inc +2 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/parse.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/probes_helper.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/regenc.h +19 -11
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/regint.h +8 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/regparse.h +0 -0
- data/lib/debase/ruby_core_source/ruby-2.4.0-preview1/revision.h +1 -0
- data/lib/debase/ruby_core_source/ruby-2.4.0-preview1/ruby_assert.h +54 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/ruby_atomic.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/siphash.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/symbol.h +4 -4
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/thread_pthread.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/thread_win32.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/timev.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/transcode_data.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/version.h +26 -8
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/vm.inc +265 -254
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/vm_call_iseq_optimized.inc +5 -5
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/vm_core.h +35 -42
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/vm_debug.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/vm_exec.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/vm_insnhelper.h +3 -3
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/vm_opts.h +0 -0
- data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/vmtc.inc +2 -0
- data/lib/debase/ruby_core_source/version.rb +1 -1
- metadata +49 -48
- data/lib/debase/ruby_core_source/ruby-2.3.0-preview2/revision.h +0 -1
|
@@ -181,10 +181,10 @@ static inline vm_call_handler
|
|
|
181
181
|
vm_call_iseq_setup_func(const struct rb_call_info *ci, const int param_size, const int local_size)
|
|
182
182
|
{
|
|
183
183
|
if (UNLIKELY(ci->flag & VM_CALL_TAILCALL)) {
|
|
184
|
-
return vm_call_iseq_setup_tailcall_0start;
|
|
184
|
+
return &vm_call_iseq_setup_tailcall_0start;
|
|
185
185
|
}
|
|
186
186
|
else if (0) { /* to disable optimize */
|
|
187
|
-
return vm_call_iseq_setup_normal_0start;
|
|
187
|
+
return &vm_call_iseq_setup_normal_0start;
|
|
188
188
|
}
|
|
189
189
|
else {
|
|
190
190
|
if (param_size <= 3 &&
|
|
@@ -192,7 +192,7 @@ vm_call_iseq_setup_func(const struct rb_call_info *ci, const int param_size, con
|
|
|
192
192
|
VM_ASSERT(local_size != 0);
|
|
193
193
|
return vm_call_iseq_handlers[param_size][local_size-1];
|
|
194
194
|
}
|
|
195
|
-
return vm_call_iseq_setup_normal_0start;
|
|
195
|
+
return &vm_call_iseq_setup_normal_0start;
|
|
196
196
|
}
|
|
197
197
|
}
|
|
198
198
|
|
|
@@ -203,10 +203,10 @@ static inline vm_call_handler
|
|
|
203
203
|
vm_call_iseq_setup_func(const struct rb_call_info *ci, struct rb_call_cache *cc)
|
|
204
204
|
{
|
|
205
205
|
if (UNLIKELY(ci->flag & VM_CALL_TAILCALL)) {
|
|
206
|
-
return vm_call_iseq_setup_tailcall_0start;
|
|
206
|
+
return &vm_call_iseq_setup_tailcall_0start;
|
|
207
207
|
}
|
|
208
208
|
else {
|
|
209
|
-
return vm_call_iseq_setup_normal_0start;
|
|
209
|
+
return &vm_call_iseq_setup_normal_0start;
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
#endif
|
|
@@ -42,10 +42,11 @@
|
|
|
42
42
|
#define VMDEBUG 3
|
|
43
43
|
#endif
|
|
44
44
|
|
|
45
|
+
#include "ruby_assert.h"
|
|
46
|
+
|
|
45
47
|
#if VM_CHECK_MODE > 0
|
|
46
48
|
#define VM_ASSERT(expr) ( \
|
|
47
|
-
|
|
48
|
-
rb_bug("%s:%d assertion violation - %s", __FILE__, __LINE__, #expr))
|
|
49
|
+
RUBY_ASSERT_WHEN(VM_CHECK_MODE > 0, expr))
|
|
49
50
|
#else
|
|
50
51
|
#define VM_ASSERT(expr) ((void)0)
|
|
51
52
|
#endif
|
|
@@ -199,10 +200,11 @@ enum method_missing_reason {
|
|
|
199
200
|
MISSING_NOENTRY = 0x00,
|
|
200
201
|
MISSING_PRIVATE = 0x01,
|
|
201
202
|
MISSING_PROTECTED = 0x02,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
203
|
+
MISSING_FCALL = 0x04,
|
|
204
|
+
MISSING_VCALL = 0x08,
|
|
205
|
+
MISSING_SUPER = 0x10,
|
|
206
|
+
MISSING_MISSING = 0x20,
|
|
207
|
+
MISSING_NONE = 0x40
|
|
206
208
|
};
|
|
207
209
|
|
|
208
210
|
struct rb_call_info {
|
|
@@ -249,12 +251,11 @@ struct rb_call_cache {
|
|
|
249
251
|
};
|
|
250
252
|
|
|
251
253
|
#if 1
|
|
252
|
-
#define
|
|
253
|
-
(ptr) = (type*)DATA_PTR(obj); \
|
|
254
|
-
} while (0)
|
|
254
|
+
#define CoreDataFromValue(obj, type) (type*)DATA_PTR(obj)
|
|
255
255
|
#else
|
|
256
|
-
#define
|
|
256
|
+
#define CoreDataFromValue(obj, type) (type*)rb_data_object_get(obj)
|
|
257
257
|
#endif
|
|
258
|
+
#define GetCoreDataFromValue(obj, type, ptr) ((ptr) = CoreDataFromValue((obj), type))
|
|
258
259
|
|
|
259
260
|
typedef struct rb_iseq_location_struct {
|
|
260
261
|
VALUE path;
|
|
@@ -402,10 +403,8 @@ struct rb_iseq_struct {
|
|
|
402
403
|
} aux;
|
|
403
404
|
};
|
|
404
405
|
|
|
405
|
-
#define USE_LAZY_LOAD 0
|
|
406
|
-
|
|
407
406
|
#ifndef USE_LAZY_LOAD
|
|
408
|
-
#define USE_LAZY_LOAD
|
|
407
|
+
#define USE_LAZY_LOAD 0
|
|
409
408
|
#endif
|
|
410
409
|
|
|
411
410
|
#if USE_LAZY_LOAD
|
|
@@ -454,6 +453,8 @@ enum ruby_basic_operators {
|
|
|
454
453
|
BOP_NEQ,
|
|
455
454
|
BOP_MATCH,
|
|
456
455
|
BOP_FREEZE,
|
|
456
|
+
BOP_MAX,
|
|
457
|
+
BOP_MIN,
|
|
457
458
|
|
|
458
459
|
BOP_LAST_
|
|
459
460
|
};
|
|
@@ -461,6 +462,14 @@ enum ruby_basic_operators {
|
|
|
461
462
|
#define GetVMPtr(obj, ptr) \
|
|
462
463
|
GetCoreDataFromValue((obj), rb_vm_t, (ptr))
|
|
463
464
|
|
|
465
|
+
struct rb_vm_struct;
|
|
466
|
+
typedef void rb_vm_at_exit_func(struct rb_vm_struct*);
|
|
467
|
+
|
|
468
|
+
typedef struct rb_at_exit_list {
|
|
469
|
+
rb_vm_at_exit_func *func;
|
|
470
|
+
struct rb_at_exit_list *next;
|
|
471
|
+
} rb_at_exit_list;
|
|
472
|
+
|
|
464
473
|
struct rb_objspace;
|
|
465
474
|
struct rb_objspace *rb_objspace_alloc(void);
|
|
466
475
|
void rb_objspace_free(struct rb_objspace *);
|
|
@@ -484,9 +493,10 @@ typedef struct rb_vm_struct {
|
|
|
484
493
|
size_t living_thread_num;
|
|
485
494
|
VALUE thgroup_default;
|
|
486
495
|
|
|
487
|
-
int running;
|
|
488
|
-
int thread_abort_on_exception;
|
|
489
|
-
int
|
|
496
|
+
unsigned int running: 1;
|
|
497
|
+
unsigned int thread_abort_on_exception: 1;
|
|
498
|
+
unsigned int thread_report_on_exception: 1;
|
|
499
|
+
unsigned int trace_running: 1;
|
|
490
500
|
volatile int sleeper;
|
|
491
501
|
|
|
492
502
|
/* object management */
|
|
@@ -529,11 +539,7 @@ typedef struct rb_vm_struct {
|
|
|
529
539
|
|
|
530
540
|
struct rb_objspace *objspace;
|
|
531
541
|
|
|
532
|
-
|
|
533
|
-
* @shyouhei notes that this is not for storing normal Ruby
|
|
534
|
-
* objects so do *NOT* mark this when you GC.
|
|
535
|
-
*/
|
|
536
|
-
struct RArray at_exit;
|
|
542
|
+
rb_at_exit_list *at_exit;
|
|
537
543
|
|
|
538
544
|
VALUE *defined_strings;
|
|
539
545
|
st_table *frozen_strings;
|
|
@@ -564,12 +570,12 @@ typedef struct rb_vm_struct {
|
|
|
564
570
|
#define RUBY_VM_FIBER_MACHINE_STACK_SIZE_MIN ( 16 * 1024 * sizeof(VALUE)) /* 64 KB or 128 KB */
|
|
565
571
|
|
|
566
572
|
/* optimize insn */
|
|
567
|
-
#define
|
|
573
|
+
#define INTEGER_REDEFINED_OP_FLAG (1 << 0)
|
|
568
574
|
#define FLOAT_REDEFINED_OP_FLAG (1 << 1)
|
|
569
575
|
#define STRING_REDEFINED_OP_FLAG (1 << 2)
|
|
570
576
|
#define ARRAY_REDEFINED_OP_FLAG (1 << 3)
|
|
571
577
|
#define HASH_REDEFINED_OP_FLAG (1 << 4)
|
|
572
|
-
#define BIGNUM_REDEFINED_OP_FLAG (1 << 5)
|
|
578
|
+
/* #define BIGNUM_REDEFINED_OP_FLAG (1 << 5) */
|
|
573
579
|
#define SYMBOL_REDEFINED_OP_FLAG (1 << 6)
|
|
574
580
|
#define TIME_REDEFINED_OP_FLAG (1 << 7)
|
|
575
581
|
#define REGEXP_REDEFINED_OP_FLAG (1 << 8)
|
|
@@ -697,8 +703,6 @@ typedef struct rb_thread_struct {
|
|
|
697
703
|
VALUE top_wrapper;
|
|
698
704
|
|
|
699
705
|
/* eval env */
|
|
700
|
-
rb_block_t *base_block;
|
|
701
|
-
|
|
702
706
|
VALUE *root_lep;
|
|
703
707
|
VALUE root_svar;
|
|
704
708
|
|
|
@@ -741,20 +745,6 @@ typedef struct rb_thread_struct {
|
|
|
741
745
|
struct rb_vm_tag *tag;
|
|
742
746
|
struct rb_vm_protect_tag *protect_tag;
|
|
743
747
|
|
|
744
|
-
/*! Thread-local state of evaluation context.
|
|
745
|
-
*
|
|
746
|
-
* If negative, this thread is evaluating the main program.
|
|
747
|
-
* If positive, this thread is evaluating a program under Kernel::eval
|
|
748
|
-
* family.
|
|
749
|
-
*/
|
|
750
|
-
int parse_in_eval;
|
|
751
|
-
|
|
752
|
-
/*! Thread-local state of compiling context.
|
|
753
|
-
*
|
|
754
|
-
* If non-zero, the parser does not automatically print error messages to
|
|
755
|
-
* stderr. */
|
|
756
|
-
int mild_compile_error;
|
|
757
|
-
|
|
758
748
|
/* storage */
|
|
759
749
|
st_table *local_storage;
|
|
760
750
|
VALUE local_storage_recursive_hash;
|
|
@@ -795,8 +785,9 @@ typedef struct rb_thread_struct {
|
|
|
795
785
|
rb_ensure_list_t *ensure_list;
|
|
796
786
|
|
|
797
787
|
/* misc */
|
|
798
|
-
enum method_missing_reason method_missing_reason;
|
|
799
|
-
int abort_on_exception;
|
|
788
|
+
enum method_missing_reason method_missing_reason: 8;
|
|
789
|
+
unsigned int abort_on_exception: 1;
|
|
790
|
+
unsigned int report_on_exception: 1;
|
|
800
791
|
#ifdef USE_SIGALTSTACK
|
|
801
792
|
void *altstack;
|
|
802
793
|
#endif
|
|
@@ -825,7 +816,7 @@ RUBY_SYMBOL_EXPORT_BEGIN
|
|
|
825
816
|
/* node -> iseq */
|
|
826
817
|
rb_iseq_t *rb_iseq_new(NODE*, VALUE, VALUE, VALUE, const rb_iseq_t *parent, enum iseq_type);
|
|
827
818
|
rb_iseq_t *rb_iseq_new_top(NODE *node, VALUE name, VALUE path, VALUE absolute_path, const rb_iseq_t *parent);
|
|
828
|
-
rb_iseq_t *rb_iseq_new_main(NODE *node, VALUE path, VALUE absolute_path);
|
|
819
|
+
rb_iseq_t *rb_iseq_new_main(NODE *node, VALUE path, VALUE absolute_path, const rb_iseq_t *parent);
|
|
829
820
|
rb_iseq_t *rb_iseq_new_with_bopt(NODE*, VALUE, VALUE, VALUE, VALUE, VALUE, enum iseq_type, VALUE);
|
|
830
821
|
rb_iseq_t *rb_iseq_new_with_opt(NODE*, VALUE, VALUE, VALUE, VALUE, const rb_iseq_t *parent, enum iseq_type, const rb_compile_option_t*);
|
|
831
822
|
|
|
@@ -1148,6 +1139,7 @@ enum {
|
|
|
1148
1139
|
#define RUBY_VM_INTERRUPTED(th) ((th)->interrupt_flag & ~(th)->interrupt_mask & (PENDING_INTERRUPT_MASK|TRAP_INTERRUPT_MASK))
|
|
1149
1140
|
#define RUBY_VM_INTERRUPTED_ANY(th) ((th)->interrupt_flag & ~(th)->interrupt_mask)
|
|
1150
1141
|
|
|
1142
|
+
VALUE rb_exc_set_backtrace(VALUE exc, VALUE bt);
|
|
1151
1143
|
int rb_signal_buff_size(void);
|
|
1152
1144
|
void rb_signal_exec(rb_thread_t *th, int sig);
|
|
1153
1145
|
void rb_threadptr_check_signal(rb_thread_t *mth);
|
|
@@ -1159,6 +1151,7 @@ void rb_threadptr_unlock_all_locking_mutexes(rb_thread_t *th);
|
|
|
1159
1151
|
void rb_threadptr_pending_interrupt_clear(rb_thread_t *th);
|
|
1160
1152
|
void rb_threadptr_pending_interrupt_enque(rb_thread_t *th, VALUE v);
|
|
1161
1153
|
int rb_threadptr_pending_interrupt_active_p(rb_thread_t *th);
|
|
1154
|
+
void rb_threadptr_error_print(rb_thread_t *th, VALUE errinfo);
|
|
1162
1155
|
|
|
1163
1156
|
#define RUBY_VM_CHECK_INTS(th) ruby_vm_check_ints(th)
|
|
1164
1157
|
static inline void
|
|
File without changes
|
|
File without changes
|
data/lib/debase/ruby_core_source/{ruby-2.3.0-preview2 → ruby-2.4.0-preview1}/vm_insnhelper.h
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
insnhelper.h - helper macros to implement each instructions
|
|
4
4
|
|
|
5
|
-
$Author:
|
|
5
|
+
$Author: nobu $
|
|
6
6
|
created at: 04/01/01 15:50:34 JST
|
|
7
7
|
|
|
8
8
|
Copyright (C) 2004-2007 Koichi Sasada
|
|
@@ -185,8 +185,8 @@ enum vm_regan_acttype {
|
|
|
185
185
|
#define GET_GLOBAL_CONSTANT_STATE() (ruby_vm_global_constant_state)
|
|
186
186
|
#define INC_GLOBAL_CONSTANT_STATE() (++ruby_vm_global_constant_state)
|
|
187
187
|
|
|
188
|
-
static VALUE make_no_method_exception(VALUE exc,
|
|
189
|
-
|
|
188
|
+
static VALUE make_no_method_exception(VALUE exc, VALUE format, VALUE obj,
|
|
189
|
+
int argc, const VALUE *argv, int priv);
|
|
190
190
|
|
|
191
191
|
static inline struct vm_throw_data *
|
|
192
192
|
THROW_DATA_NEW(VALUE val, rb_control_frame_t *cf, VALUE st)
|
|
File without changes
|
|
@@ -59,6 +59,8 @@ static const void *const insns_address_table[] = {
|
|
|
59
59
|
LABEL_PTR(defineclass),
|
|
60
60
|
LABEL_PTR(send),
|
|
61
61
|
LABEL_PTR(opt_str_freeze),
|
|
62
|
+
LABEL_PTR(opt_newarray_max),
|
|
63
|
+
LABEL_PTR(opt_newarray_min),
|
|
62
64
|
LABEL_PTR(opt_send_without_block),
|
|
63
65
|
LABEL_PTR(invokesuper),
|
|
64
66
|
LABEL_PTR(invokeblock),
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: debase-ruby_core_source
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mark Moseley
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2016-
|
|
13
|
+
date: 2016-06-20 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: archive-tar-minitar
|
|
@@ -1348,52 +1348,6 @@ files:
|
|
|
1348
1348
|
- lib/debase/ruby_core_source/ruby-2.3.0-p0/vm_insnhelper.h
|
|
1349
1349
|
- lib/debase/ruby_core_source/ruby-2.3.0-p0/vm_opts.h
|
|
1350
1350
|
- lib/debase/ruby_core_source/ruby-2.3.0-p0/vmtc.inc
|
|
1351
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/addr2line.h
|
|
1352
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/ccan/build_assert/build_assert.h
|
|
1353
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/ccan/check_type/check_type.h
|
|
1354
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/ccan/container_of/container_of.h
|
|
1355
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/ccan/list/list.h
|
|
1356
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/ccan/str/str.h
|
|
1357
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/constant.h
|
|
1358
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/dln.h
|
|
1359
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/encindex.h
|
|
1360
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/eval_intern.h
|
|
1361
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/gc.h
|
|
1362
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/id.h
|
|
1363
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/id_table.h
|
|
1364
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/insns.inc
|
|
1365
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/insns_info.inc
|
|
1366
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/internal.h
|
|
1367
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/iseq.h
|
|
1368
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/known_errors.inc
|
|
1369
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/method.h
|
|
1370
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/node.h
|
|
1371
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/node_name.inc
|
|
1372
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/opt_sc.inc
|
|
1373
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/optinsn.inc
|
|
1374
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/optunifs.inc
|
|
1375
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/parse.h
|
|
1376
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/probes_helper.h
|
|
1377
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/regenc.h
|
|
1378
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/regint.h
|
|
1379
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/regparse.h
|
|
1380
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/revision.h
|
|
1381
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/ruby_atomic.h
|
|
1382
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/siphash.h
|
|
1383
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/symbol.h
|
|
1384
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/thread_pthread.h
|
|
1385
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/thread_win32.h
|
|
1386
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/timev.h
|
|
1387
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/transcode_data.h
|
|
1388
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/version.h
|
|
1389
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/vm.inc
|
|
1390
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/vm_call_iseq_optimized.inc
|
|
1391
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/vm_core.h
|
|
1392
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/vm_debug.h
|
|
1393
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/vm_exec.h
|
|
1394
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/vm_insnhelper.h
|
|
1395
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/vm_opts.h
|
|
1396
|
-
- lib/debase/ruby_core_source/ruby-2.3.0-preview2/vmtc.inc
|
|
1397
1351
|
- lib/debase/ruby_core_source/ruby-2.3.1-p112/addr2line.h
|
|
1398
1352
|
- lib/debase/ruby_core_source/ruby-2.3.1-p112/ccan/build_assert/build_assert.h
|
|
1399
1353
|
- lib/debase/ruby_core_source/ruby-2.3.1-p112/ccan/check_type/check_type.h
|
|
@@ -1440,6 +1394,53 @@ files:
|
|
|
1440
1394
|
- lib/debase/ruby_core_source/ruby-2.3.1-p112/vm_insnhelper.h
|
|
1441
1395
|
- lib/debase/ruby_core_source/ruby-2.3.1-p112/vm_opts.h
|
|
1442
1396
|
- lib/debase/ruby_core_source/ruby-2.3.1-p112/vmtc.inc
|
|
1397
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/addr2line.h
|
|
1398
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/ccan/build_assert/build_assert.h
|
|
1399
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/ccan/check_type/check_type.h
|
|
1400
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/ccan/container_of/container_of.h
|
|
1401
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/ccan/list/list.h
|
|
1402
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/ccan/str/str.h
|
|
1403
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/constant.h
|
|
1404
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/dln.h
|
|
1405
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/encindex.h
|
|
1406
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/eval_intern.h
|
|
1407
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/gc.h
|
|
1408
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/id.h
|
|
1409
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/id_table.h
|
|
1410
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/insns.inc
|
|
1411
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/insns_info.inc
|
|
1412
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/internal.h
|
|
1413
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/iseq.h
|
|
1414
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/known_errors.inc
|
|
1415
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/method.h
|
|
1416
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/node.h
|
|
1417
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/node_name.inc
|
|
1418
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/opt_sc.inc
|
|
1419
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/optinsn.inc
|
|
1420
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/optunifs.inc
|
|
1421
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/parse.h
|
|
1422
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/probes_helper.h
|
|
1423
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/regenc.h
|
|
1424
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/regint.h
|
|
1425
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/regparse.h
|
|
1426
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/revision.h
|
|
1427
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/ruby_assert.h
|
|
1428
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/ruby_atomic.h
|
|
1429
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/siphash.h
|
|
1430
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/symbol.h
|
|
1431
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/thread_pthread.h
|
|
1432
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/thread_win32.h
|
|
1433
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/timev.h
|
|
1434
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/transcode_data.h
|
|
1435
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/version.h
|
|
1436
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/vm.inc
|
|
1437
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/vm_call_iseq_optimized.inc
|
|
1438
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/vm_core.h
|
|
1439
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/vm_debug.h
|
|
1440
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/vm_exec.h
|
|
1441
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/vm_insnhelper.h
|
|
1442
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/vm_opts.h
|
|
1443
|
+
- lib/debase/ruby_core_source/ruby-2.4.0-preview1/vmtc.inc
|
|
1443
1444
|
- lib/debase/ruby_core_source/version.rb
|
|
1444
1445
|
homepage: http://github.com/os97673/debase-ruby_core_source
|
|
1445
1446
|
licenses:
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
#define RUBY_REVISION 53028
|