newsGNU lightning - News

 
 

GNU lightning 2.0.3 released!

Item posted by Paulo César Pereira de Andrade <pcpa> on Wed 08 Jan 2014 08:00:43 PM UTC.

GNU lightning is a library to aid in making portable programs
that compile assembly code at run time.

Development:
http://git.savannah.gnu.org/cgit/lightning.git

Download release:
ftp://ftp.gnu.org/gnu/lightning/lightning-2.0.3.tar.gz

This is a minor bug fixes release, and corrects all known bugs.

----------------------------------------------------------------
arm:
  o Minor changes that should allow building on non gnu-linux/gcc
    (e.g. clang/llvm & iOS7, untested)

ix86:
  o Correct wrong x87 float indexed store code generation.
  o Ensure the x87 stack is empty when calling a function
    (this is particularly important if calling c99 complex functions,
     that may easily fill the x87 stack, what could cause problems if
     lightning did not empty the x87 stack)
  o Correct wrong x87 optimization when loading the log(2) constant.

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code