Home » Tag: gcc

Tag Archives: gcc

Building Projects With Imake

Otto Hammersmith Issue #48, April 1998 Here’s an explanation of how Imake works and how you can use it to build your executables—an article for programmers with C and Unix programming skills. Imake is tool for configuring the X Window System and its components for different platforms and compilers. Imake allows you to create a generic description of how your ...

Read More »

Linux and the Alpha part 2

David Mosberger Issue #43, November 1997 Part 2 brings us optimization techniques for speeding up code to get the best performance from your Alpha or other RISC processor. In this article, I will discuss techniques to optimize code for platforms running Linux on Alpha processors. It is based on four years of experience with the Alpha architecture. The primary lesson ...

Read More »