@@ -169,10 +169,11 @@ This has been long overdue. Boa's garbage collector is a forked and
169169modified verison of ` rust-gc ` , and we have long been pushing our forked
170170gc to its limits.
171171
172- We have seen plenty of evidence that simply swapping allocators can
173- increase Boa's performance, and work on this will hopefully resume soon.
174- If you're interested in garbage collectors and/or would be interested in
175- helping out, feel free to join our GC room on [ Matrix] .
172+ We have seen some evidence from previous pull requests that simply swapping
173+ allocators from Rust's global allocator can increase Boa's performance, and
174+ work on this will hopefully resume soon. If you're interested in garbage
175+ collectors and/or would be interested in helping out, feel free to join our
176+ GC room on [ Matrix] .
176177
177178### Runtime functionality
178179
@@ -186,11 +187,17 @@ too large, we will split `boa_runtime` into it's own repository. If you
186187are interested in implementing any runtime features or contributing to
187188a runtime, feel free to reach out.
188189
189- ### Continuing improvement of performance
190+ ### Continuing performance improvements
190191
191192As mentioned on previous release posts, we will continue to further work
192193on improving Boa's overall performance.
193194
195+ ### ` Intl ` and ECMA402 conformance
196+
197+ We currently have some general support for the ECMA402 and ECMAScript's ` Intl ` object. We
198+ will continue to some general work on ECMA402 conformance to allow Boa to be fully usable
199+ for internationalization use cases.
200+
194201## How can you support Boa?
195202
196203Boa is an independent JavaScript engine implementing the ECMAScript
0 commit comments