aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.c
Commit message (Expand)AuthorAgeFilesLines
* * compile.c (iseq_build_from_ary), iseq.c (iseq_load): fix for format change.nobu2008-01-081-16/+16
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * iseq.c: all methods need $SAFE < 1.ko12007-12-251-0/+10
* * iseq.c, vm_core.h: comment out unused fields.ko12007-12-251-5/+8
* * proc.c (method_name): preserve Symbol's encoding.matz2007-12-241-1/+1
* * iseq.c (Init_ISeq): disable ISeq.load() because there is no verifier.ko12007-12-241-5/+25
* * iseq.c (find_line_no): return 0 if not found.ko12007-12-201-0/+3
* * compile.c (iseq_compile_each): add pop after throw as return.ko12007-12-191-13/+28
* * iseq.c (ruby_iseq_disasm): fix to show arg_simple value.ko12007-08-161-2/+2
* * vm_dump.c (debug_print_pre): fix to show control frame count.ko12007-08-121-1/+7
* * iseq.c (iseq_s_compile_option_get, Init_ISeq): added a newnobu2007-08-061-4/+14
* * common.mk (node_name.inc): auto-generate node name list.nobu2007-08-061-230/+1
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-29/+43
* * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu2007-07-051-10/+14
* * iseq.c (set_relation): added.ko12007-07-031-34/+44
* * compile.c: rename iseq_translate_direct_threaded_code()ko12007-07-021-0/+10
* * eval_intern.h, yarvcore.h: move declaration of sysstack_errorko12007-07-011-17/+17
* * compile.c, iseq.c: fix iseq some of load/store process.ko12007-07-011-19/+31
* * yarvcore.h, compile.c, insnhelper.ci, iseq.c, vm.c:ko12007-07-011-10/+51
* * yarvcore.h: some refactoring on rb_iseq_t.ko12007-06-301-5/+5
* * include/ruby/node.h, parse.y, gc.c, iseq.c: remove NODE_CREF.ko12007-06-271-2/+0
* * iseq.c (ruby_node_name): update node names.ko12007-06-261-2/+18
* * gc.h: add RUBY_ prefix to debug macros.ko12007-06-251-21/+21
* * call_cfunc.ci: removed.ko12007-06-241-3/+0
* * vm.c: some refactoring.ko12007-06-241-1/+1
* * vm.c (callee_setup_arg): added. support correct post arg.ko12007-06-241-3/+5
* * include/ruby: moved public headers.nobu2007-06-101-2/+2
* * iseq.c (prepare_iseq_build): freeze filename and name string.ko12007-06-071-1/+4
* * compile.c, vm_macro.def: support tail call optimizationko12007-05-211-3/+8
* * iseq.c (ruby_iseq_disasm): fix to show post arg info.ko12007-05-171-2/+3
* * iseq.c (iseq_data_to_ary): internal IDs must not be exposed.nobu2007-05-111-160/+160
* * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko12007-04-191-0/+2
* * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,ko12007-03-211-13/+21
* * compile.c: iseq_compile -> rb_iseq_compile.aamine2007-03-081-2/+2
* * yarvcore.h: add rb_thread_t#top_wrapper, top_self.ko12007-02-251-6/+8
* * yarvcore.h:ko12007-02-251-39/+24
* * parse.y, node.h, compile.c: change node tree structure. a purposeko12007-02-241-3/+8
* * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz2007-02-231-2/+0
* * this commit is a result of refactoring. only renaming functions,ko12007-02-071-16/+14
* * blockinlining.c, compile.c, compile.h, error.c, eval.c,ko12007-02-061-51/+51
* * parse.y (rb_compose_ivar2): function to create a new ivar2matz2007-02-041-0/+4
* * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu2007-02-021-3/+3
* * parse.y (assignable_gen): no need to generate NODE_CVDECL.matz2007-02-021-2/+0
* * some refactoring around yarvcore and proc.ko12007-01-171-15/+17
* * Merge YARVko12006-12-311-0/+1345