4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-21 04:53:31 +08:00
Shell 7138f340b2 [libcpu/arm64] feat: Trimming General Context
This patch focuses on the ARM64 general context handling code.
The modifications are aimed at enhancing performance by simplifying
context save/restore operations.

Changes include:
- Adjusted stack alignment in `arch_set_thread_context` function.
- Updated `lwp_gcc.S` to reset frame pointer and link register.
- Refined `rt_hw_backtrace_frame_unwind` to handle user space address checks.
- Added `GET_THREAD_SELF` macro in `asm-generic.h`.
- Simplified context saving/restoring in `context_gcc.h` and related files.
- Optimized `rt_hw_context_switch_interrupt` and related assembly routines.

Signed-off-by: Shell <smokewood@qq.com>
2024-07-18 17:41:48 +08:00
..
2023-02-21 08:48:49 +08:00
2024-06-28 00:23:09 +08:00
2023-10-17 13:07:59 +08:00
2023-07-27 11:35:29 +08:00
2022-12-20 17:49:37 +08:00
2024-06-26 14:37:05 +08:00
2022-12-20 17:49:37 +08:00