Weak-memory local reasoning

dc.contributor.advisorHunt, Warren A., 1958-en
dc.contributor.advisorMoore, J Strother, 1947-en
dc.contributor.committeeMemberBerdine, Joshen
dc.contributor.committeeMemberHoare, C. A. R.en
dc.contributor.committeeMemberEmerson, E. Allenen
dc.contributor.committeeMemberFussell, Donald Sen
dc.creatorWehrman, Ian Anthonyen
dc.date.accessioned2013-02-15T16:32:02Zen
dc.date.accessioned2017-05-11T22:31:20Z
dc.date.available2017-05-11T22:31:20Z
dc.date.issued2012-12en
dc.date.submittedDecember 2012en
dc.date.updated2013-02-15T16:32:02Zen
dc.descriptiontexten
dc.description.abstractProgram logics are formal logics designed to facilitate specification and correctness reasoning for software programs. Separation logic, a recent program logic for C-like programs, has found great success in automated verification due in large part to its embodiment of the principle of local reasoning, in which specifications and proofs are restricted to just those resources—variables, shared memory addresses, locks, etc.—used by the program during execution. Existing program logics make the strong assumption that all threads agree on the values of shared memory at all times. But, on modern computer architectures, this assumption is unsound for certain shared-memory concurrent programs: namely, those with races. Typically races are considered to be errors, but some programs, like lock-free concurrent data structures, are necessarily racy. Verification of these difficult programs must take into account the weaker models of memory provided by the architectures on which they execute. This dissertation project seeks to explicate a local reasoning principle for x86-like architectures. The principle is demonstrated with a new program logic for concurrent C-like programs that incorporates ideas from separation logic. The goal of the logic is to allow verification of racy programs like concurrent data structures for which no general-purpose high-level verification techniques exist.en
dc.description.departmentComputer Sciencesen
dc.format.mimetypeapplication/pdfen
dc.identifier.urihttp://hdl.handle.net/2152/19475en
dc.language.isoen_USen
dc.subjectProgrammingen
dc.subjectFormal methodsen
dc.subjectConcurrencyen
dc.subjectMemory modelsen
dc.titleWeak-memory local reasoningen

Files