Skip to content

Commit

Permalink
Fix link to Generational Gabarge Collector. For realz
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgaldino committed Mar 23, 2013
1 parent d1dea21 commit e999991
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/doc/en/memory-system/garbage-collector.markdown
Expand Up @@ -10,7 +10,7 @@ review: true

## Introduction

Rubinius implements a [Generational Garbage Collector (GC)](http://en.wikipedia.org/wiki/Garbage_collection_(computer_science)#Generational_GC_.28ephemeral_GC.29).
Rubinius implements a [Generational Garbage Collector (GC)][gc].
The Rubinus Generational GC manages the dynamic allocation and deallocation in
the heap space of a running Rubinius process.

Expand Down Expand Up @@ -65,3 +65,5 @@ object* which by default is 2700 (such a good baud rate eh?) bytes.

For more information on configuration variables available read the
[vm configuration source file ](https://github.com/rubinius/rubinius/blob/master/vm/configuration.hpp)

[gc]: http://en.wikipedia.org/wiki/Garbage_collection_(computer_science)#Generational_GC_.28ephemeral_GC.29

0 comments on commit e999991

Please sign in to comment.