Sciweavers

229 search results - page 4 / 46
» How Efficient Can Memory Checking Be
Sort
View
ICIP
2005
IEEE
16 years 4 months ago
Misregistration errors in change detection algorithms and how to avoid them
Background subtraction is a popular algorithm for video object segmentation. It identifies foreground objects by comparing the input images with a pure background image. In camera...
Dirk Farin, Peter H. N. de With
147
Voted
CC
2006
Springer
182views System Software» more  CC 2006»
15 years 6 months ago
Selective Runtime Memory Disambiguation in a Dynamic Binary Translator
Abstract. Alias analysis, traditionally performed statically, is unsuited for a dynamic binary translator (DBT) due to incomplete control-flow information and the high complexity o...
Bolei Guo, Youfeng Wu, Cheng Wang, Matthew J. Brid...
112
Voted
PLDI
2009
ACM
15 years 9 months ago
GC assertions: using the garbage collector to check heap properties
This paper introduces GC assertions, a system interface that programmers can use to check for errors, such as data structure invariant violations, and to diagnose performance prob...
Edward Aftandilian, Samuel Z. Guyer
103
Voted
APSEC
2001
IEEE
15 years 6 months ago
Model Checking Object-Z Classes: Some Experiments with FDR
This paper investigates model checking Object-Z classes via their translation to the input notation of the CSP model checker FDR. Such a translation must not only be concerned wit...
Geoff Kassel, Graeme Smith
108
Voted
CLUSTER
2007
IEEE
15 years 6 months ago
Efficient asynchronous memory copy operations on multi-core systems and I/OAT
Bulk memory copies incur large overheads such as CPU stalling (i.e., no overlap of computation with memory copy operation), small register-size data movement, cache pollution, etc...
Karthikeyan Vaidyanathan, Lei Chai, Wei Huang, Dha...