When writing a driver, we may use a statement to describe a behavior :
ATOMIC
{
SET(register, register.field.value);
}
Here, the "ATOMIC" Would mean that every SET op is to be done into a temporary
register, which would be set at once at the end of the block.
We must think of a way to write such statements and allow them to be written as
templates to help extend easily the language.
Original issue reported on code.google.com by dav.pineau@gmail.com on 14 Apr 2012 at 10:05
Original issue reported on code.google.com by
dav.pineau@gmail.com
on 14 Apr 2012 at 10:05