User Details
- User Since
- Jun 23 2020, 8:50 AM (143 w, 2 d)
Jan 5 2023
Nov 18 2022
LGTM
Nov 9 2022
Jun 13 2022
These look good to me. I do see the the AIX CI build is broken. This is due to -X32_64 being passed to llvm-ar. That appears independent of this change. @daltenty will need to take a look at that.
Apr 29 2022
Mar 7 2022
Feb 23 2022
Feb 22 2022
Feb 16 2022
@ldionne, did the explanation help? I was thinking we could clean this logic up even better by adding a reference parameter to __stage2_float_loop() to track whether __exp has been seen or not rather than trying to store state in the character.
Feb 15 2022
We'll have to create another patch to apply the side deck renaming to the libc++exception added in https://reviews.llvm.org/D118620/new/.
LGTM
Feb 9 2022
Feb 7 2022
Feb 3 2022
Jan 14 2022
Dec 6 2021
Hi Louis, you missed us on z/OS and AIX (@daltenty) . We provide 32-bit builds. We'll need to recover from this and may need to add some things back.
Nov 24 2021
Can you update the summary to remove the part about including the unwind header.
Nov 11 2021
LGTM
Nov 9 2021
Louis, we don't want to make the entire threading model for z/OS to be dynamic. We would like to say the threading model uses pthread, but we need to enable these guard functions to work in programs that use threading and not. As Daniel pointed out a number of the libc++ threading functions used by these guard functions are not trivial to implement for a non-threading application. I would also worry about other parts of the library that should be using threading behaving correctly. We are open to other options. We could change the conditional compilations so both forms of the guard functions are available and call the right one depending on if threading is enabled or not. Would that be acceptable?
Oct 8 2021
@Quuxplusone what parts of this do you feel are unmaintainable? We are open to ideas on how to address any concerns you have.
Jul 16 2021
Jun 23 2021
Jun 18 2021
May 29 2021
Apr 21 2021
Why did you have to add a specialization based on size? Could you provide a test case or two to help explain. My first thought is the _LIBCPP_SHORT_WCHAR macro should be good enough since aix & z/OS only support one wchar_t size per 32/64 bit mode.
Apr 9 2021
Apr 8 2021
LGTM
Mar 24 2021
Mar 23 2021
Changed the code checking the env vars so it doesn't assign a null_ptr to the string.