mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
Upgrade Boehm GC from 7.4.x to 7.6.0 and libatomic_ops from 7.4.x to 7.4.4
.gitmodules:
boehm_gc:
Update git submodule to new version of Boehm GC.
compiler/notes/upgrade_boehm_gc.html:
Update notes about upgrading Boehm GC.
runtime/mercury_heap_profile.c:
The code that enumerates the heap objects has been merged upstream in
boehm_gc, and its interface has changed. Conform to those changes.
NEWS:
Announce this change.
6 lines
109 B
Plaintext
6 lines
109 B
Plaintext
[submodule "boehm_gc"]
|
|
path = boehm_gc
|
|
url = ../bdwgc.git
|
|
branch = release-7_6-mercury
|
|
update = checkout
|