Forgot your password?
typodupeerror

Comment Re:Bah (Score 1) 777

The Open-64 compiler does inline from one source file to another. It does so by storing the intermediate form of the compiled object inside the .o file as another section, instead of say, .text. Then at link time, the linker calls back out to the compiler.

The flag is -IPA, and it is done all the time.

Check out the Open-64 project.

Slashdot Top Deals

My sister opened a computer store in Hawaii. She sells C shells down by the seashore.

Working...