aboutsummaryrefslogtreecommitdiffstats
path: root/vm.c
Commit message (Expand)AuthorAgeFilesLines
* * insns.def: add new instruction `opt_empty_p' for optimize `empty?'ko12012-09-261-0/+1
* Feature #7035nobu2012-09-241-1/+9
* * class.c (singleton_class_of): flonum can't have singleton class.usa2012-08-231-1/+1
* * include/ruby/ruby.h: introduce flonum technique forko12012-08-231-5/+5
* * vm_trace.c: support TracePoint. [ruby-trunk - Feature #6895]ko12012-08-221-3/+7
* vm_insnhelper.c: iclass as klass in cfpnobu2012-08-201-8/+24
* * vm_trace.c, vm_core.h: simplify tracing mechanism.ko12012-08-161-10/+4
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-151-0/+1
* Revert r36699 and r36700. [Feature #6130]naruse2012-08-151-1/+0
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-141-0/+1
* * vm.c (invoke_block_from_c): fix unintentional block passing.ktsj2012-08-121-1/+0
* * vm_exec.c, insns.def (leave): solve problems onko12012-08-071-0/+4
* * eval.c (rb_mod_using): new method Module#using. [experimental]shugo2012-08-021-2/+2
* * class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c,shugo2012-08-021-9/+16
* vm.c: remove unused variablesnobu2012-07-181-5/+4
* * thread.c (rb_threadptr_async_errinfo_*): manage async errors queue.ko12012-07-181-1/+2
* __callee__ fixnobu2012-07-041-7/+8
* * iseq.c, vm_eval.c: set th->base_block properly.ko12012-06-221-7/+4
* fix typos [ci skip]kazu2012-06-151-1/+1
* * vm_core.h: remove VM_FRAME_MAGIC_FINISH (finish frame type).ko12012-06-151-37/+13
* * vm_core.h: remove lfp (local frame pointer) and renameko12012-06-111-92/+119
* * vm_core.h (rb_location_t): fix type and field name.ko12012-06-041-5/+5
* * common.mk: fix to build vm_backtrace.c only itself (vm_backtrace.cko12012-06-021-1/+1
* * vm_backtrace.c: added. Separate backtrace related functions toko12012-06-021-710/+3
* vm.c: UNREACHABLE to suppress warningsnobu2012-05-311-5/+10
* * vm.c (backtrace_*): change type of lev and n from size_t to int.ko12012-05-261-8/+12
* * vm.c (RubyVM::FrameInfo): add a class to access each frameko12012-05-261-50/+239
* * vm.c (frame_info_to_str): add `break'.ko12012-05-261-88/+36
* * vm.c (rb_frame_info_t): keep previous ISEQ frame info for CFUNCko12012-05-261-21/+70
* vm.c: adjust argument typesnobu2012-05-251-3/+3
* * vm.c (oldbt_init, vm_backtrace_str_ary): arg->data shouldko12012-05-251-1/+1
* * vm.c: refactoring backtrace related funcitons.ko12012-05-251-110/+249
* vm.c: marshal compatibilitynobu2012-05-241-2/+1
* vm.c: fix typonobu2012-05-241-2/+4
* vm.c: rb_typeddata_is_kind_ofnobu2012-05-241-6/+1
* vm_eval.c: fix typesnobu2012-05-241-8/+8
* vm.c: suppress 64-to-32 warningsnobu2012-05-241-2/+2
* * vm.c: add RubyVM::Backtrace object (btobj).ko12012-05-241-11/+294
* * vm_core.h: add a data type rb_location_t to store iseq locationko12012-05-221-7/+7
* * parse.y (assoc, parser_yylex): add syntax to splat keyword hash.nobu2012-04-281-0/+25
* * compile.c (compile_array, compile_array_):ko12012-04-121-0/+41
* * cont.c (rb_fiber_reset_root_local_storage): add a new function tonagachika2012-02-151-0/+1
* * vm.c (rb_iter_break_value): new function to break a block withnobu2012-01-241-4/+11
* * vm.c (vm_exec): remove workaround for LLVM because r34278 fixes it.naruse2012-01-201-3/+0
* * test/ruby/test_enumerator.rb (test_nested_iteration): fix typo.nobu2012-01-101-1/+1
* * vm.c (vm_exec): refix r34162; suppress warning and add description.naruse2012-01-101-2/+2
* * gc.c (ruby_mimmalloc): defined for objects need not rb_objspace,naruse2012-01-101-4/+4
* * gc.c (rb_objspace_free): global_List is allocated with xmalloc.naruse2012-01-081-2/+2
* * vm.c: fix comment.ktsj2012-01-021-6/+6
* * vm.c (vm_exec): add guard to prevent optimization for LLVM clang.naruse2011-12-301-0/+3