Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/3/84; site talcott.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!wjh12!talcott!gjk From: gjk@talcott.UUCP (Greg J Kuperberg) Newsgroups: net.arch Subject: Query for stats on instruction usage Message-ID: <134@talcott.UUCP> Date: Tue, 27-Nov-84 18:54:58 EST Article-I.D.: talcott.134 Posted: Tue Nov 27 18:54:58 1984 Date-Received: Wed, 28-Nov-84 07:53:40 EST Distribution: net Organization: Harvard Lines: 10 I am curious about the following concerning your "average" compiled (or even assembled) code: 1) What is the density of conditional branch instructions? 2) How often does a branch actually occur? 3) What is the density of unconditional branches? 4) What is the density of subroutine calls? 5) What is the average distance that an unconditional branch "jumps"? These questions seem relevant to instruction cache issues.