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

Introduce subsystems for memory and loop #590

Merged
merged 45 commits into from
Jun 5, 2024

Conversation

Sonnexo
Copy link
Collaborator

@Sonnexo Sonnexo commented May 22, 2024

This pull request does:

  • Change the whitespace (?) of "DiscoPoP/DiscoPoP.cpp" a lot -- sorry for that, maybe you know how to avoid that?
  • move the injected functions to the directory "injected_functions/" so "functions/" is free to use
  • introduce separate files for some 'hidden' injected fucntions
  • move all memory-related stuff to the directory "memory/"
  • rename some files in "memory/" so that their filenames describe their content
  • move all function-related stuff to the directory "function/"
  • move all loop-related stuff to the directory "loop/"
  • introduce "share/include/debug_print.hpp" which uses RAII to print the entering and exiting of a function
  • Introduce the class "Timer" in "share/include/timers.hpp" which uses RAII to time a function
  • Add a benchmark for the MemoryRegionTree
  • Add a lot of unittests for "memory/" and "loop"

@Sonnexo
Copy link
Collaborator Author

Sonnexo commented May 22, 2024

check-license.sh, LICENSE and DiscoPoP.cpp should now be unchanged -- there was an issue with the line ending

@lukasrothenberger lukasrothenberger merged commit 5a4ae6e into discopop-project:master Jun 5, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants