Model dependent and perhaps what-happens-to-be-in-cache dependent.

> The CLI chain might be optimized by CLI first for the median value

In fact, if there were enough I values, might one not effectively do a binary 
search? There is an amusing coding problem.

Charles


-----Original Message-----
From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On 
Behalf Of Paul Gilmartin
Sent: Thursday, July 7, 2022 7:57 AM
To: ASSEMBLER-LIST@LISTSERV.UGA.EDU
Subject: CLI vs. TRT

Given several target characters, at what value of "several" is the
break-even between TRT and a chain of CLI;  BC?

(It's probably model-dependent.)

The CLI chain might be optimized by CLI first for the median value and
using the outcome to bypass half the remaining tests.

-- 
gil

Reply via email to