期刊文献+
共找到2篇文章
< 1 >
每页显示 20 50 100
Garbage Collector Verification for Proof-Carrying Code 被引量:3
1
作者 林春晓 陈意云 +1 位作者 李隆 华蓓 《Journal of Computer Science & Technology》 SCIE EI CSCD 2007年第3期426-437,共12页
We present the verification of the machine-level implementation of a conservative variant of the standard mark-sweep garbage collector in a Hoare-style program logic. The specification of the collector is given on a m... We present the verification of the machine-level implementation of a conservative variant of the standard mark-sweep garbage collector in a Hoare-style program logic. The specification of the collector is given on a machine-level memory model using separation logic, and is strong enough to preserve the safety property of any common mutator program. Our verification is fully implemented in the Coq proof assistant and can be packed immediately as foundational proof-carrying code package. Our work makes important attempt toward building fully certified production-quality garbage collectors. 展开更多
关键词 program verification garbage collector proof-carrying code program safety
原文传递
Garbage Collection Scheduling of Aperiodic Tasks
2
作者 Ning Zhang Guang-Ze Xiong 《Journal of Electronic Science and Technology of China》 2009年第3期223-226,共4页
In the previous work of garbage collection (GC) models, scheduling analysis was given based on an assumption that there were no aperiodic mutator tasks. However, it is not true in practical real-time systems. The GC... In the previous work of garbage collection (GC) models, scheduling analysis was given based on an assumption that there were no aperiodic mutator tasks. However, it is not true in practical real-time systems. The GC algorithm which can schedule aperiodic tasks is proposed, and the variance of live memory is analyzed. In this algorithm, active tasks are deferred to be processed by GC until the states of tasks become inactive, and the saved sporadic server time can be used to schedule aperiodic tasks. Scheduling the sample task sets demonstrates that this algorithm in this paper can schedule aperiodic tasks and decrease GC work. Thus, the GC algorithm proposed is more flexible and portable. 展开更多
关键词 Aperiodic tasks garbage collector real-time SCHEDULING
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部