Chandler (Chandler Hen)
- Login: Chandler
- Registered on: 07/16/2022
- Last sign in: 07/16/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
07/16/2022
-
03:52 PM Ruby Misc #18921 (Open): Remove workaround for some fixed bug (llvm.4898 & 38095)?
- I notice a workaround for llvm.4898 in constant_p.h:
https://github.com/ruby/ruby/blob/master/include/ruby/internal/constant_p.h
``` c
* Note that __builtin_constant_p can be applicable inside of inline functions,
* according to GC...