-
We have observed in large scale LDR deployments that one src-dest ldr proc pair is holding the replicated time back, and the proc on the source is conducting a ton of catchup scans. Let's copy over th…
-
After changing LDR URL, we'll follow the new URL.
-
We should set up a test to understand exactly how they work in LDR. If they don't work, we need to add them to the deny list.
Jira issue: CRDB-42936
-
I noticed my runtime performance got significantly worse, I'm trying to update LEDs 60 times per second.
The host system is an M1 MacBook Pro.
It's talking to an rp2040 over serial.
Observation…
-
Description
Loads and stores to MMIO regions have special meanings. Flexus assumes loads are idempotent (i.e., not destructive). However, this is not correct; reading an MMIO value might clear its val…
-
```
Vector data = Sve.LoadVector(ploop, input + i);
```
produces:
```
ldr x7, [x0]
add x7, x7, x4, LSL #2
ld1w { z17.s }, p1/z, [x7]
`…
a74nh updated
1 month ago
-
Hey sualk! Sorry for using this as a forum for questions, but I couldn't find an email or something like that...
I am analysing firmware from a device that uses a ADSP-BF536 processor, using your p…
-
Looks like we are 1400% (?!) behind for kernel s231 in TSVC compared to GCC.
Compile this code with `-O3 -mcpu=neoverse-v2 -ffast-math`:
```
__attribute__((aligned(64))) float a[32000],b[32000],…
-
To ensure resumption from a cursor without data loss, the user relies on the replicated time provided by SHOW LDR JOBS. The stringified replicated time may get rounded past the persisted hlc.timestamp…
-
Hi,
I don't find the code for LDR in the folder of 2013-LDR. I noticed that you use functions such as CVC, LDR in the demo.m file, but I don't find the scripts of defining these functions?
Do I…