gst-lightning

Description

A Smalltalk binding of GNU lightning. GNU lightning exposes a portable interface for generating machine language at run-time. GNU lightning is fast and tries to be as little intrusive as possible, so that the generated code can also be optimized easily. So far, it has been ported to the x86, SPARC and PowerPC architecture.

Details

Source
GitHub
Dialect
gnu_smalltalk (25% confidence)
License
GPL-3.0
Stars
3
Forks
1
Created
June 25, 2010
Updated
Aug. 26, 2023

Categories

System / OS

README excerpt

GST-GNU lightning
=================

A Smalltalk binding of GNU lightning. GNU lightning exposes a 
portable interface for generating machine language at run-time. 
GNU lightning is fast and tries to be as little intrusive as 
possible, so that the generated code can also be optimized 
easily. So far, it has been ported to the x86, SPARC and 
PowerPC architecture.

Installation from Source

The git source is available at: http://github.com/MrGwen/gst-lightning
  git clone git://github.com/MrGwen/gst-lightning.git

Now you need to generate configuration files:
  autoreconf -vi

And proceed to the classic build:
  ./configure
  make
  [sudo] make install

Authors of the binding:

  - Gwenael Casaccio mrgwen@gmail.com
  - Mathieu Suen     mathk.sue@gmail.com
← Back to results