summaryrefslogtreecommitdiff
path: root/vm.c
AgeCommit message (Expand)Author
2014-09-12vm.c (thread_alloc): remove needless volatilenormal
2014-09-12proc/env DATA_PTR is never NULLnormal
2014-09-12proc.c (rb_proc_alloc): inline and move to vm.cnormal
2014-09-12vm.c (env_alloc): inline to avoid extra zeroingnormal
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 toko1
2014-09-11* gc.c (rb_gc_mark_values): added.ko1
2014-09-08vm_core.h (rb_env_t): use flexible arraynormal
2014-09-04vm.c: remove unused USE_THREAD_RECYCLE [misc #10198]normal
2014-09-04* symbian/*: removed Symbian support.hsbt
2014-08-14vm.c (rb_thread_mark): update comment about marking `me'normal
2014-07-18revert r46859 and r46860nobu
2014-07-18enum.c: optimize any? object allocations for Array and Hashnobu
2014-07-18vm_core.h: redefined_flag in rb_vm_tnobu
2014-07-16revert r46834 because it does not pass testsko1
2014-07-16* vm_core.h: remove rb_vm_t::trap_list[RUBY_NSIG], but addko1
2014-07-16* iseq.c (rb_iseq_defined_string): use rb_gc_mark_object() instead ofko1
2014-07-16* gc.c (gc_mark_roots): call rb_vm_mark directly.ko1
2014-07-14vm_core.h (struct rb_iseq_struct): reduce to 296 bytes on 64-bitnormal
2014-07-06* gc.c (rb_gc_register_mark_object): change data structure.ko1
2014-07-01vm.c: rb_vm_env_local_variablesnobu
2014-07-01vm.c: constifynobu
2014-06-19* vm.c (rb_vm_rewind_cfp): add new function to rewind specified cfpko1
2014-06-19* vm.c (invoke_block_from_c): move call/return event timing forko1
2014-06-19* vm_core.h: add VM_FRAME_MAGIC_RESCUE to recognize normal block orko1
2014-06-11thread.c: fix for non-scalar pthread_tnobu
2014-06-03vm.c: return the result hashnobu
2014-06-02* vm.c (ruby_vm_destruct): remove useless call ofko1
2014-05-29* vm_trace.c, vm.c, thread.c: get rid of (maybe false positive) warnings aboutusa
2014-05-28vm.c: remove rb_vm_living_threads_foreach functionnormal
2014-05-25report bug with machine regisitersnobu
2014-05-21vm.c: rewind cfpnobu
2014-05-11* compile.c (BUFSIZE): Unused macro removed.akr
2014-05-11vm.c: suppress a warningnobu
2014-05-10vm*: doubly-linked list from ccan to manage vm->living_threadsnormal
2014-05-07vm_eval.c: valid name IDs onlynobu
2014-05-07vm_eval.c: exclude hidden variablesnobu
2014-05-07rename variablesnobu
2014-05-04vm.c: Init_vm_objectsnobu
2014-04-30* vm.c (invoke_block_from_c): add VM_FRAME_FLAG_BMETHOD to recordko1
2014-03-31vm.c: avoid inadvertent pin-downnobu
2014-03-24vm.c: extract core_hash_mergenobu
2014-03-24vm.c: merge codenobu
2014-03-13vm_insnhelper.c: relax arity checknobu
2014-03-08vm.c: cleanup to use rb_method_entry_atnormal
2014-02-27adjust indent and stylenobu
2014-02-05eval_intern.h: use TH_TMPPOP_TAG and TH_REPUSH_TAGnobu
2014-01-28vm_core.h: rb_thread_struct::machinenobu
2014-01-14suppress warning: implicit conversion loses integer precisionnaruse
2014-01-09* vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.ko1