aboutsummaryrefslogtreecommitdiffstats
path: root/vm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * vm.c (vm_define_method): improve guard of iseq from GC. Fixngoto2011-12-181-2/+1
* * vm.c (vm_set_top_stack, vm_set_eval_stack): check for stacknobu2011-12-071-6/+3
* * bignum.c (big_rshift), compile.c (validate_label,nobu2011-12-051-4/+2
* * vm.c (rb_thread_mark), cont.c (cont_mark): self pointer should notktsj2011-10-011-1/+0
* * vm.c (rb_thread_mark): rb_thread_t needs self to be marked.ktsj2011-10-011-0/+1
* * vm.c (rb_vm_get_sourceline): fix indent.nobu2011-09-151-1/+1
* * variable.c (rb_const_set): show the previous definitionnobu2011-09-031-0/+14
* * 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-16/+23
* * vm.c (vm_make_env_each): work around to solve Bug #2729.ko12011-08-241-0/+17
* * vm_insnhelper.h, vm_insnhelper.c, vm.c, vm_method.c, insns.def:ko12011-08-241-2/+13
* * iseq.h, iseq.c, compile.c: Change the line number data structureko12011-08-241-12/+2
* * vm.c (ruby_threadptr_data_type): rename to hide.nobu2011-08-161-2/+2
* * gc.c (init_heap): allocate sigaltstack after heaps are allocated.naruse2011-08-021-2/+3
* * vm.c (check_env): print debug messages to stderr.ktsj2011-07-311-7/+7
* * vm.c (vm_make_env_each): don't save prev env value.ktsj2011-07-311-11/+5
* * vm.c: check if cfp is valid. [Bug #5083] [ruby-dev:44208]ktsj2011-07-311-0/+11
* * vm.c (th_init): preallocate alternative stack.kosaki2011-07-301-1/+4