Building 'as' for Olden

What exactly does Olden require from 'as'. I can't build the entire 'as'
because there's no more disk space left.

Wojciech

What exactly does Olden require from 'as'. I can't build the entire 'as'
because there's no more disk space left.

Olden itself doesn't need it. _Compiling_ Olden requires the assembler to
turn llvm .s files into llvm .o files. Why not just use the bytecode
files that Misha posted?

-Chris

Right now I can't even get the LLVM assembly file to produce from Olden.
The bytecodes that Misha posted are some ancient Olden version that
doesn't work either.

Wojciech

The files I linked to the second time (http://tank.cs.uiuc.edu/Olden)
are hot off the presses: I compiled them just recently today. So far,
only 2 of them give me bus errors - bh and health - and that's the
baseline, not my optimized code. Of course, you are free not to use
them. YMMV.