Does ECMA or any Eiffel has a volatile variable declaration?
3 views
Skip to first unread message
llothar
unread,
Aug 27, 2007, 11:15:18 PM8/27/07
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I came to the point where it makes sense that the generated C code must have a volatile declaration for a variable because this variable is set by another thread.
Before i patch my compiler, i would like to know if there is something official about this.
I guess we need a way to attach arbitrary attributes to declarations (variables, methods, maybe even constants).