On 09/20/2016 08:34 AM, Bernd Schmidt wrote:
On 09/20/2016 04:32 PM, David Malcolm wrote:

To summarize so far: you want every pseudo to have its regno dumped
with a 'p' prefix, and renumber them on dump (and then on load).
OK.

Renumbering is not helpful because it interferes with the view you have
in the debugger. So, IMO just a prefix, and maybe
Yea, I guess it does since we want the numbers in the dump to be the same that we used to access the arrays. So prefixing in the dump with adjustment of the number in the reader.


  (reg/f:DI v1 virtual-stack-vars)

this.
Doesn't the same apply to the number of virtual stack regs? Those are in the same array as pseudos. So ISTM we prefix in the dump, but do adjustment of the number in the reader?

jeff

Reply via email to