mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
Update to Boehm GC v8.2.4 and libatomic_ops v7.8.0
.gitmodules:
boehm_gc:
Update boehm_gc submodule to release-8_2-mercury-20230712.
NEWS.md:
Announce change.
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,5 +1,5 @@
|
||||
[submodule "boehm_gc"]
|
||||
path = boehm_gc
|
||||
url = ../bdwgc.git
|
||||
branch = release-8_0-mercury
|
||||
branch = release-8_2-mercury
|
||||
update = checkout
|
||||
|
||||
5
NEWS.md
5
NEWS.md
@@ -1199,6 +1199,11 @@ Changes to the Mercury debugger
|
||||
* The `dump` command has a new option: `dump -p Var` will dump the value
|
||||
of the given variable in a prettyprinted form.
|
||||
|
||||
Changes to the Mercury implementation
|
||||
-------------------------------------
|
||||
|
||||
* We have upgraded the bundled Boehm GC to v8.2.4 and libatomic_ops to v7.8.0.
|
||||
|
||||
Portability improvements
|
||||
------------------------
|
||||
|
||||
|
||||
2
boehm_gc
2
boehm_gc
Submodule boehm_gc updated: 84e76dd6ff...90d9234e52
Reference in New Issue
Block a user