Hi everyone,
I have a question about loops in TSX. Can I put loops inside a transactional region?
Example
xbegin();
...
while(cond) i++;
..
xend();
Thank you very much,
Hi everyone,
I have a question about loops in TSX. Can I put loops inside a transactional region?
Example
xbegin();
...
while(cond) i++;
..
xend();
Thank you very much,