[commit: ghc] master: accessors to RTS flag values -- #5364 (1617a10)

git at git.haskell.org git at git.haskell.org
Mon Nov 24 15:43:24 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/1617a10aaa75567b776d4a47200ddaa1267771db/ghc

>---------------------------------------------------------------

commit 1617a10aaa75567b776d4a47200ddaa1267771db
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date:   Fri Nov 21 18:58:29 2014 -0600

    accessors to RTS flag values -- #5364
    
    Summary: Implementation of #5364. Mostly boilerplate, reading FILE fields is missing.
    
    Test Plan:
    - Get some feedback on missing parts. (FILE fields)
    - Get some feedback on module name.
    - Get some feedback on other things.
    - Get code reviewed.
    - Make sure test suite is passing. (I haven't run it myself)
    
    Reviewers: hvr, austin, ezyang
    
    Reviewed By: ezyang
    
    Subscribers: ekmett, simonmar, ezyang, carter, thomie
    
    Differential Revision: https://phabricator.haskell.org/D306
    
    GHC Trac Issues: #5364
    
    Conflicts:
    	includes/rts/Flags.h


>---------------------------------------------------------------

1617a10aaa75567b776d4a47200ddaa1267771db
 includes/rts/Flags.h             |  78 +++++---
 libraries/base/GHC/RTS/Flags.hsc | 408 +++++++++++++++++++++++++++++++++++++++
 libraries/base/base.cabal        |   2 +
 libraries/base/cbits/rts.c       |  42 ++++
 libraries/base/changelog.md      |   2 +
 5 files changed, 502 insertions(+), 30 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 1617a10aaa75567b776d4a47200ddaa1267771db


More information about the ghc-commits mailing list