Git Product home page Git Product logo

4open-science / ares Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 11.56 MB

Open science backup of the tool of "Automatic Runtime Recovery via Error Handler Synthesis"

Home Page: https://bitbucket.org/txgu/ares

License: GNU General Public License v2.0

HTML 0.12% Makefile 1.74% Shell 0.39% Batchfile 0.13% C 1.15% Objective-C 0.06% C++ 69.38% Java 26.24% JavaScript 0.06% DTrace 0.14% Assembly 0.23% XSLT 0.35%

ares's Introduction

Ares

Ares is an automatic runtime recovery JVM.

BUILD

  1. Install libhiredis
  2. Install a prebuilt JDK 8, e.g., jdk1.8.0u65
  3. Check make/quick_build.sh

Known Bugs

  1. Currently, we do not clear expression stack before recovering. This is in deed a bug that will crash if GC happens during recovering, particularly when using JPF. We can copy the expression stack of the top frame into a proper place. The problem is that this code should be implemented in assembly. So, dynamical allocation would be non-trivial and introduce performance bottle neck. A solution is to allocate a fixed buffer per thread as we never do recursive recovering and we can track the max stack in the whole JVM.

A workaround is to use very large heap that avoids GC during JPF.

ares's People

Contributors

tianxiaogu avatar

Watchers

Martin Monperrus avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.