aboutsummaryrefslogtreecommitdiffstats
path: root/compile.c
Commit message (Expand)AuthorAgeFilesLines
* * yarvcore.h:ko12007-02-251-40/+62
* * parse.y, node.h, compile.c: change node tree structure. a purposeko12007-02-241-9/+106
* * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz2007-02-231-14/+5
* * compile.c (defined_expr): no longer distinguish ordinary localmatz2007-02-141-3/+1
* * this commit is a result of refactoring. only renaming functions,ko12007-02-071-21/+11
* * blockinlining.c, compile.c, compile.h, error.c, eval.c,ko12007-02-061-78/+78
* * compile.c (iseq_compile_each): fix setting is_local flag.ko12007-02-061-1/+1
* * compile.c, insns.def: remove (get|set)instancevariable2 and add ako12007-02-061-21/+9
* * parse.y (rb_compose_ivar2): function to create a new ivar2matz2007-02-041-0/+22
* * insns.def (setclassvariable): remove unnecessary operand.matz2007-02-041-3/+2
* * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu2007-02-021-14/+14
* * ruby.h (SYMBOL_P): make Symbol immediate again for performance. matz2007-02-021-2/+1
* * parse.y (assignable_gen): no need to generate NODE_CVDECL.matz2007-02-021-3/+2
* * some refactoring around yarvcore and proc.ko12007-01-171-1/+1
* * insns.def : support direct method dispatch with "send" or "funcall".ko12007-01-061-0/+5
* * compile.c, compile.h : add ADD_CALL_RECEIVER() macro.ko12007-01-051-8/+9
* * compile.c (iseq_compile_each, set_block_local_tbl) :ko12007-01-051-37/+74
* * Merge YARVko12006-12-311-0/+4914