@@ -109,8 +109,8 @@ effort.
109109
110110In this release, [ @LukasKellenberger ] [ @LukasKellenberger ] introduced in
111111[ #539 ] [ #539 ] a new setting in the sbt plugin that lets users select what
112- implementation of the garbage collector should be used. Currently, BoehGC
113- and no GC are supported .
112+ implementation of the garbage collector should be used. Currently, it lets you
113+ select Boehm GC, or disable the garbage collector altogether .
114114
115115This work was done in preparation for [ the improved GC that will be shipped
116116with Scala Native 0.3] [ #726 ] !
@@ -147,7 +147,8 @@ a better integration with sbt and more addition to the standard library.
147147
148148The first releases of Scala Native use Boehm GC. A new and improved garbage
149149collector has been under development by [ @LukasKellenberger ] [ @LukasKellenberger ]
150- and will be presented at Scala Days during Denys' talk. Stay tuned!
150+ and will be presented at Scala Days during Denys' talk. Stay tuned for more
151+ more details to come soon!
151152
152153The pull request introducing the new garbage collector can be found in
153154[ #726 ] [ #726 ] .
@@ -171,7 +172,8 @@ In [#686][#686], [@densh][@densh] started work to reduce the size of the
171172binaries compiled by Scala Native, using a technique called selector-based
172173row displacement.
173174
174- These improvements make the dispatch table 10 times smaller.
175+ These improvements make the dispatch table up to 10 times smaller, on some
176+ codebases in the wild.
175177
176178## 0.4 and beyond
177179
0 commit comments