|
|
|
|
|
by nikital
2917 days ago
|
|
A restartable sequence is defined by a start and an end offset. If I write a restarable sequence in C I can't be absolutely sure that it's contiguous and I can't know where the commit instruction is... Does it mean that I have to write it in assembly to make sure that I know where the sequence starts and where it ends? |
|