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
This is a great project, and I am learning your code now.
I have some questions about some code in the synchrobench/c-cpp/src/linkedlists/lazy-list/test.c
It has some code like this
This is a great project, and I am learning your code now.
I have some questions about some code in the
synchrobench/c-cpp/src/linkedlists/lazy-list/test.c
It has some code like this
https://github.com/bitslab/ffwd/blob/master/synchrobench/c-cpp/src/linkedlists/lazy-list/test.c#L196-L203
SIMPLE
is defined anywhere.else
case, you check ifret
is-2
. However, I think theret
can never be-2
, as you only return0, 1, or -1
. For example, some code herehttps://github.com/bitslab/ffwd/blob/master/synchrobench/c-cpp/src/linkedlists/lazy-list/ffwd_lazy.c#L92-L97
Thanks
The text was updated successfully, but these errors were encountered: