Hi, > However, the approach is beyond what would normally be done by a compiler, > because to generate an optimal set of patterns, you will have to look at all > assembly files for a complete project, not just at one module (as the compiler > does). BTW, more recent MS compiler offer 'link time code generation' (LTCG), which means that the object files generated by calling the compiler only contain some compiler-internal representation and that the linker calls the compiler backend just-in-time to generate the actual code - and here cross-module inlining etc. is performed. Best, Oliver _______________________________________________________________ SMS schreiben mit WEB.DE FreeMail - einfach, schnell und kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192 ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Thu Apr 6 14:11:28 2006
This archive was generated by hypermail 2.1.8 : 2006-04-06 14:11:31 CEST