Commit 920ce88b authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge branch 'add-gc-docs' of https://github.com/suzukaze/mruby into suzukaze-add-gc-docs

parents 53687a84 b20121f9
...@@ -65,10 +65,11 @@ ...@@ -65,10 +65,11 @@
mruby implementer and C extension library writer must write a write mruby implementer and C extension library writer must write a write
barrier when writing a pointer to an object on object's field. barrier when writing a pointer to an object on object's field.
Two different write barrier are available: When writing a pointer to B object on A object's field,
two different write barrier are available:
* mrb_field_write_barrier * mrb_field_write_barrier - target B object for a mark.
* mrb_write_barrier * mrb_write_barrier - target A object for a mark.
== Generational Mode == Generational Mode
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment