Re: Lets hope easier multi-threaded programming gets on the RoadMap
- From: "Marc Rohloff [TeamB]" <"on request">
- Date: Sat, 3 Mar 2007 14:07:22 -0500
On Sat, 03 Mar 2007 09:52:22 -0600, Charles McAllister wrote:
the most basic thing that would be useful (to me) would be anTechnically this is difficult any variable reference is not threadsafe
optional compiler warning which would identify sections of code
that were not thread safe. for instance, i can go through this
process manually, and place critical sections around references to
global variables -- But, what's to stop a junior programmer from
writing code later that references those global variables without
going through critical sections.
with the exception of variables defined in a procedure.
Also how do you know what has been protected? The only way to know if
code in subroutines has been protected is by doing static analysis.
--
Marc Rohloff [TeamB]
marc -at- marc rohloff -dot- com
.
- References:
- Re: Lets hope easier multi-threaded programming gets on the RoadMap
- From: Marc Rohloff [TeamB]
- Re: Lets hope easier multi-threaded programming gets on the RoadMap
- From: Charles McAllister
- Re: Lets hope easier multi-threaded programming gets on the RoadMap
- Prev by Date: Re: Rename Delphi for PHP to CDS for PHP ?
- Next by Date: Re: Lets hope easier multi-threaded programming gets on the RoadMap
- Previous by thread: Re: Lets hope easier multi-threaded programming gets on the RoadMap
- Next by thread: Re: Lets hope easier multi-threaded programming gets on the RoadMap
- Index(es):
Relevant Pages
|