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

Remove base from index functions #2083

Merged
merged 9 commits into from
Jan 13, 2024
Merged

Remove base from index functions #2083

merged 9 commits into from
Jan 13, 2024

Commits on Jan 12, 2024

  1. Remove base from index functions.

    Not quite working yet; having those bases forced us to insert
    load-bearing copies that avoided cases that memory expansion is unable
    to cope with.
    athas committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9d75d26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    234804c View commit details
    Browse the repository at this point in the history
  3. More work on memory expansion.

    athas committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3a572e7 View commit details
    Browse the repository at this point in the history
  4. One less copy.

    athas committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    4829962 View commit details
    Browse the repository at this point in the history
  5. Some versions of GHC need this.

    athas committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    d6acbe9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34196e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Further simplify.

    athas committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    fdfad6c View commit details
    Browse the repository at this point in the history
  2. Further simplify.

    athas committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    d7015f7 View commit details
    Browse the repository at this point in the history
  3. Double buffering fixes.

    athas committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    b36a8d9 View commit details
    Browse the repository at this point in the history