Re: ELKS on Wikipedia needs editing

One Thousand Gnomes <[email protected]> Wed, 4 Mar 2015 17:42:30 +0000
Newsgroups org.kernel.vger.linux-8086
Message-ID <[email protected]>
On Tue, 03 Mar 2015 17:43:30 -0500
Jody Bruchon <[email protected]> wrote:

> Pushing that init code into a separate function with no other changes will only add the overhead of the function call with no benefit. Remember that bcc is not a good compiler by modern standards (it's an ancient K&R C compiler with an ANSI prototype acceptance routine available and that performs limited optimizations) and it won't inline the function like gcc would, it'll just add bloat.

pcc for 8086 is an ANSI compiler and partly done. It needs chunks of
further work, but if anyone likes fiddling with mostly table driven
compilers and has a bit of time....

It even uses dev86 as the assembler/linker backend.

Alan