Skip to content

Commit

Permalink
Stack map docs. Remove some stray markup.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205515 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
atrick committed Apr 3, 2014
1 parent b642eb5 commit c8ce967
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/StackMaps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -400,10 +400,9 @@ immediately after compiling a module and encode the information in its
own format. Since the runtime controls the allocation of sections, it
can reuse the same stack map space for multiple modules.

..
Stackmap support is currently only implemented for 64-bit
platforms. However, a 32-bit implementation should be able to use
the same format with an insignificant amount of wasted space.
Stackmap support is currently only implemented for 64-bit
platforms. However, a 32-bit implementation should be able to use the
same format with an insignificant amount of wasted space.

.. _stackmap-section:

Expand Down

0 comments on commit c8ce967

Please sign in to comment.