summaryrefslogtreecommitdiff
path: root/compile.c
AgeCommit message (Expand)Author
2007-02-02* ruby.h (SYMBOL_P): make Symbol immediate again for performance. matz
2007-02-02* parse.y (assignable_gen): no need to generate NODE_CVDECL.matz
2007-01-17* some refactoring around yarvcore and proc.ko1
2007-01-06* insns.def : support direct method dispatch with "send" or "funcall".ko1
2007-01-05* compile.c, compile.h : add ADD_CALL_RECEIVER() macro.ko1
2007-01-05* compile.c (iseq_compile_each, set_block_local_tbl) :ko1
2006-12-31 * Merge YARVko1