1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 16:51:46 -07:00

Add "new supported platform lii6ll" to release notes.

Copied from Perforce
 Change: 183507
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2013-10-01 14:41:09 +01:00
parent 7b16ae5a45
commit 9cab5684af

View file

@ -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