summaryrefslogtreecommitdiff
path: root/iseq.c
AgeCommit message (Expand)Author
2010-03-16* compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolutemame
2010-03-14* compile.c (insn_data_to_s_detail), iseq.c (insn_operand_intern):nobu
2010-03-10* iseq.c (rb_iseq_clone): sets local_iseq and klass properly.shugo
2010-02-24* insns.def: Change the operand type of setinlinecacheko1
2010-01-20* iseq.c (iseq_s_disasm): check for proc first. based on thenobu
2010-01-05removes the dtrace support. reverts r26239, r26238 and r26235.yugui
2010-01-03* trace.h: new file. wraps tracing mechanisms.yugui
2009-12-23* iseq.c (iseq_s_disasm): return nil for native methods.nobu
2009-10-19* iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext):nobu
2009-10-16* gc.h (rb_gc_debug_body): constified.nobu
2009-10-08* compile.c (ADD_TRACE): fire coverage event in ensure clause.mame
2009-10-07* iseq.c (iseq_s_disasm): accept proc objects. [ruby-core:18762]nobu
2009-09-25* iseq.c (compile_string): rename to parse_string(), becauseko1
2009-09-21* compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu
2009-09-09* include/ruby/ruby.h (rb_data_type_struct): constified dsize.nobu
2009-09-08* iseq.c (iseq_mark): use preprocessor.nobu
2009-09-08* iseq.c (iseq_mark): no need to mark inline cache entries.ko1
2009-08-28* iseq.c (iseq_mark): skip outdated cache entries.nobu
2009-08-28* iseq.c (iseq_mark): made invariant expressions constant references.nobu
2009-08-10* gc.c: reject unused longlife gc.nari
2009-07-22* vm_core.h (struct rb_iseq_t): add a new field line_no. This fieldmame
2009-07-16* node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry.ko1
2009-07-15* method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko1
2009-07-13* vm_core.h, compile.c: declare struct iseq_inline_cache_entry.ko1
2009-07-13* insns.def, vm_insnhelper.c (getinstancevariable):ko1
2009-07-07* include/ruby/ruby.h:ko1
2009-07-07* iseq.c: provisional type fixes.nobu
2009-06-16* iseq.c (iseq_memsize): added. Use RTypedData instead of RDatako1
2009-05-16* iseq.c (rb_iseq_clone): use longlife object and insert write barrier.nari
2009-05-13* gc.c: add longlife garbage collection. [ruby-dev:38423]nari
2009-03-11* iseq.c (rb_iseq_disasm): RSTRING_LEN() returns long.nobu
2009-03-10* iseq.c (prepare_iseq_build): too few arguments to functionnobu
2009-03-10* iseq.c (rb_iseq_compile_with_option): argument may be converted.nobu
2009-02-26* iseq.c (cdhash_each): resurrects internal literals.nobu
2009-02-22stripped trailing spaces.nobu
2009-02-18* array.c (rb_ary_resurrect), string.c (rb_str_resurrect): newnobu
2009-02-14* iseq.c: remove nil parameter from Proc#parameterstakano32
2009-02-13* iseq.c (simple_default_value): removed. default values of optionalnobu
2009-02-12* compile.c (compile_array_, defined_expr, iseq_compile_each): hidenobu
2009-02-12* iseq.c (simple_default_value): allow plain strings as defaultmatz
2009-01-19* iseq.c:ko1
2009-01-18* iseq.c (rb_iseq_load): renamed from ruby_iseq_load, since it isnobu
2008-12-27* iseq.h, iseq.c (rb_iseq_new_main): add a type ISEQ_TYPE_MAIN.ko1
2008-12-27* vm.c (Init_VM): create and define TOPLEVEL_BINDING at first.ko1
2008-12-05* iseq.c (rb_iseq_parameters): proc arguments are always optional.nobu
2008-12-05* compile.c (ruby_iseq_compile, ruby_iseq_translate_threaded_code),nobu
2008-12-03* iseq.c (simple_default_value): returns simplest assignment only.nobu
2008-11-28* iseq.c (simple_default_value): extracts simplest defaultnobu
2008-09-23* include/ruby/node.h, node.h: move node.h from include path.ko1
2008-09-23* include/ruby/node.h, vm_core.h: move definition ofko1