Giter Club home page Giter Club logo

cxxr's Introduction

Build Status

CXXR

The goal of the CXXR project is to refactor the interpreter of the R language into a fully-compatible, efficient, VM for R using modern software engineering techniques. CXXR is being carried out independently of the main R development and maintenance effort.

Currently the CXXR codebase is based off R 3.0.2.

Build Requirements

Compiling CXXR requires a GCC or Clang compiler with C++ 11 support and fortran support. In addition, boost 1.48.0 or later must be installed.

Compilation of the LLVM JIT requires a Clang compiler and LLVM version 3.4 as well. (GCC should also be supported in the future.)

CXXR has been tested to compile on both Linux and Mac OSX systems.

Configuration and Compilation

To build a development build with the LLVM JIT enabled:

 configure --enable-llvm-jit --enable-maintainer-mode 
 make
 make check

It is useful to additionally define -Wall -DNO_CELLPOOLS -DAGGRESSIVE_GC -fsanitize=address -O1 in order to find bugs more easily.

For release builds, the flags -Wall -O2 -DNDEBUG -DUNCHECKED_SEXP_DOWNCAST should be defined.

Currently make install is disabled for CXXR. It can be run directly from the build directory as bin/R however. This will be re-enabled in the near future.

CXXR Discussion Mailing List.

https://groups.google.com/forum/#!forum/cxxr-devel

cxxr's People

Contributors

kmillar avatar arunchauhan avatar droptablestar avatar

Watchers

James Cloos avatar Tim Graham 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.