@@ -169,10 +169,11 @@ This has been long overdue. Boa's garbage collector is a forked and
169
169
modified verison of ` rust-gc ` , and we have long been pushing our forked
170
170
gc to its limits.
171
171
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] .
176
177
177
178
### Runtime functionality
178
179
@@ -186,11 +187,17 @@ too large, we will split `boa_runtime` into it's own repository. If you
186
187
are interested in implementing any runtime features or contributing to
187
188
a runtime, feel free to reach out.
188
189
189
- ### Continuing improvement of performance
190
+ ### Continuing performance improvements
190
191
191
192
As mentioned on previous release posts, we will continue to further work
192
193
on improving Boa's overall performance.
193
194
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
+
194
201
## How can you support Boa?
195
202
196
203
Boa is an independent JavaScript engine implementing the ECMAScript
0 commit comments