aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
Commit message (Expand)AuthorAgeFilesLines
* * vm_core.h, vm_insnhelper.c, vm_eval.c (OPT_CALL_CFUNC_WITHOUT_FRAME):ko12012-10-231-2/+22
* * vm_core.h (rb_vm_t::trace_running): add a new fieldktsj2012-10-211-0/+1
* * vm_core.h (rb_vm_t::trace_flag): remove `trace_flag'ktsj2012-10-211-1/+0
* * method.h (rb_method_cfunc_t::invoker): add new field (func ptr)ko12012-10-191-0/+1
* * vm_insnhelper.c (vm_call_method_missing): make a refactoringko12012-10-171-0/+1
* * vm_insnhelper.c (vm_getivar, vm_setivar): support index inline cacheko12012-10-161-1/+4
* * vm_core.h (VM_CALL_*): rename VM_CALL_*_BITko12012-10-151-9/+8
* * vm_insnhelper.c: refactoring.ko12012-10-141-0/+2
* * insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h:ko12012-10-141-4/+21
* * vm_core.h (rb_call_info_t): add new type `rb_call_inf_t'.ko12012-10-091-4/+15
* * vm_core.h: now VM_DEBUG_BP_CHECK should be 1.ko12012-09-281-1/+1
* * vm_core.h: remove rb_control_frame_t::bp (bp: base pointer).ko12012-09-281-10/+18
* Feature #7035nobu2012-09-241-0/+2
* suppress warningsnobu2012-08-261-1/+1
* vm_insnhelper.c: iclass as klass in cfpnobu2012-08-201-1/+1
* * vm_trace.c, vm_core.h: simplify tracing mechanism.ko12012-08-161-7/+12
* * compile.c, insns.def (checkmatch):ko12012-08-081-0/+10
* * vm_exec.c, insns.def (leave): solve problems onko12012-08-071-0/+5
* * class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c,shugo2012-08-021-5/+11
* * thread.c (rb_thread_s_control_interrupt,ko12012-07-191-6/+8
* * thread.c (rb_threadptr_async_errinfo_*): manage async errors queue.ko12012-07-181-1/+10
* * iseq.c, vm_eval.c: set th->base_block properly.ko12012-06-221-1/+7
* * vm_core.h: remove VM_FRAME_MAGIC_FINISH (finish frame type).ko12012-06-151-1/+2
* fix r36079nobu2012-06-141-1/+1
* * eval.c: Add doxygen comments.yugui2012-06-141-0/+11
* * vm_core.h: remove lfp (local frame pointer) and renameko12012-06-111-11/+32
* * vm_insnhelper.h: remove magical code "lfp[0] & 0x02".ko12012-06-041-0/+2
* * vm_core.h (rb_location_t): fix type and field name.ko12012-06-041-13/+13
* * common.mk: fix to build vm_backtrace.c only itself (vm_backtrace.cko12012-06-021-1/+0
* * vm.c: refactoring backtrace related funcitons.ko12012-05-251-1/+0
* remove trailing spacesnobu2012-05-221-1/+1
* * vm_core.h: add a data type rb_location_t to store iseq locationko12012-05-221-5/+11
* Imports Ruby's port to NativeClient (a.k.a NaCl).yugui2012-05-171-0/+4
* * vm_core.h (rb_thread_t#yielding): add a field.ko12012-04-281-0/+1
* * iseq.c (rb_iseq_first_lineno): constified.nobu2012-03-161-1/+1
* * vm_core.h: Fix comment about arg_opts of iseq and some typosmarcandre2011-12-301-3/+3
* * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments), iseq.c (...mame2011-12-261-0/+1
* * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments, iseq_comp...mame2011-12-261-0/+3
* * vm_core.h (ruby_current_thread): probeprofiler has been removednobu2011-10-181-1/+1
* * vm.c (rb_vm_rewrite_dfp_in_errinfo): change return typektsj2011-08-271-1/+1
* * proc.c (proc_new): force to rewrite errinfo when calling Proc.new in ensure.ktsj2011-08-271-0/+1
* * vm_core.h: add a decl. of rb_autoloading_value().ko12011-08-261-0/+2
* * iseq.h, iseq.c, compile.c: Change the line number data structureko12011-08-241-2/+2
* * vm.c (ruby_threadptr_data_type): rename to hide.nobu2011-08-161-2/+2
* * vm_core.h (ALT_STACK_SIZE): use MINSIGSTKSZ*2 instead of SIGSTKSZ*2.kosaki2011-07-301-2/+2
* * vm.c (th_init): preallocate alternative stack.kosaki2011-07-301-0/+6
* * proc.c (struct METHOD), gc.c (gc_marks), vm_method.cmame2011-07-251-0/+2
* * thread_pthread.c (rb_thread_create_timer_thread): removedkosaki2011-07-101-2/+0
* * vm_core.h (typedef struct rb_vm_struct): create a newkosaki2011-07-101-0/+1
* * thread.c (thread_unlock_all_locking_mutexes): rename tokosaki2011-07-081-0/+1