Stefan Marr

Results 125 issues of Stefan Marr

It looks like https://www.oracle.com/java/technologies/downloads/ is now the go-to place for recent "script-friendly" URLs for releases. While https://www.oracle.com/java/technologies/javase/graalvm-jdk21-archive-downloads.html exists, the latest https://www.oracle.com/java/technologies/javase/graalvm-jdk22-archive-downloads.html doesn't exist (or doesn't exist yet). Not sure what...

`static u_int64 cc = OS_Interface::get_cycle_count();` is not threadsafe. Needs to use for instance an array per core to avoid inconsistent data.

VM
Bug

Something seems to be incorrect with the way the center rank is determined.

VM
Bug

See whether we can use: - https://github.com/thomaspark/pubcss - https://github.com/distillpub/template

Hi: I just ran into an issue when trying to build this repo on MacOS (since there don't seem to be binaries at the moment). Problem: I cloned with `git...

oca-signed

This adds a test and fix for a year value failing a regex check. Perhaps the trim should be done inside the key() function, would avoid other potential issues.

This is more an attempt to document the issue (there's a change here that others might want to try though: https://github.com/smarr/ChartjsNodeCanvas/commit/66b8e9b8a0751b972916d4f6826ba7d48af32d7c). I assume ChartjsNodeCanvas is designed to ensure perfect isolation...

With the latest machines coming into our benchmarking infrastructure being hybrid processors with efficiency and performance cores, aka big.LITTLE architectures, it becomes more desirable to configure on which cores benchmarks...

HighPriority
Feature

Without the restore, the system resources are severely restricted which dramatically increase build times etc. The issue is likely something like this: 1. build command execute 2. benchmark started, for...

Bug
help-wanted

I think it's a potential source for bugs to rely on PYTHONPATH and the `rebench-denoise` wrapper installed by pip. We probably get more reliable results by having our own wrapper...

Feature