[commit: ghc] master: RtsFlags: Refactor some of the deeper switches (69822f0)
git at git.haskell.org
git at git.haskell.org
Mon Nov 16 21:04:08 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/69822f0c5b67161b4d7558081bc94f6f3a7c5dbb/ghc
>---------------------------------------------------------------
commit 69822f0c5b67161b4d7558081bc94f6f3a7c5dbb
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Mon Nov 16 16:58:41 2015 +0100
RtsFlags: Refactor some of the deeper switches
This was previously nearly impossible to read; now it's merely
difficult.
Ideally we would do a more thorough refactoring of the RTS command line
parser (#4243) but this is more effort than I have time for at the
moment.
Test Plan: Try using affected RTS flags
Reviewers: simonmar, austin
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D1476
GHC Trac Issues: #4243
>---------------------------------------------------------------
69822f0c5b67161b4d7558081bc94f6f3a7c5dbb
rts/RtsFlags.c | 435 +++++++++++++++++++++++++++++++--------------------------
1 file changed, 236 insertions(+), 199 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 69822f0c5b67161b4d7558081bc94f6f3a7c5dbb
More information about the ghc-commits
mailing list