| Age | Commit message (Collapse) | Author |
|
https://github.com/ruby/mmtk/commit/9da566e26a
|
|
https://github.com/ruby/mmtk/commit/4b67c8b4da
|
|
https://github.com/ruby/mmtk/commit/1f71cb873c
|
|
https://github.com/ruby/mmtk/commit/e4d6b56824
|
|
This commit adds extconf.rb for both the default GC and and MMTk to build
the external GC. This allows common.mk to not need to contain any
implementation-specific build configuration.
https://github.com/ruby/mmtk/commit/db6a29b4a9
|
|
This commit implements the mark-sweep algorithm using MMTk and allows
customizing the plan using MMTK_PLAN.
https://github.com/ruby/mmtk/commit/6fea5e5ffc
Co-Authored-By: Matt Valentine-House <matt@eightbitraptor.com>
|
|
This commit only supports initializing MMTk with NoGC and object
allocation.
https://github.com/ruby/mmtk/commit/39aa10e537
Co-Authored-By: Kunshan Wang <wks1986@gmail.com>
|