Skip to content

Files

Latest commit

 

History

History
21 lines (11 loc) · 798 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 798 Bytes

colart

Stability: 1 - Experimental

COmbined Lambda/object architecture Actor Run-Time.

colart is an initial implementation of an asynchronous version of Open Reusable Object Models built on top of tart (Tiny Actor Run-Time) in the spirit of COmbined Lambda/object Architecture (COLA) framework.

Usage

To enable/disable trace and memory trace edit the TRACE and TRACE_MEMORY macros in tart.h.

Build

Take a look insicde build.sh. The build was tested run on debian-7.0.0 with llvm 3.4 installed.

./build.sh

Run

./bootstrap.native > trace.log 2>&1