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

Use the same implementation of deque accross all C benchmarks #765

Closed
cmnrd opened this issue Nov 22, 2021 · 0 comments · Fixed by #777
Closed

Use the same implementation of deque accross all C benchmarks #765

cmnrd opened this issue Nov 22, 2021 · 0 comments · Fixed by #777
Assignees
Labels
c Related to C target

Comments

@cmnrd
Copy link
Collaborator

cmnrd commented Nov 22, 2021

Currently there are multiple implementations of a deque floating around. There is at least the one implemented in benchmark/test/C/Savina/src/include/ and the one provided by our compiler via files: ["/lib/c/reactor-c/util/deque.h", "/lib/c/reactor-c/util/deque.c"]. There might be more versions hidden in some preamble code. We should decide for one version and use it consistently.

@cmnrd cmnrd added the c Related to C target label Nov 22, 2021
@LDeng0205 LDeng0205 linked a pull request Jan 26, 2022 that will close this issue
22 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c Related to C target
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants