Re: [PATCH v2 41/45] target/hppa: Implement CF_PCREL

2024-05-14 Thread Helge Deller
* Richard Henderson : > Now that the groundwork has been laid, enabling CF_PCREL within the > translator proper is a simple matter of updating copy_iaoq_entry > and install_iaq_entries. > > We also need to modify the unwind info, since we no longer have > absolute addresses to install. > > As exp

[PATCH v2 41/45] target/hppa: Implement CF_PCREL

2024-05-13 Thread Richard Henderson
Now that the groundwork has been laid, enabling CF_PCREL within the translator proper is a simple matter of updating copy_iaoq_entry and install_iaq_entries. We also need to modify the unwind info, since we no longer have absolute addresses to install. As expected, this reduces the runtime overhe