Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
18068 commits behind the upstream repository.
  • Ben Gamari's avatar
    faee23bb
    vectorise: Put it out of its misery · faee23bb
    Ben Gamari authored and Ben Gamari's avatar Ben Gamari committed
    Poor DPH and its vectoriser have long been languishing; sadly it seems there is
    little chance that the effort will be rekindled. Every few years we discuss
    what to do with this mass of code and at least once we have agreed that it
    should be archived on a branch and removed from `master`. Here we do just that,
    eliminating heaps of dead code in the process.
    
    Here we drop the ParallelArrays extension, the vectoriser, and the `vector` and
    `primitive` submodules.
    
    Test Plan: Validate
    
    Reviewers: simonpj, simonmar, hvr, goldfire, alanz
    
    Reviewed By: simonmar
    
    Subscribers: goldfire, rwbarton, thomie, mpickering, carter
    
    Differential Revision: https://phabricator.haskell.org/D4761
    faee23bb
    History
    vectorise: Put it out of its misery
    Ben Gamari authored and Ben Gamari's avatar Ben Gamari committed
    Poor DPH and its vectoriser have long been languishing; sadly it seems there is
    little chance that the effort will be rekindled. Every few years we discuss
    what to do with this mass of code and at least once we have agreed that it
    should be archived on a branch and removed from `master`. Here we do just that,
    eliminating heaps of dead code in the process.
    
    Here we drop the ParallelArrays extension, the vectoriser, and the `vector` and
    `primitive` submodules.
    
    Test Plan: Validate
    
    Reviewers: simonpj, simonmar, hvr, goldfire, alanz
    
    Reviewed By: simonmar
    
    Subscribers: goldfire, rwbarton, thomie, mpickering, carter
    
    Differential Revision: https://phabricator.haskell.org/D4761
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
packages 4.93 KiB