index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm.c
Age
Commit message (
Expand
)
Author
2014-10-18
* vm_core.h, vm.c, proc.c: fix GC mark miss on bindings.
ktsj
2014-10-15
cont.c: Optimize fiber_switch callees
normal
2014-10-12
* vm.c: [DOC] fix typo by @yui-knk [Fixes GH-738]
zzak
2014-10-11
vm.c: precedence of duplicated keys
nobu
2014-09-12
vm.c (thread_alloc): remove needless volatile
normal
2014-09-12
proc/env DATA_PTR is never NULL
normal
2014-09-12
proc.c (rb_proc_alloc): inline and move to vm.c
normal
2014-09-12
vm.c (env_alloc): inline to avoid extra zeroing
normal
2014-09-11
* vm.c (rb_thread_mark): use rb_gc_mark_values() to mark VM stack.
ko1
2014-09-11
* vm.c (rb_vm_register_special_exception): make new function to
ko1
2014-09-11
* gc.c (rb_gc_mark_values): added.
ko1
2014-09-08
vm_core.h (rb_env_t): use flexible array
normal
2014-09-04
vm.c: remove unused USE_THREAD_RECYCLE [misc #10198]
normal
2014-09-04
* symbian/*: removed Symbian support.
hsbt
2014-08-14
vm.c (rb_thread_mark): update comment about marking `me'
normal
2014-07-18
revert r46859 and r46860
nobu
2014-07-18
enum.c: optimize any? object allocations for Array and Hash
nobu
2014-07-18
vm_core.h: redefined_flag in rb_vm_t
nobu
2014-07-16
revert r46834 because it does not pass tests
ko1
2014-07-16
* vm_core.h: remove rb_vm_t::trap_list[RUBY_NSIG], but add
ko1
2014-07-16
* iseq.c (rb_iseq_defined_string): use rb_gc_mark_object() instead of
ko1
2014-07-16
* gc.c (gc_mark_roots): call rb_vm_mark directly.
ko1
2014-07-14
vm_core.h (struct rb_iseq_struct): reduce to 296 bytes on 64-bit
normal
2014-07-06
* gc.c (rb_gc_register_mark_object): change data structure.
ko1
2014-07-01
vm.c: rb_vm_env_local_variables
nobu
2014-07-01
vm.c: constify
nobu
2014-06-19
* vm.c (rb_vm_rewind_cfp): add new function to rewind specified cfp
ko1
2014-06-19
* vm.c (invoke_block_from_c): move call/return event timing for
ko1
2014-06-19
* vm_core.h: add VM_FRAME_MAGIC_RESCUE to recognize normal block or
ko1
2014-06-11
thread.c: fix for non-scalar pthread_t
nobu
2014-06-03
vm.c: return the result hash
nobu
2014-06-02
* vm.c (ruby_vm_destruct): remove useless call of
ko1
2014-05-29
* vm_trace.c, vm.c, thread.c: get rid of (maybe false positive) warnings about
usa
2014-05-28
vm.c: remove rb_vm_living_threads_foreach function
normal
2014-05-25
report bug with machine regisiters
nobu
2014-05-21
vm.c: rewind cfp
nobu
2014-05-11
* compile.c (BUFSIZE): Unused macro removed.
akr
2014-05-11
vm.c: suppress a warning
nobu
2014-05-10
vm*: doubly-linked list from ccan to manage vm->living_threads
normal
2014-05-07
vm_eval.c: valid name IDs only
nobu
2014-05-07
vm_eval.c: exclude hidden variables
nobu
2014-05-07
rename variables
nobu
2014-05-04
vm.c: Init_vm_objects
nobu
2014-04-30
* vm.c (invoke_block_from_c): add VM_FRAME_FLAG_BMETHOD to record
ko1
2014-03-31
vm.c: avoid inadvertent pin-down
nobu
2014-03-24
vm.c: extract core_hash_merge
nobu
2014-03-24
vm.c: merge code
nobu
2014-03-13
vm_insnhelper.c: relax arity check
nobu
2014-03-08
vm.c: cleanup to use rb_method_entry_at
normal
2014-02-27
adjust indent and style
nobu
[next]