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
2014-10-02
cast MRB_ENV_STACK_LEN to (mrb_int); ref #2600
Yukihiro "Matz" Matsumoto
2014-08-29
Fix mismatches for MRB_API declarations.
Tatsuhiko Kubo
2014-08-27
Merge pull request #2567 from cubicdaiya/issues/space_after_comma2
Yukihiro "Matz" Matsumoto
2014-08-27
Add a missing space after ",".
Tatsuhiko Kubo
2014-08-27
Use mrb_malloc() instead of mrb_realloc().
Tatsuhiko Kubo
2014-08-27
Remove discareded NULL checks.
Tatsuhiko Kubo
2014-08-07
Fix typo in gc.c
Jun Hiroe
2014-08-07
Merge pull request #2512 from suzukaze/gc-state-root
Yukihiro "Matz" Matsumoto
2014-08-06
Refactor incremental_sweep_phase() in gc.c
Jun Hiroe
2014-08-06
Rename GC_STATE_NONE GC_STATE_ROOT
Jun Hiroe
2014-08-05
Refactor obj_free() in gc.c
Jun Hiroe
2014-08-05
write barrier doc update
Yukihiro "Matz" Matsumoto
2014-08-05
Merge branch 'add-gc-docs' of https://github.com/suzukaze/mruby into suzukaze...
Yukihiro "Matz" Matsumoto
2014-08-05
Add write_barrier docs
Jun Hiroe
2014-08-04
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-08-03
fix conversion warnings
cremno
2014-08-04
rename obsolete mrb_special_const_p to mrb_immediate_p
Yukihiro "Matz" Matsumoto
2014-08-04
add MRB_API modifiers to mruby API functions
Yukihiro "Matz" Matsumoto
2014-07-24
Merge pull request #2477 from take-cheeze/allocf_ud
Yukihiro "Matz" Matsumoto
2014-07-21
Use MRB_TT_EXCEPTION in exception object.
take_cheeze
2014-07-17
Add field `allocf_ud` to replace current `ud`.
take_cheeze
2014-07-02
Ensure RVALUE is large enough for word boxing types.
David Turnbull
2014-06-04
mark pre-allocated exception
Yukihiro "Matz" Matsumoto
2014-06-04
use pre-allocated RuntimeError for out-of-memory
Yukihiro "Matz" Matsumoto
2014-06-03
Fix typos in gc
katmutua
2014-05-03
Fix indent
Jun Hiroe
2014-04-29
stack may be uncleared
Yukihiro "Matz" Matsumoto
2014-04-29
fiber context may be NULL
Yukihiro "Matz" Matsumoto
2014-04-27
forgot to remove abort()
Yukihiro "Matz" Matsumoto
2014-04-27
mark may be missed when eval() is called
Yukihiro "Matz" Matsumoto
2014-04-24
Fix MSVC warning for gc.c
kyab
2014-04-01
Use MRB_ENV_STACK_SHARED_P to check `cioff` field of REnv.
take_cheeze
2014-04-01
Use MRB_ENV_STACK_LEN instead of accessing `flags` directly to get REnv's sta...
take_cheeze
2014-03-18
mark root fiber object; close #1865
Yukihiro "Matz" Matsumoto
2014-03-10
add comments at end of include guard
cubicdaiya
2014-02-28
remove break altogether in ci loop
Yukihiro "Matz" Matsumoto
2014-02-27
should not continue loop when ci = NULL
Yukihiro "Matz" Matsumoto
2014-02-09
Merge pull request #1674 from cremno/mrb_bool-FALSE-TRUE
Yukihiro "Matz" Matsumoto
2014-02-06
introduce mrb_str_new_lit() to create strings from C string litrals
Yukihiro "Matz" Matsumoto
2014-01-31
use mrb_bool, FALSE and TRUE more
cremno
2014-01-31
rework mruby-objectspace and gc.[ch]
cremno
2014-01-07
remove superfluous includes
cremno
2014-01-02
Merge pull request #1637 from h2so5/extended-arena-size
Yukihiro "Matz" Matsumoto
2014-01-02
Fix extended arena check in gc_protect
h2so5
2014-01-02
remove various preprocessor conditionals
cremno
2013-11-22
Make mrb->arena variable sized. Use MRB_GC_FIXED_ARENA for old behavior.
Yukihiro "Matz" Matsumoto
2013-11-08
allow irep to be GCed
Yukihiro "Matz" Matsumoto
2013-11-07
irep->pool not to be GCed
Yukihiro "Matz" Matsumoto
2013-11-07
modified to use irep->reps to reference child ireps. preparation for
Yukihiro "Matz" Matsumoto
2013-11-04
add Fiber.current
Yukihiro "Matz" Matsumoto
[next]