File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,8 @@ This implementation is the result of research and technical work by:
8
8
* [ Tomoharu Ugawa] ( http://spa.cs.uec.ac.jp/~ugawa/index-e.html ) (Kochi University of Technology)
9
9
* [ Carl G. Ritson] ( http://www.cs.kent.ac.uk/~cgr/ ) (University of Kent)
10
10
* [ Richard E. Jones] ( http://www.cs.kent.ac.uk/~rej/ ) (University of Kent)
11
- Please contact
[ Carl Ritson
] ( mailto:[email protected] ) or Richard Jones for more information.
12
11
13
- The official Jikes RVM website and repository can be found [ here ] ( http://jikesrvm.org ) .
12
+ Please contact [ Carl Ritson ] ( mailto:[email protected] ) or Richard Jones for more information .
14
13
15
14
Sapphire is an on-the-fly concurrent copying garbage collector.
16
15
This means it does not need to stop all user threads to perform
@@ -24,6 +23,7 @@ It is documented in a journal paper [here](http://onlinelibrary.wiley.com/doi/10
24
23
This implementation was performed with permission from Intel
25
24
who hold patents on Sapphire's design.
26
25
26
+ The official Jikes RVM website and repository can be found [ here] ( http://jikesrvm.org ) .
27
27
28
28
### Building
29
29
You can’t perform that action at this time.
0 commit comments