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

Prepare to call jit from block machine. #2098

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    fbdabca View commit details
    Browse the repository at this point in the history
  2. Remove last row.

    chriseth committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    71d2ebd View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Fix extend.

    chriseth committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f66c5c2 View commit details
    Browse the repository at this point in the history
  2. clippy

    chriseth committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    934ebb1 View commit details
    Browse the repository at this point in the history
  3. remove unused functiion

    chriseth committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    19d544f View commit details
    Browse the repository at this point in the history
  4. Allow non-sorted column IDs.

    chriseth committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6b83811 View commit details
    Browse the repository at this point in the history
  5. Jit driver and machine.

    chriseth committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    80c24f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. reserve block

    chriseth committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5528a4f View commit details
    Browse the repository at this point in the history
  2. revie

    chriseth committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4d4111c View commit details
    Browse the repository at this point in the history
  3. review

    chriseth committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0076d2c View commit details
    Browse the repository at this point in the history
  4. review

    chriseth committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3c577c1 View commit details
    Browse the repository at this point in the history
  5. Add "remove_last_row"

    chriseth committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4e83830 View commit details
    Browse the repository at this point in the history
  6. Re-added one case.

    chriseth committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9f3130a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1aadfe0 View commit details
    Browse the repository at this point in the history
  8. jitedijit

    chriseth committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    056a904 View commit details
    Browse the repository at this point in the history
  9. jitjit

    chriseth committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f2fee46 View commit details
    Browse the repository at this point in the history
  10. Remove try_remove_last_row.

    chriseth committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9415cc3 View commit details
    Browse the repository at this point in the history
  11. compact data ref.

    chriseth committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ec5d110 View commit details
    Browse the repository at this point in the history
  12. Remove unwrap.

    chriseth committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7cbbb8d View commit details
    Browse the repository at this point in the history
  13. Cleanup

    chriseth committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4490dcd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7ffdad9 View commit details
    Browse the repository at this point in the history
  15. cleanup

    chriseth committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    09863e8 View commit details
    Browse the repository at this point in the history
  16. cleanup

    chriseth committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    cf51774 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    825d0eb View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Remove type constraints.

    chriseth committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    d470fd7 View commit details
    Browse the repository at this point in the history
  2. Avoid dyn iter.

    chriseth committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    b8864c8 View commit details
    Browse the repository at this point in the history
  3. Correct typo.

    chriseth committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ca38415 View commit details
    Browse the repository at this point in the history