Skip to content
Snippets Groups Projects
  1. Mar 09, 2024
  2. Mar 08, 2024
  3. Mar 07, 2024
    • Vladislav Zavialov's avatar
      Rephrase error message to say "visible arguments" (#24318) · 9cd9efb4
      Vladislav Zavialov authored
      * Main change: make the error message generated by mkFunTysMsg more
        accurate by changing "value arguments" to "visible arguments".
      
      * Refactor: define a new type synonym VisArity and use it instead of
        Arity in a few places.
      
      It might be the case that there other places in the compiler that should
      talk about visible arguments rather than value arguments, but I haven't
      tried to find them all, focusing only on the error message reported in
      the ticket.
      9cd9efb4
  4. Mar 06, 2024
  5. Mar 05, 2024
  6. Mar 04, 2024
    • Finley McIlwaine's avatar
      add -fprof-late-overloaded and -fprof-late-overloaded-calls · 61bb5ff6
      Finley McIlwaine authored
      * Refactor late cost centre insertion for extensibility
      * Add two more late cost centre insertion methods that add SCCs to overloaded
        top level bindings and call sites with dictionary arguments.
      * Some tests for the basic functionality of the new insertion methods
      
      Resolves: #24500
      61bb5ff6
Loading