Am I correct in assuming that branch relative (HLASM "jump") instructions are 
more efficient than branches using register+displacement?

C. Kevin Shum's IBM Z System Processor Optimization Primer says:

Use relative branches instead of non-relative (indirect branches) when possible

but "indirect" is what throws me. The only indirect branch I'm aware of is 
Branch Indirect on Condition (BIC).

Reply via email to