Skip to content

jpnwalters/CARE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CARE

Introduction

CARE is a Compiler-Assisted Recovery mechanism for soft failures, which are caused by transient faults.

CARE is to recover applications from failures by recomputing the crahsed states through replaying related instructions.

Dependent libraries

CARE is implemented based on several packages, including:

  1. llvm-6.0.1 (should enable RTTI, llvm-3.8.0 has issues when using debug data generated with -g flag)

  2. protobuf-cpp-3.6.0 (should match the version number)

  3. capstone

  4. udis86-1.7.2

  5. libdwarf-20180809

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • LLVM 84.8%
  • C 9.5%
  • Jupyter Notebook 2.5%
  • Python 2.0%
  • C++ 1.0%
  • Makefile 0.1%
  • Other 0.1%