index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gc.c
Age
Commit message (
Expand
)
Author
2013-03-26
remove all MRB_TT_MAIN from source
Yukihiro Matz Matsumoto
2013-03-25
Make mrb_top_self return a real instance.
Carson McDonald
2013-03-24
Use size_t instead of int. This is for portability.
Yukihiro Matz Matsumoto
2013-03-19
rename mrb_true_or_false_value() to mrb_bool_value()
Yukihiro Matz Matsumoto
2013-03-19
Use mrb_true_or_false_value() / in gc_generational_mode_set().
Masaki Muranaka
2013-03-19
Use mrb_true_or_false_value() / in change_gen_gc_mode().
Masaki Muranaka
2013-03-19
Use mrb_true_or_false_value() / in gc_disable().
Masaki Muranaka
2013-03-19
Use mrb_true_or_false_value() / in gc_enable().
Masaki Muranaka
2013-03-15
rename mrb_basic to mrb_basic_ptr; close #1011
Yukihiro Matz Matsumoto
2013-03-14
Define type mrb_bool. It is typedef-ed to _Bool on C99, unsigned int on MSVC.
Masaki Muranaka
2013-03-02
Adjust some indents
MATSUMOTO Ryosuke
2013-03-01
Merge branch 'master' into pluggable_struct
mattn
2013-03-01
Pluggable Struct
mattn
2013-03-01
Pluggable Struct
mattn
2013-02-28
Fix arena size check.
Carson McDonald
2013-02-26
Clean code up.
Masaki Muranaka
2013-02-20
rename RVALUE union members
Yukihiro Matz Matsumoto
2013-02-20
add RData entrie to RVALUE union
Yukihiro Matz Matsumoto
2013-02-15
Pluggable Regexp
mattn
2013-01-17
Clear all old flags, even if we change the gc mode during the major gc.
Narihiro Nakamura
2013-01-16
Merge pull request #739 from cremno/use-b-specifier
Yukihiro "Matz" Matsumoto
2013-01-16
mrb_field_write_barrier paints also gray in the major collector.
Narihiro Nakamura
2013-01-15
use the new specifier b instead of o
Cremno
2013-01-13
Merge pull request #730 from masamitsu-murase/modify_range_initialize
Yukihiro "Matz" Matsumoto
2013-01-13
Initialize edges of RRange.
Masamitsu MURASE
2013-01-13
Doesn't clear black of all marked objects in major collections.
Narihiro Nakamura
2013-01-07
Merge pull request #703 from authorNari/skip_sweeping_old
Yukihiro "Matz" Matsumoto
2013-01-07
Skip sweeping old slots which don't contain any young object.
Narihiro Nakamura
2013-01-07
gc.c: Enable DEBUG(x) if GC_DEBUG is defined.
Masaki Muranaka
2013-01-07
Add the generational gc
Narihiro Nakamura
2012-12-31
Fix a wrong comment
Narihiro Nakamura
2012-11-08
Fix build on c++ compiler
Xuejie Xiao
2012-11-05
inline include/mruby/object.h
Yukihiro Matz Matsumoto
2012-11-04
replace RBASIC by mrb_basic
Yukihiro Matz Matsumoto
2012-11-04
remove FL_XXX macros
Yukihiro Matz Matsumoto
2012-10-29
Use substitution instead of memset in structure initialization.
Masaki Muranaka
2012-08-29
remove flags from irep
Yukihiro Matsumoto
2012-08-28
free heap pages from mrb_close()
Yukihiro Matsumoto
2012-08-21
Refer to irep_capa as well as irep_len when irep is marked by GC.
Masamitsu MURASE
2012-08-19
replace RiteVM in comments by mruby
Yukihiro Matsumoto
2012-08-19
allocf should take ud; https://twitter.com/junjis0203/status/236949976461221889
Yukihiro Matsumoto
2012-08-18
rename MRUBY_OBJECT_HEADER to MRB_OBJECT_HEADER
Yukihiro Matsumoto
2012-08-09
add GC.disable and GC.enable
Yukihiro Matsumoto
2012-08-03
Fix a memory leak in mrb_realloc().
Masaki Muranaka
2012-07-31
mark mrb->exc object
Yukihiro Matsumoto
2012-07-30
configurable MRB_HEAP_PAGE_SIZE
Yukihiro Matsumoto
2012-07-29
Make all(?) void casts explicit for C++
Max Anselm
2012-07-27
remove <stdio.h> that added for debugging
Yukihiro Matsumoto
2012-07-27
adjust ci->nregs for C implemented methods
Yukihiro Matsumoto
2012-07-27
temporary protection not to access out of stack
Yukihiro Matsumoto
[next]