Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • GHC GHC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 5,400
    • Issues 5,400
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 590
    • Merge requests 590
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Glasgow Haskell CompilerGlasgow Haskell Compiler
  • GHCGHC
  • Merge requests
  • !10142

JavaScript: Split JS DSL into Saturated and Unsaturated

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed doyougnu requested to merge doyougnu/ghc:wip/doyougnu/js/split-unsat into master Mar 20, 2023
  • Overview 17
  • Commits 1
  • Pipelines 13
  • Changes 31

This is the first in a series of MRs related to !10000 and #22736 . Instead of merging that MR first we decided to split the DSL, isolate the binary and outputable instances (so the codegen) to a new IR that does not have the concept of Saturation. This is all in an effort implement the GHCJS optimizer in a safer maintainable way. See #22736 for the rest of the roadmap.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wip/doyougnu/js/split-unsat