aboutsummaryrefslogtreecommitdiffstats
path: root/compile.c
Commit message (Expand)AuthorAgeFilesLines
* * 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