You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 viafiles: ["/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.The text was updated successfully, but these errors were encountered: