Happy !

Pharo / NativeBoost

Project infos

License MIT
Tags
Creation date 2013-01-31
Website https://code.google.com/p/nativeboost/

Monticello registration

About NativeBoost

NativeBoost is a project, which enables running machine code generated dynamically at language side.

CI Status

Getting Started

  • Download the latest image from our jenkins build
  • Download an up to date Pharo VM from our file server
  • Run some example code:

      NBBasicExamples nbGetEnv: 'PATH'.
      NBBasicExamples returnInteger.
    

Note: Pharo 3.0/4.0 includes NativeBoost, there is no need to load it.