25 Jul 2012 14:57
RE: [eiffel_software] yavsa
Hi Marco Yup. I forgot about the attribute rule :( That said, and I know my compiler writer credentials are not as impressive as some, it seems to me that in a single threaded system (which this is; I just double checked), that such a limitation is irrelvant and should be relaxed. It's a clear basic block, with no address aliasing possible, and as close to atomic as one can get in a very high level language. I understand that the code doesn't know whether it's in a threaded environment or not, so it might be better to make the offense a warning when single threaded and a hard error when multithreaded (and make the warning/error message more precise rather than a catch-all). Thanks R ================================================== Roger F. Osmond -------- Original Message -------- Subject: Re: [eiffel_software] yavsa From: Marco Trudel <marco@...> Date: Wed, July 25, 2012 8:33 am To: eiffel_software@...(Continue reading)
RSS Feed