Skip to content

Commit 1c3768d

Browse files
committed
Add intl / ecma402 to looking forward
1 parent 5c7ff1b commit 1c3768d

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

blog/boa-release-21/index.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,11 @@ This has been long overdue. Boa's garbage collector is a forked and
169169
modified verison of `rust-gc`, and we have long been pushing our forked
170170
gc 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
186187
are interested in implementing any runtime features or contributing to
187188
a runtime, feel free to reach out.
188189

189-
### Continuing improvement of performance
190+
### Continuing performance improvements
190191

191192
As mentioned on previous release posts, we will continue to further work
192193
on 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

196203
Boa is an independent JavaScript engine implementing the ECMAScript

0 commit comments

Comments
 (0)