unix: workaround gcc bug on armv7 (part 2)#4564
Conversation
|
That means you can undo the memcpy now (i.e. revert 32603fd)? |
Yes, I was going to propose that as well as I just noticed that the |
80fbae4 to
1d2b8d9
Compare
|
Force pushed with the revert as first commit. PTAL |
bnoordhuis
left a comment
There was a problem hiding this comment.
I wouldn't keep the revert as a separate commit (lacks context without the next commit) but otherwise LGTM.
1d2b8d9 to
0a08f86
Compare
|
Ok, I was also reverting the doc update. If you're ok with it I'll squash them in 1 commit. |
Disable optimization on `uv__preadv_or_pwritev`. Fixes: libuv#4532 Fixes: libuv#4550
0a08f86 to
eabcbbb
Compare
|
Yep, go for it. |
|
Well, I fxxxed it up. Apparently this only fixes the issue when in combination with the |
Disable optimization on
uv__preadv_or_pwritev.Fixes: #4532
Fixes: #4550