On Tue, 03 Mar 2015 17:43:30 -0500 Jody Bruchon <jody@xxxxxxxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe linux-8086" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html