Florian Weimer

Results 13 comments of Florian Weimer

Sorry, I don't know what is going on.

This should be weighted by project size. If the code could be rewritten from scratch in a few weeks, truck factor is meaningless. It's also difficult to tell automatically if...

The call-with-memory-reference approach is used for inter-module calls on the x86-64 psABI (in the PLT stubs). I expect that CPUs handle it very well because it is rather important for...

Whether pairs are mutable or not is a syntactic property, not a value property. Procedures can refer directly to pairs for which mutation is defined, and sharing those would be...

I think you will have to use a separate target definition for Linux i386 with a 64-bit `time_t`. Both ABI variants will exist for a long time in parallel. glibc...

The Racket fork of Chez Scheme already contains an AArch64 backend: https://github.com/racket/ChezScheme/blob/master/s/arm64.ss

Do you mean `(div (+ (time-nanosecond diff) 999) 1000)` for rounding up? If we want just one time, I recommend using (monotonic) real time, not CPU time, because that reflects...

Output now looks like this: ``` [collecting generation 1 into generation 2...1155.791M->1150.998M in 2.082ms] [collecting generation 0 into generation 1...1159.033M->1154.305M in 0.301ms] [collecting generation 0 into generation 1...1162.332M->1157.612M in 0.304ms]...

There is also another set of problems related to `git note` and `git replace`. Something might alter the meaning of a repository in ways that are not covered by the...

> To be more specific .. at the moment anyone trying to _securely_ block certain syscalls effectively has to allowlist, because you can't be sure what syscalls a newer kernel...