Question about load/store_exception_blob in premain branch

Vladimir Kozlov vladimir.kozlov at oracle.com
Fri Feb 9 18:10:16 UTC 2024


Yes, there is.

This was first thing I implemented (together with load_stub/store_stub) when I start working on caching code. 
exception_blob is interesting because it has relocation info.

I did not spend more time on blobs and stubs because I do not like current approach. You would have to add 
load_*/store_* methods manually to each stub and blob. May be we can do load/store all stubs/blobs at once.

Currently I am not sure I will do more for stubs and blobs caching in near feature. It is not high priority for me.

I will welcome if someone want to work on caching blobs and stubs. And adapters.
I would also agree is someone simply extend current approach to other blobs and stubs.


Regards,
Vladimir K

On 2/9/24 9:37 AM, Andrew Dinn wrote:
> The premain branch includes calls to store_exception_blob and load_exception_blob in the x86 tree but no corresponding 
> calls in the aarch64 tree. Is there a good reason for that?
> 
> regards,
> 
> 
> Andrew Dinn
> -----------
> 


More information about the leyden-dev mailing list