[GHC] #13815: Support Windows big-obj format

GHC ghc-devs at haskell.org
Sun Jun 11 11:00:46 UTC 2017


#13815: Support Windows big-obj format
-------------------------------------+-------------------------------------
        Reporter:  Phyx-             |                Owner:  Phyx-
            Type:  feature request   |               Status:  new
        Priority:  normal            |            Milestone:  8.4.1
       Component:  Compiler          |              Version:  8.0.1
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):  Phab:D3523
       Wiki Page:                    |
-------------------------------------+-------------------------------------
Changes (by Phyx-):

 * owner:  (none) => Phyx-


@@ -1,1 +1,1 @@
- By default, an object file can hold up to 65,536 (2^16) addressable
+ By default, an object file can hold up to 65,536 `(2^16)` addressable
@@ -3,1 +3,1 @@
- /bigobj increases that address capacity to 4,294,967,296 (2^32).
+ /bigobj increases that address capacity to 4,294,967,296 `(2^32)`.

New description:

 By default, an object file can hold up to 65,536 `(2^16)` addressable
 sections. This is the case no matter which target platform is specified.
 /bigobj increases that address capacity to 4,294,967,296 `(2^32)`.

 Most modules will never generate an .obj file that contains more than
 65,536 sections. However, machine generated code, or code that makes heavy
 use of template libraries may require .obj files that can hold more
 sections.

--

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13815#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list