-
The Nakamoto node needs a new block-downloader state machine. It will use the Nakamoto inventory vectors to identify blocks as available from peers, and download them in rarest-first order (as before…
-
The `julia.h` file `#defines` a bunch of symbols that could easily conflict with other header files if someone is embedding Julia: `NWORDS`, `NORETURN`, `DLLEXPORT`, `MAX_ALIGN`, `STORE_ARRAY_LEN`, `A…
-
Hi there!
I'm trying out the value-flow analysis of SVF. I wrote a simple example as follow:
```c
#include
#include
char gv[16] = {0};
void func1(const char *msg) {
printf("callin…
-
| | |
| --- | --- |
| Bugzilla Link | [36072](https://llvm.org/bz36072) |
| Version | trunk |
| OS | All |
| Attachments | [Minimal reproducer](https://user-images.githubusercontent.com/60944935/143…
-
Currently Flux is unable to reason about Tock's register interface as it would require a pretty complicated use of associated refinements (from what I understand). I have extricated out the important …
-
Implement our version of `circomlib` in order to support basic functions.
This is needed due to `circomlib` being done to work with R1CS, not working for execution.
-
Even if the entire amount of storage is pre-reserved (no memory allocations) calling push_back on the sdsl vector is substantially slower that doing the same on std::vector (up to 10x slower).
```
…
-
Currently Cryptol has built-in polynomial arithmetic functions like pmult, pmod, and pdiv. However, pmult is restricted to polynomials with Bit coefficients. It would nice if Cryptol supported _optimi…
-
I recently introduced a bug in the blst proof that was not easy to track down. The problem was that I misplaced a back tick, causing something that I wanted to be computed at the type level to be comp…
-
Compilation threads can get stuck in a recursive loop in this bit of code of debug code:
https://github.com/eclipse/openj9/blob/9c033bd4311a1d2bccad1a5250330ada13f9c550/runtime/compiler/optimizer/F…