Albert

Results 17 issues of Albert

Using the following snippet, and place the cursor on `func` inside assert, and press ``, the default keybinding for jump-to-definition. ``` C #include static int func() { return 1; }...

https://github.com/sustrik/libmill/blob/master/stack.c#L77-L78 This makes sense, because next pop would get the stack item from previous push, which is presumably "hot". However, https://github.com/sustrik/libmill/blob/master/stack.c#L76 mentions FIFO, while it seems like LIFO. The implementation,...

In the demo (https://shikwasa.js.org/), I don't see a way to increase/decrease the volume. The only thing I can do is to mute/unmute. I wonder if this feature (adjusting volume) is...

feature request

Introducing a more intuitive implementation. This PR consists of two commits: the first adds the new algorithm and verifies the result is same as before. The second commit removes the...

rfr
hotspot-gc

Downloaded `jdk-12.0.1+12` from https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot#x64_linux and renaissance jar from the release page. Encountered the following crash with `java -jar renaissance-mit-0.9.0.jar -r 1 db-shootout`: ``` Error during tear-down: null java.lang.NullPointerException at org.lmdbjava.bench.Chronicle$CommonChronicleMap.teardown(Chronicle.java:131)...

bug
compatibility

The following are two separate runs of `java -jar renaissance-mit-0.10.0.jar scala-doku`. It seems that for `run B`, JIT made a wrong turn in the second iteration, and never managed to...

question

For a file containing the following content: ```shell echo -n "blahh"; echo -e "\b \b" ``` I was expecting to see `blah` in the quick-run buffer. However, I see `blahh^H...

Simple change of removing an `if` check. Test: hotspot_gc --------- ### Progress - [x] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x] Change...

ready
rfr
hotspot-gc

Simple change of removing redundant assertions. Test: hotspot_gc --------- ### Progress - [x] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x] Change must...

ready
rfr
hotspot-gc