Fix some typos in NEWS.md.
This commit is contained in:
parent
0b19f33480
commit
4465099a22
Notes:
git
2020-11-11 03:24:41 +09:00
8
NEWS.md
8
NEWS.md
@ -278,7 +278,7 @@ Outstanding ones only.
|
|||||||
|
|
||||||
* `GC.auto_compact=`, `GC.auto_compact` can be used to control when
|
* `GC.auto_compact=`, `GC.auto_compact` can be used to control when
|
||||||
compaction runs. Setting `auto_compact=` to true will cause
|
compaction runs. Setting `auto_compact=` to true will cause
|
||||||
compaction to occurr during major collections. At the moment,
|
compaction to occur during major collections. At the moment,
|
||||||
compaction adds significant overhead to major collections, so please
|
compaction adds significant overhead to major collections, so please
|
||||||
test first!
|
test first!
|
||||||
[[Feature #17176]]
|
[[Feature #17176]]
|
||||||
@ -427,9 +427,9 @@ Excluding feature bug fixes.
|
|||||||
* Inline method caches pointed from ISeq can be accessed by multiple Ractors
|
* Inline method caches pointed from ISeq can be accessed by multiple Ractors
|
||||||
in parallel and synchronization is needed even for method caches. However,
|
in parallel and synchronization is needed even for method caches. However,
|
||||||
such synchronization can be overhead so introducing new inline method cache
|
such synchronization can be overhead so introducing new inline method cache
|
||||||
mehanisms, (1) Disposable inline method cache (2) per-Class method cache
|
mechanisms, (1) Disposable inline method cache (2) per-Class method cache
|
||||||
and (3) new invalidation mechanism. (1) can avoid per-method call
|
and (3) new invalidation mechanism. (1) can avoid per-method call
|
||||||
syncrhonization because it only use atomic operations.
|
synchronization because it only uses atomic operations.
|
||||||
See the ticket for more details.
|
See the ticket for more details.
|
||||||
|
|
||||||
* The number of hashes allocated when using a keyword splat in
|
* The number of hashes allocated when using a keyword splat in
|
||||||
@ -459,7 +459,7 @@ Excluding feature bug fixes.
|
|||||||
|
|
||||||
* Optimize C method call a little
|
* Optimize C method call a little
|
||||||
|
|
||||||
## Statis analysis
|
## Static analysis
|
||||||
|
|
||||||
### RBS
|
### RBS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user