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

Optimizations #98

Merged
merged 35 commits into from Jul 4, 2018
Merged

Optimizations #98

merged 35 commits into from Jul 4, 2018

Commits on Jun 29, 2018

  1. Define Instruction Set.

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    4b7c3c0 View commit details
    Browse the repository at this point in the history
  2. WIP

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    48e4704 View commit details
    Browse the repository at this point in the history
  3. WIP 2

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    81b832f View commit details
    Browse the repository at this point in the history
  4. Tests

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    5dd56d6 View commit details
    Browse the repository at this point in the history
  5. Working

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    40d73f2 View commit details
    Browse the repository at this point in the history
  6. Bunch of other tests.

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    875f73e View commit details
    Browse the repository at this point in the history
  7. WIP

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    0d59364 View commit details
    Browse the repository at this point in the history
  8. WIP

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    029b052 View commit details
    Browse the repository at this point in the history
  9. Use Vec instead of VecDeque.

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    77a836f View commit details
    Browse the repository at this point in the history
  10. Calibrate the limits.

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    ae8c834 View commit details
    Browse the repository at this point in the history
  11. Clean

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    259c59f View commit details
    Browse the repository at this point in the history
  12. Clean

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    15ec33e View commit details
    Browse the repository at this point in the history
  13. Another round of cleaning.

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    7f07c1c View commit details
    Browse the repository at this point in the history
  14. Ignore traces.

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    bf80ad7 View commit details
    Browse the repository at this point in the history
  15. Optimize value stack

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    c5b8591 View commit details
    Browse the repository at this point in the history
  16. Optimize a bit more.

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    583bb63 View commit details
    Browse the repository at this point in the history
  17. Cache memory index.

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    bdbf10b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a16e757 View commit details
    Browse the repository at this point in the history
  19. Comments.

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    d8814fa View commit details
    Browse the repository at this point in the history
  20. Clean

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    b16feab View commit details
    Browse the repository at this point in the history
  21. Clean

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    4e9f394 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3f10ba6 View commit details
    Browse the repository at this point in the history
  23. Estimate resulting size.

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    bcc426c View commit details
    Browse the repository at this point in the history
  24. do refactoring

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    b2b9d62 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0f6da82 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2900215 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6506705 View commit details
    Browse the repository at this point in the history
  28. Document stack layout

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    c384da2 View commit details
    Browse the repository at this point in the history
  29. Remove println!

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    76f6d0e View commit details
    Browse the repository at this point in the history
  30. Fix typo.

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    26ff4c5 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    6647bc4 View commit details
    Browse the repository at this point in the history
  32. Update docs for BrTable.

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    4ea0aee View commit details
    Browse the repository at this point in the history
  33. Review fixes.

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    b94f9f2 View commit details
    Browse the repository at this point in the history
  34. Merge.

    pepyakin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    856a34c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    b7fff03 View commit details
    Browse the repository at this point in the history