Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master into mlabs-haskell-koz/secp256k1 and fix what got broken #2

Merged

Commits on Feb 4, 2022

  1. Kwxm/nofib size info (SCP-3428) (#4376)

    * Add command to nofib-exe to print size and budget info for each benchmark
    
    * Update script
    
    * Realign header
    
    * Update comment
    
    * Update comment
    
    * Remove accidental imports
    
    * updateMaterialized
    
    * Some awk reformatting
    Kenneth MacKenzie authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    0ec4d6b View commit details
    Browse the repository at this point in the history
  2. Teach the PIR beta pass to handle multiple arguments at once (#4372)

    This has bothered me for a while. We rely on this to turn function
    applications into let-bindings so that we can inline them, but because
    of the way it was written it could only ever do this for at most one
    argument at a time! So we could only fully-inline a function of arity N
    with N rounds of the simplifier! Terrible!
    
    Now it handles any number at once.
    
    I wrote all the functions for this while working on
    #4365, since there we
    *really* need it, since constructors and destructors appear like
    multiple function arguments rather than multiple nested
    immediately-applied-lambdas. But it applies well here too, so I thought
    I'd just do this improvement on the side.
    michaelpj authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    a7ada9f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Merge branch 'master' of https://github.com/input-output-hk/plutus in…

    …to mlabs-haskell-koz/secp256k1
    effectfully committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    34917a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cee6a8a View commit details
    Browse the repository at this point in the history