From 9cab5684afa85171ce8fd265eca2b24852a37ec4 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Tue, 1 Oct 2013 14:41:09 +0100 Subject: [PATCH] Add "new supported platform lii6ll" to release notes. Copied from Perforce Change: 183507 ServerID: perforce.ravenbrook.com --- mps/manual/source/release.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mps/manual/source/release.rst b/mps/manual/source/release.rst index be614a6aa19..08ad9cdde1b 100644 --- a/mps/manual/source/release.rst +++ b/mps/manual/source/release.rst @@ -11,16 +11,18 @@ Release 1.112.0 New features ............ -1. On Windows, you can now request that the MPS allocate address space +1. New supported platform ``lii6ll`` (Linux, x86-64, Clang/LLVM). + +2. On Windows, you can now request that the MPS allocate address space from the top down, allowing a 32-bit executable linked with ``/LARGEADDRESSAWARE`` to use the top half of the address space. Use the keyword argument :c:macro:`MPS_KEY_VMW3_TOP_DOWN` when creating an arena of class :c:func:`mps_arena_class_vm`. -2. On OS X, multi-threaded programs are now supported. See +3. On OS X, multi-threaded programs are now supported. See :ref:`topic-thread`. -3. On OS X, you can now debug the MPS using ``lldb``. +4. On OS X, you can now debug the MPS using ``lldb``. Interface changes