Galder Zamarreño

Results 48 issues of Galder Zamarreño

See https://github.com/quarkusio/quarkus/issues/20681 ``` ># LINK : warning LNK4001: no object files specified; libraries used ># LINK : warning LNK4068: /MACHINE not specified; defaulting to X86 ># Creating library java.lib and...

question
native-image

Adding C1 intrinsic for primitive array clone invocations for aarch64 and x86 architectures. The intrinsic includes a change to avoid zeroing the newly allocated array because its contents are copied...

ready
rfr
hotspot-compiler

An attempt to make `wrk2` work on Apple silicon. Tried and tested things based on what `wrk` had done (iow, I'm no expert on this). Feel free to improve it...

For example: ![Screenshot 2023-11-20 at 10 32 54](https://github.com/Hyperfoil/Hyperfoil/assets/50187/db7882bf-3376-41b3-b6cf-146f892e4809)

When running with pipelining, I see big throughput differences between `wrk` and a yaml that replicates wrk. With `wrk`: ``` /home/g/opt/wrk/wrk --latency -d 15 -c 256 --timeout 8 -t 3...

bug

# Motivation Quarkus users that want to integrate new libraries/components into native image process (e.g. [smbj](https://github.com/hierynomus/smbj)), or want to use JDK APIs that require extensive native image configuration to work...

kind/enhancement
area/native-image

Prototype implementation for #36822 Here are the implementation details: It adds a new profile, called `native-with-agent` to the generated projects where the JVM mode tests run with the native image...

area/gradle
area/core
area/maven
area/kotlin
area/testing
area/platform
area/scala
area/devtools
area/infra-automation
triage/flaky-test

With dzslides, you can define the fonts to use, e.g: ``` :dzslides-fonts: family=Neuton:400,700,800,400italic|Cedarville+Cursive ``` This results in a link like this: `` Would it be possible to have it by...

dzslides

Is there a specific stackcollapse script that works with the output of the [mallocstacks.py version in iovisor/bcc](https://github.com/iovisor/bcc/blob/master/examples/tracing/mallocstacks.py)? I've run this script and generates stacks like: ``` malloc+0x0 Attaching to malloc...

Design draft for a true Cache API. It's centered around our Hibernate experience, which is the most popular cache user we have for Infinispan. The suggested APIs would not be...