Combining static concurrency analysis with symbolic execution

M Young, RN Taylor - IEEE Transactions on Software …, 1988 - ieeexplore.ieee.org
Static concurrency analysis detects anomalous synchronization patterns in concurrent
programs, but may also report spurious errors involving infeasible execution paths …

Issues in the testing of object-oriented software

EV Berard - Proceedings of ELECTRO'94, 1994 - ieeexplore.ieee.org
Much of what we know about testing technology does indeed apply to object-oriented
systems. However, object-orientation brings with it, its own specialized set of concerns …

Tractable flow analysis for anomaly detection in distributed programs

SC Cheung, J Kramer - European Software Engineering Conference, 1993 - Springer
Each process in a distributed program or design can be modelled as a process flow graph,
where nodes represent program statements and directed edges represent control flows. This …

Static analysis of concurrent software for deriving synchronization constraints

RH Carver, KC Tai - Proceedings 11th International Conference on …, 1991 - computer.org
A static analysis method is introduced for detecting synchronization errors. This method is to
derive constraints on the feasible synchronization sequences of a concurrent program (or …

[PDF][PDF] Tractable and compositional techniques for behaviour analysis of concurrent systems

SC Cheung - 1994 - Citeseer
Automated behaviour analysis is an essential technique for developing and maintaining
concurrent systems. This thesis proposes the use of two complementary techniques: a …

C++: Panacea or Placebo

E Gordon - Proceedings of ELECTRO'94, 1994 - ieeexplore.ieee.org
The art of computer programming has flourished over the last forty years. The industry has
progressed from machine language through object oriented automatic code generation …

[引用][C] CONFUSION WITH OTHER TECHNOLOGIES

EV Berard, EW Dijkstra