- 30 Oct, 2017 1 commit
-
-
qinsoon authored
-
- 25 Aug, 2017 1 commit
-
-
qinsoon authored
some pointers to keep those Arc struct alive, so Drop doesnt get called impl Drop for VM
-
- 20 Jul, 2017 1 commit
-
-
qinsoon authored
-
- 19 Jul, 2017 1 commit
-
-
qinsoon authored
-
- 30 Jun, 2017 1 commit
-
-
qinsoon authored
-
- 16 Jun, 2017 1 commit
-
-
Isaac Oscar Gariano authored
-
- 15 Jun, 2017 1 commit
-
-
Isaac Oscar Gariano authored
-
- 07 Jan, 2017 1 commit
-
-
qinsoon authored
-
- 28 Dec, 2016 1 commit
-
-
qinsoon authored
-
- 15 Dec, 2016 1 commit
-
-
qinsoon authored
-
- 07 Dec, 2016 1 commit
-
-
qinsoon authored
Instead of using a cyclic doubly linked list, I am going to use two doubly linked list as fromspace and tospace. This will greatly simplify implementation.
-
- 06 Dec, 2016 1 commit
-
-
qinsoon authored
make tracing able to trace freelist space (may have degraded performance, gonna need to tune gc performance later)
-
- 18 Nov, 2016 1 commit
-
-
qinsoon authored
1. see vm/vm_options.rs for usage and default values 2. added mu_fastimpl_new_with_opts under vm/api/api_impl/muvm.rs
-
- 15 Sep, 2016 2 commits
- 13 Sep, 2016 1 commit
-
-
qinsoon authored
-
- 23 Aug, 2016 1 commit
-
-
qinsoon authored
FIXME: GC settings such as heap size, n_gcthreads, should be properly serialized
-
- 19 Aug, 2016 1 commit
-
-
qinsoon authored
gonna port tests to this repo
-