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
2016-12-08
fix issues of mrb_gc_unregister introduced in 09b1185
Kazuho Oku
2016-12-07
Mark all the built-in classes during GC sweep
Bouke van der Bijl
2016-12-06
Add type check for cls before allocation
Yukihiro "Matz" Matsumoto
2016-11-30
check ttype before object allocation; fix #3294
Yukihiro "Matz" Matsumoto
2016-11-28
pre-allocate arena overflow error
Yukihiro "Matz" Matsumoto
2016-10-28
should not unshare() reclaimed env objects; fix #3230
Yukihiro "Matz" Matsumoto
2016-09-28
Removed trailing spaces
Nobuyoshi Nakada
2016-06-29
Fix compilation error with GC_PROFILE.
Yuji Yamano
2016-06-10
mrb_gc_unregister() to remove one registration; close #3160
Yukihiro "Matz" Matsumoto
2016-03-06
Fix segmentation fault by backtrace and GC
Kouhei Sutou
2016-02-17
need to free context when reclaiming fiber object in GC; fix #3109
Yukihiro "Matz" Matsumoto
2016-01-19
Fix SEGV on re-raising NoMemoryError
Kouhei Sutou
2015-12-31
GC must scan env from fibers even when it's not yet copied to heap; fix #3063
Yukihiro "Matz" Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-11-06
remove return
cremno
2015-10-21
Merge upstream
furunkel
2015-10-20
Prefix mrb_gc_state enum members, make color defines private
furunkel
2015-10-19
Remove gc_ prefix of mrb_gc fields
furunkel
2015-10-19
Move MRB_GC_ARENA_SIZE to gc.h and fix compiler warnings
furunkel
2015-10-19
Remove segregated value struct declaration
furunkel
2015-10-19
Clean up GC code
furunkel
2015-09-22
add new functions mrb_gc_register/unregister; close #1411
Yukihiro "Matz" Matsumoto
2015-07-14
Applied gc patch to fix ORIGIN ICLASS method table leak
Corey Powell
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
[prev]
[next]