#11100: Remote GHCi -------------------------------------+------------------------------------- Reporter: simonmar | Owner: simonmar Type: task | Status: closed Priority: normal | Milestone: 8.0.1 Component: GHCi | Version: 7.10.2 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: #11047, #8736 | Differential Rev(s): Phab:D1562 Wiki Page: | Phab:D1747 Phab:D1748 Phab:D1836 -------------------------------------+------------------------------------- Comment (by Simon Marlow <marlowsd@…>): In [changeset:"c996db5b1802ebeb93420785127f7fd55b7ec0c0/ghc" c996db5/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="c996db5b1802ebeb93420785127f7fd55b7ec0c0" Remote GHCi: parallelise BCO serialization Summary: Serialization of BCOs is slow, but we can parallelise it when using ghci -j<n>. It parallelises nicely, saving multiple seconds off the link time in a large example I have. Test Plan: * validate * `ghci -fexternal-interpreter` in `nofib/real/anna` Reviewers: niteria, bgamari, ezyang, austin, hvr, erikd Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D1877 GHC Trac Issues: #11100 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11100#comment:21> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler