| Age | Commit message (Collapse) | Author |
|
The parameter iv_name SHOULD be string or symbol, but there is no
garantee on it.
|
|
add comments for Generational Mode in gc.c
|
|
|
|
|
|
|
|
|
|
rename advance_phace() to incremental_gc_until(), and cleanup some redundant codes with it.
|
|
|
|
|
|
|
|
|
|
in fact advance_phace() is not really a "phase", but can be used
as an utility function.
|
|
|
|
attr_writer. From ~24sec to ~15sec
|
|
|
|
Replace 0 with NULL because struct pointer is set NULL in.
|
|
|
|
|
|
Replace 0 with NULL because set NULL in sturct pointer.
|
|
Replace 0 with FALSE and replace 1 with TRUE.
|
|
Add comments in variable.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add comments in opcode.h
|
|
Fix indents in opcode.h.
|
|
|
|
|
|
|
|
|
|
Refactor codes using REGEXP_CLASS define.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#1357
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|