Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Not under consideration
Categories Assembler
Created by Guest
Created on Apr 7, 2023

Flag RX instructions with index but no base register

It has been a common malpractice since more than half a century not to use a base register but the index register in rx instructions, e.g. L Ra,100(Rb) instead of L Ra,100(,Rb).

Historically, this implied some performance penalty (AFAIR), nowadays there are at least rumours that cache logic is impacted. Furthermore, in AR mode, this can lead to not so obvious errors.

The suggestion is to add a warning in such a situation. In case that it is really desirable to have register 0 as a base, the instruction could be coded as L Ra,100(Rb,0) in order to avoid a false positive.

A somewhat comparable test is done for page0 access.



Idea priority Medium
  • Guest
    Reply
    |
    Apr 27, 2023
    Firstly, we should point out that any performance difference went away long ago, except in AR mode, where there is a functional difference such that use of an index register is likely to be intentional.

    The suggestion appears valid, but as stated it appears to be of very limited value, so it would not be likely to be considered for implementation in the near future.
  • Guest
    Reply
    |
    Apr 10, 2023
    Development team will review the Idea.