aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.c
Commit message (Expand)AuthorAgeFilesLines
* * compile.c (new_child_iseq): adjust argument types.nobu2010-10-311-6/+6
* * vm_core.h: some refactoring.ko12010-10-311-2/+10
* * iseq.c (iseq_s_compile): fix optional argument.ko12010-10-291-1/+1
* * iseq.c (insn_operand_intern): fix format specifier.nobu2010-10-151-1/+1
* * insns.def, iseq.c, vm_insnhelper.c: rename variable nameko12010-10-141-6/+6
* * iseq.c (insn_operand_intern, rb_iseq_disasm): fix format specifiers.nobu2010-10-131-3/+3
* * compile.c (iseq_build_body), error.c (set_syserr, get_syserr),nobu2010-10-121-2/+2
* * compile.c (iseq_build_body), insns.def (getglobal, setglobal),nobu2010-10-121-2/+2
* * class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c:naruse2010-07-271-1/+1
* * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu2010-07-181-3/+5
* * load.c (rb_load_internal): remove call to rb_realpath_internalmame2010-06-171-2/+3
* * cont.c (fiber_set_stack_location), iseq.c (prepare_iseq_build),nobu2010-05-161-1/+1
* * iseq.c (iseq_load): allow filepath to be nil.wanabe2010-05-021-1/+2
* * iseq.c (set_relation): do not use top_wrapper as bottom of cref,mame2010-04-271-1/+8
* * compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolutemame2010-03-161-24/+30
* * compile.c (insn_data_to_s_detail), iseq.c (insn_operand_intern):nobu2010-03-141-1/+1
* * iseq.c (rb_iseq_clone): sets local_iseq and klass properly.shugo2010-03-101-0/+4
* * insns.def: Change the operand type of setinlinecacheko12010-02-241-3/+5
* * iseq.c (iseq_s_disasm): check for proc first. based on thenobu2010-01-201-4/+4
* removes the dtrace support. reverts r26239, r26238 and r26235.yugui2010-01-051-21/+0
* * trace.h: new file. wraps tracing mechanisms.yugui2010-01-031-0/+21
* * iseq.c (iseq_s_disasm): return nil for native methods.nobu2009-12-231-1/+1
* * iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext):nobu2009-10-191-1/+3
* * gc.h (rb_gc_debug_body): constified.nobu2009-10-161-5/+7
* * compile.c (ADD_TRACE): fire coverage event in ensure clause.mame2009-10-081-0/+1
* * iseq.c (iseq_s_disasm): accept proc objects. [ruby-core:18762]nobu2009-10-071-0/+9
* * iseq.c (compile_string): rename to parse_string(), becauseko12009-09-251-2/+2
* * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu2009-09-211-16/+18
* * include/ruby/ruby.h (rb_data_type_struct): constified dsize.nobu2009-09-091-2/+2
* * iseq.c (iseq_mark): use preprocessor.nobu2009-09-081-2/+4
* * iseq.c (iseq_mark): no need to mark inline cache entries.ko12009-09-081-11/+0
* * iseq.c (iseq_mark): skip outdated cache entries.nobu2009-08-281-0/+1
* * iseq.c (iseq_mark): made invariant expressions constant references.nobu2009-08-281-7/+9
* * gc.c: reject unused longlife gc.nari2009-08-101-4/+4
* * vm_core.h (struct rb_iseq_t): add a new field line_no. This fieldmame2009-07-221-19/+24
* * node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry.ko12009-07-161-2/+2
* * method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko12009-07-151-7/+7
* * vm_core.h, compile.c: declare struct iseq_inline_cache_entry.ko12009-07-131-2/+10
* * insns.def, vm_insnhelper.c (getinstancevariable):ko12009-07-131-2/+2
* * include/ruby/ruby.h:ko12009-07-071-1/+1
* * iseq.c: provisional type fixes.nobu2009-07-071-3/+3
* * iseq.c (iseq_memsize): added. Use RTypedData instead of RDatako12009-06-161-5/+43
* * iseq.c (rb_iseq_clone): use longlife object and insert write barrier.nari2009-05-161-2/+2
* * gc.c: add longlife garbage collection. [ruby-dev:38423]nari2009-05-131-2/+2
* * iseq.c (rb_iseq_disasm): RSTRING_LEN() returns long.nobu2009-03-111-2/+3
* * iseq.c (prepare_iseq_build): too few arguments to functionnobu2009-03-101-2/+2
* * iseq.c (rb_iseq_compile_with_option): argument may be converted.nobu2009-03-101-8/+10
* * iseq.c (cdhash_each): resurrects internal literals.nobu2009-02-261-1/+1
* stripped trailing spaces.nobu2009-02-221-1/+1
* * array.c (rb_ary_resurrect), string.c (rb_str_resurrect): newnobu2009-02-181-11/+18