summaryrefslogtreecommitdiff
path: root/vm_core.h
AgeCommit message (Expand)Author
2012-11-11* vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo):shugo
2012-11-09* ruby_atomic.h: renamed from atomic.h to avoid header file name conflictngoto
2012-11-05Fix compatibility of cached expanded load pathshirosaki
2012-11-05Cache the expanded load pathshirosaki
2012-11-05Index $LOADED_FEATURES so that require isn't so slowshirosaki
2012-11-03* vm.c (rb_vm_rewrite_ep_in_errinfo, vm_rewrite_ep_in_errinfo):ktsj
2012-10-23* vm_core.h, vm_insnhelper.c, vm_eval.c (OPT_CALL_CFUNC_WITHOUT_FRAME):ko1
2012-10-21* vm_core.h (rb_vm_t::trace_running): add a new fieldktsj
2012-10-21* vm_core.h (rb_vm_t::trace_flag): remove `trace_flag'ktsj
2012-10-19* method.h (rb_method_cfunc_t::invoker): add new field (func ptr)ko1
2012-10-17* vm_insnhelper.c (vm_call_method_missing): make a refactoringko1
2012-10-16* vm_insnhelper.c (vm_getivar, vm_setivar): support index inline cacheko1
2012-10-15* vm_core.h (VM_CALL_*): rename VM_CALL_*_BITko1
2012-10-14* vm_insnhelper.c: refactoring.ko1
2012-10-14* insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h:ko1
2012-10-09* vm_core.h (rb_call_info_t): add new type `rb_call_inf_t'.ko1
2012-09-28* vm_core.h: now VM_DEBUG_BP_CHECK should be 1.ko1
2012-09-28* vm_core.h: remove rb_control_frame_t::bp (bp: base pointer).ko1
2012-09-24Feature #7035nobu
2012-08-26suppress warningsnobu
2012-08-20vm_insnhelper.c: iclass as klass in cfpnobu
2012-08-16* vm_trace.c, vm_core.h: simplify tracing mechanism.ko1
2012-08-08* compile.c, insns.def (checkmatch):ko1
2012-08-07* vm_exec.c, insns.def (leave): solve problems onko1
2012-08-02* class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c,shugo
2012-07-19* thread.c (rb_thread_s_control_interrupt,ko1
2012-07-18* thread.c (rb_threadptr_async_errinfo_*): manage async errors queue.ko1
2012-06-22* iseq.c, vm_eval.c: set th->base_block properly.ko1
2012-06-15* vm_core.h: remove VM_FRAME_MAGIC_FINISH (finish frame type).ko1
2012-06-14fix r36079nobu
2012-06-14* eval.c: Add doxygen comments.yugui
2012-06-11* vm_core.h: remove lfp (local frame pointer) and renameko1
2012-06-04* vm_insnhelper.h: remove magical code "lfp[0] & 0x02".ko1
2012-06-04* vm_core.h (rb_location_t): fix type and field name.ko1
2012-06-02* common.mk: fix to build vm_backtrace.c only itself (vm_backtrace.cko1
2012-05-25* vm.c: refactoring backtrace related funcitons.ko1
2012-05-22remove trailing spacesnobu
2012-05-22* vm_core.h: add a data type rb_location_t to store iseq locationko1
2012-05-17Imports Ruby's port to NativeClient (a.k.a NaCl).yugui
2012-04-28* vm_core.h (rb_thread_t#yielding): add a field.ko1
2012-03-16* iseq.c (rb_iseq_first_lineno): constified.nobu
2011-12-30* vm_core.h: Fix comment about arg_opts of iseq and some typosmarcandre
2011-12-26* vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments), iseq.c (...mame
2011-12-26* vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments, iseq_comp...mame
2011-10-18* vm_core.h (ruby_current_thread): probeprofiler has been removednobu
2011-08-27* vm.c (rb_vm_rewrite_dfp_in_errinfo): change return typektsj
2011-08-27* proc.c (proc_new): force to rewrite errinfo when calling Proc.new in ensure.ktsj
2011-08-26* vm_core.h: add a decl. of rb_autoloading_value().ko1
2011-08-24* iseq.h, iseq.c, compile.c: Change the line number data structureko1
2011-08-16* vm.c (ruby_threadptr_data_type): rename to hide.nobu