Mikhail Ablakatov
Mikhail Ablakatov
Hi @theRealAph ! You may find the latest version here: https://github.com/mikabl-arm/jdk/commit/b3db421c795f683db1a001853990026bafc2ed4b . I gave a short explanation in the commit message, feel free to ask for more details if required....
Hi @snadampal ! Glad that you find the change useful :smile: Thanks to @nick-arm I have some progress with fixing existing issues, so I'm looking forward to update the PR...
Hi @theRealAph ! This took a while, but please find a fixed version here: https://github.com/mikabl-arm/jdk/tree/285826-vmul Here are performance numbers collected for Neoverse V2 compared to the common baseline and the...
Hi @theRealAph , thank you for taking a look. JIC, these are hash tables with (target address; list of requests (call site offsets)) as (k;v) pairs. I've considered unifying the...
@theRealAph , I've tried the above and it seems to work as intended. Please let me know if you find that solution more suitable and I'll prepare a patch for...
>> We could use something like Pair for keys instead and use the first to distinguish between runtime and static calls. I'd need to extend template class Pair so it...