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

New Feature: External execution for match offloading -e #33

Merged
merged 63 commits into from
Apr 28, 2022

Commits on Apr 21, 2022

  1. Create procspawn module

    greymd committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    99207f7 View commit details
    Browse the repository at this point in the history
  2. Add tee function

    greymd committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    060ea47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c2fc75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcaa5bd View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Add TODO comments

    greymd committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    394b48e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90a5b47 View commit details
    Browse the repository at this point in the history
  3. Add expected behavior as tests

    greymd committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    bcc3eea View commit details
    Browse the repository at this point in the history
  4. Refactoring

    greymd committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    33060f5 View commit details
    Browse the repository at this point in the history
  5. Fix tests for Windows

    greymd committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    e844b3e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92288e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ccfded6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a8e70b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Change -M to -e and

    greymd committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    cf8980b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1360893 View commit details
    Browse the repository at this point in the history
  3. update readme

    greymd committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    fdb239e View commit details
    Browse the repository at this point in the history
  4. [skip ci] Update README.md

    greymd committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    03ce05a View commit details
    Browse the repository at this point in the history
  5. update

    greymd committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    12239ef View commit details
    Browse the repository at this point in the history
  6. [skip ci] update readme

    greymd committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    794ea3a View commit details
    Browse the repository at this point in the history
  7. s/exactly the same/identical/

    greymd committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    3658ec7 View commit details
    Browse the repository at this point in the history
  8. [skip ci] updateREADME.md

    greymd committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    10287a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Update documentations

    greymd committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    3bd715f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3de135b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Debugging

    greymd committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    20f8125 View commit details
    Browse the repository at this point in the history
  2. Detect buffer gap

    greymd committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    b6cae39 View commit details
    Browse the repository at this point in the history
  3. PoC failed

    greymd committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    a813be3 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    829f417 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2febf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c626df2 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    greymd committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    88ceac2 View commit details
    Browse the repository at this point in the history
  5. Clean codes

    greymd committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    267711b View commit details
    Browse the repository at this point in the history
  6. Clean code

    greymd committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    c533c18 View commit details
    Browse the repository at this point in the history
  7. Update benchmark

    greymd committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    5642205 View commit details
    Browse the repository at this point in the history
  8. Tuning valgrind

    greymd committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    712f5f6 View commit details
    Browse the repository at this point in the history
  9. Change name of -e feature

    greymd committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    9311ab5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ad57d0 View commit details
    Browse the repository at this point in the history
  11. Improve Memory benchmark

    greymd committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    4d29c82 View commit details
    Browse the repository at this point in the history
  12. Update benchmarking

    greymd committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    2c85e25 View commit details
    Browse the repository at this point in the history
  13. Refactoring

    greymd committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    4c6974b View commit details
    Browse the repository at this point in the history
  14. Add name

    greymd committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    6fbe362 View commit details
    Browse the repository at this point in the history
  15. Memory Usage artifact name fix

    greymd committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    b2d5ba6 View commit details
    Browse the repository at this point in the history
  16. Refactoring

    greymd committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    9010bd1 View commit details
    Browse the repository at this point in the history
  17. Refactoring

    greymd committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    dc2260c View commit details
    Browse the repository at this point in the history
  18. Refactoring

    greymd committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    731c1f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Add unit tests

    greymd committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    4b9b2f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea95214 View commit details
    Browse the repository at this point in the history
  3. Refactoring

    greymd committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    08ed0a3 View commit details
    Browse the repository at this point in the history
  4. s/procspawn/spawnutils/gc

    greymd committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    774bd7d View commit details
    Browse the repository at this point in the history
  5. Add fancy Ascii art

    greymd committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    fa9f82d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    867795d View commit details
    Browse the repository at this point in the history
  7. Fix test for Windows

    greymd committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    75466f0 View commit details
    Browse the repository at this point in the history
  8. [skip ci] update doc

    greymd committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    aa8c747 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Update

    greymd committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    d0aea81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbb7819 View commit details
    Browse the repository at this point in the history
  3. [bench] workflow test

    greymd committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    1c1ec4d View commit details
    Browse the repository at this point in the history
  4. [bench] try test again

    greymd committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    7648474 View commit details
    Browse the repository at this point in the history
  5. [bench] fix

    greymd committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    6bf24a3 View commit details
    Browse the repository at this point in the history
  6. [bench] Add tests without teip

    greymd committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    859abff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    651f26b View commit details
    Browse the repository at this point in the history
  8. [bench] fix

    greymd committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    5adc47c View commit details
    Browse the repository at this point in the history
  9. [skip ci] Update README.md

    greymd committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    f4918ec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0a8c742 View commit details
    Browse the repository at this point in the history
  11. Add special benchmark

    greymd committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    68bdf81 View commit details
    Browse the repository at this point in the history
  12. update test_without_teip.sh

    greymd committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    97ac888 View commit details
    Browse the repository at this point in the history