On Thu, 30 Jul 2026 00:19:24 GMT, Chris Plummer <[email protected]> wrote:

> So while data[] might have all R and V register values, no code ever does 
> something like reference data[V0].

Yes, but it is needed if DWARF instruction refers them.
`DwarfParser` would get `DWARF_Register` enum value like this, thus registers 
what appears in instruction should be defined.


enum DWARF_Register reg = static_cast<enum DWARF_Register>(read_leb(false));


Should this possibility be documented (in definition of `DWARF_Register` for 
example)?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/31999#issuecomment-5125314478

Reply via email to