How would *you* use an intern?

Per Bothner per@bothner.com
Wed May 30 18:49:00 GMT 2001


Stan Shebs <shebs@apple.com> writes:

> A more radical change that we were thinking about was to make GCC
> reentrant in some fashion, so you could have multiple incremental
> compiles going on behind the scenes, but not be thrashing the
> machine by bringing up cc1 executables up and down all the time.

I don't see how this can be of any use until/unless you integrate the
assembler into cc1, like we've already done for cpp.

Ideally, you'd want to generate binary code directly from rtl,
rather than generating and then parsing assembly code, but a
useful intermediate step may be to go via text, but write the
assembly text to an internal buffer rather than a file.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/



More information about the Gcc mailing list