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

Flambda: Add [Closure_origin.t] to trace inlined functions (merged) #1707

Merged
merged 6 commits into from Apr 10, 2018

Commits on Feb 6, 2018

  1. Flambda: Add [Closure_origin.t] to trace inlined functions.

    This prevents infinite loop from inlining recursive functions passed via
    CPS-style in -OClassic. (A standard recursive function would have been
    caught by the [self_call] check).
    fyquah committed Feb 6, 2018
    Copy the full SHA
    50f24b7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e21b7ac View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Changes

    fyquah committed Feb 7, 2018
    Copy the full SHA
    9205a5f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Copy the full SHA
    d790936 View commit details
    Browse the repository at this point in the history
  2. Merge

    xclerc committed Apr 9, 2018
    Copy the full SHA
    45b645a View commit details
    Browse the repository at this point in the history
  3. Renumber PR.

    xclerc committed Apr 9, 2018
    Copy the full SHA
    11d5763 View commit details
    Browse the repository at this point in the history