Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • RefinedC RefinedC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 20
    • Issues 20
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Iris
  • RefinedCRefinedC
  • Issues
  • #23

Closed
Open
Created Oct 25, 2020 by Michael Sammler@msammlerOwner0 of 4 tasks completed0/4 tasks

Improve performance of typeclass search

Ideas:

  • Figure out how much time we spend on typeclass search
  • Try using a custom DB with the discriminated option and Hint Variables Opaque and friends
    • Downside: There is no Global Hint Resolve
  • Try making rty_type a parameter of rtype instead of part of the sigma type (e.g. int would be rtype Z
    • This hopefully would allow making int and other rtype typeclasses opaque
  • Try Set Filtered Unification
    • Probably too strong, as it applies to all hint databases
Edited Nov 23, 2020 by Michael Sammler
Assignee
Assign to
Time tracking