From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: * X-Spam-Status: No, score=1.8 required=3.0 tests=BAYES_20,MISSING_SUBJECT autolearn=no autolearn_force=no version=3.4.5-pre1 Date: Wed, 2 Dec 92 17:47:47 CST From: fmoore@sun405.dseg.ti.com (Freeman Moore) Message-ID: <9212022347.AA03025@s405.dseg.ti.com> List-Id: Keywords: is separate, optimization I have a question about compiler optimization and the use of 'is separate'. We have a programming standard that limits the number of executable statements in a compilation unit. When a compilation unit gets too large, then a developer is expected to make a procedure(s) 'is separate'. However, this has introduced the question of what happens to compiler optimization when a limit is imposed on the size of the unit. Does anyone have any data that addresses the use of 'is separate' and optimization? thanks, Freeman Moore (fmoore@s405.dseg.ti.com)