samy-00007

Results 9 comments of samy-00007

Should I start pinging jacobly each time I do a PR related to bigints ? I have at least 2 of them in preparation.

I have a better division algorithm ready. I initially planned to put it in a new PR, but I can also add it in this one. What should I do...

I'm actually adding this new algorithm to the PR, since it is actually quite small. The new algorithm uses a divide and conquer method, allowing it to leverage faster multiplication...

I will make the necessary changes.

From what i am seeing, the test fails with wasm because in `stage1/wasi.c`, `DirEntry_lookup` which is used to stat the file ignores the flags, and so follows the symlink. Should...

Is it possible to redo the CI tests ? They did not fail because of my code