Forked from
Glasgow Haskell Compiler / GHC
Tobias Dammers
authored
Improves compiler performance of deriving Read instances, as suggested in the issue. Additionally, we introduce `readSymField`, a companion to `readField` that parses symbol-type fields (where the field name is a symbol, e.g. `(#)`, rather than an alphanumeric identifier. The decision between these two functions is made a compile time, because we already know which one we need based on the field name. Reviewers: austin, hvr, bgamari, RyanGlScott Reviewed By: bgamari Subscribers: RyanGlScott, rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D4108
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name | Last commit | Last update |
---|---|---|
.. | ||
backpack | ||
basicTypes | ||
cbits | ||
cmm | ||
codeGen | ||
coreSyn | ||
deSugar | ||
ghci | ||
hsSyn | ||
iface | ||
llvmGen | ||
main | ||
nativeGen | ||
parser | ||
prelude | ||
profiling | ||
rename | ||
simplCore | ||
simplStg | ||
specialise | ||
stgSyn | ||
stranal | ||
typecheck | ||
types | ||
utils | ||
vectorise | ||
DEPEND-NOTES | ||
HsVersions.h | ||
LICENSE | ||
Makefile | ||
Unique.h | ||
ghc.cabal.in | ||
ghc.mk |