User Details
- User Since
- Jun 21 2022, 7:17 PM (196 w, 4 d)
Thu, Mar 26
Fix also in stdext and stdext3
Tue, Mar 24
Mon, Mar 23
Do you mean something like
Sun, Mar 22
Also remove the define
Fri, Mar 20
Rename macro
Yes, I think we can have some tests for this. But I think we should do it after re-org the tests. At least for now we can rely on the llvm testcase as I run it biweekly with latest CURRENT.
Style and commit msg fix
Return void
Thu, Mar 19
Wed, Mar 18
Skip the again test
Tue, Mar 17
Formatting
Adjust the testcase insteada of deleting the testcase.
Reference user: https://github.com/llvm/llvm-project/pull/186961
Raw __elf_aux_vec usage: https://github.com/llvm/llvm-project/blob/main/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp#L72
Mon, Mar 16
Also, thanks for your remind:). @siva
Sat, Mar 14
Fri, Mar 13
Thu, Mar 12
Minor fixes
I think we need to refactor these stuff to dynamic array. It makes no sense to use linked_list if we only need to push and pop from the top.
Style fix
Formatting
The test is in here, which failed originally since the time is not >= 500ms.
Tue, Mar 10
Emm, it fails to compile on many places. I have to take a look at this.
Mon, Mar 9
Minor fixes
Thu, Mar 5
jhb@'s patch is much better.
Wed, Mar 4
Rebase to main
Thanks for all yours review:).
Minor fixes.
Delete the base commit
Tue, Mar 3
Mon, Mar 2
Fix indentation
Fix Makefile and use recursive lock to make witness happy
Sun, Mar 1
Remove debug print
Support numa node report
Sat, Feb 28
Fri, Feb 27
I did some experiment and you are right, the compiler optimize it above O1.
Also, my assumption is wrong since reminder in aarch64 actually convert into udiv + msub, which is not faster than what we previous have.
Thanks!
Cache and free acpi_cppc_ctx immediately since we only use readonly field.
Also, use roundup to prevent duplicate frequency.
Use readonly struct to reduce memory consumption