Files
mercury/.gitmodules
Paul Bone 964112b866 Upgrade Boehm GC to 7.6.0
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.
2016-09-22 15:28:22 +10:00

6 lines
109 B
Plaintext

[submodule "boehm_gc"]
path = boehm_gc
url = ../bdwgc.git
branch = release-7_6-mercury
update = checkout