Dave Cheney

Results 215 comments of Dave Cheney

Have a look at the _PageSize constant in the runtime package, you can change that to 64k and rebuild. > On 12 Mar 2015, at 22:30, stevecapperlinaro [email protected] wrote: >...

Yes. On 15 Feb 2015 18:12, "Minux Ma" [email protected] wrote: > so the correct arm64 syscall numbers are specified in: > > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/include/uapi/asm-generic/unistd.h?id=refs/heads/master > > right? > > — >...

I'd believe that, the number of variations for the LDRX STRX variants available on arm64 is huge, it's easily to believe we're not using exactly the right one On Sun,...

Yes, reliability is the most important characteristic of a program. I see no value in a fast program that is unstable.

Thanks but can you please separate out the cleanup work from the additional feature. > On 28 Apr 2018, at 06:23, Olivier Poitrey wrote: > > This will also replace...

I've merged a few of the outstanding commits, can you please rebase and we'll see what's left.

I think i've fixed the failing tests, please try again.

Hello, This project is not `curl`. Just checking you understood that. I think it might be ok to add bytes/sec somewhere discrete on the final output. I don't want to...

This PR is dirty, please rebase it onto master. Each PR should close an issue, with a Fixes #nnnn > On 5 May 2018, at 13:22, Olivier Poitrey wrote: >...