A general framework for certifying garbage collectors and their mutators

A McCreight, Z Shao, C Lin, L Li - … of the 28th ACM SIGPLAN Conference …, 2007 - dl.acm.org
Garbage-collected languages such as Java and C# are becoming more and more widely
used in both high-end software and real-time embedded applications. The correctness of the …

Automated verification of practical garbage collectors

C Hawblitzel, E Petrank - ACM SIGPLAN Notices, 2009 - dl.acm.org
Garbage collectors are notoriously hard to verify, due to their low-level interaction with the
underlying system and the general difficulty in reasoning about reachability in graphs …

[PDF][PDF] Verification of parallel programs with the Owicki-Gries and Rely-Guarantee methods in Isabelle, HOL.

LP Nieto - 2002 - www-sop.inria.fr
Verification of Parallel Programs with the Owicki-Gries and Rely-Guarantee Methods in
Isabelle/HOL Page 1 Verification of Parallel Programs with the Owicki-Gries and Rely-Guarantee …

Reflecting bdds in coq

KN Verma, J Goubault-Larrecq, S Prasad… - Annual Asian …, 2000 - Springer
We describe an implementation and a proof of correctness of binary decision diagrams
(BDDs), completely formalized in Coq. This allows us to run BDD-based algorithms inside …

[图书][B] Scalable techniques for formal verification

S Ray - 2010 - books.google.com
This book is about formal veri? cation, that is, the use of mathematical reasoning to ensure
correct execution of computing systems. With the increasing use of c-puting systems in …

Correctness-preserving derivation of concurrent garbage collection algorithms

MT Vechev, E Yahav, DF Bacon - ACM SIGPLAN Notices, 2006 - dl.acm.org
Constructing correct concurrent garbage collection algorithms is notoriously hard. Numerous
such algorithms have been proposed, implemented, and deployed-and yet the relationship …

[PDF][PDF] 螺旋槽干气密封微尺度气膜的温度场计算

丁雪兴, 刘勇, 张伟政, 张英杰 - 化工学报, 2014 - hgxb.cip.com.cn
螺旋槽干气密封在高压, 高速旋转时内部会产生一定量的热, 导致密封环发生热弹变形,
从而使运行不稳定和泄漏量增大. 首先在速度滑移边界条件下, 求出气膜压力和气膜速度; …

Lock-free parallel and concurrent garbage collection by mark&sweep

H Gao, JF Groote, WH Hesselink - Science of computer programming, 2007 - Elsevier
This paper presents a lock-free algorithm for mark&sweep garbage collection (GC) in a
realistic model using synchronization primitives load-linked/store-conditional (LL/SC) or …

Cgcexplorer: a semi-automated search procedure for provably correct concurrent collectors

MT Vechev, E Yahav, DF Bacon… - Proceedings of the 28th …, 2007 - dl.acm.org
Concurrent garbage collectors are notoriously hard to design, implement, and verify. We
present a framework for the automatic exploration of a space of concurrent mark-and-sweep …

A construction of distributed reference counting

L Moreau, J Duprat - Acta Informatica, 2001 - Springer
Distributed reference counting is a general purpose technique, which may be used, eg, to
detect termination of distributed programs or to implement distributed garbage collection. We …