| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [DEBUG] Exposed a debug function to print an rbtree | ptitSeb | 2025-04-20 | 1 | -0/+7 |
| | | |||||
| * | [DYNAREC] Improved handling of db_size rbtree | ptitSeb | 2025-04-09 | 1 | -0/+23 |
| | | |||||
| * | Improved file map tracking, and use file map info in dynarec for bigblock ↵ | ptitSeb | 2025-01-27 | 1 | -0/+10 |
| | | | | | setting | ||||
| * | Added more rbtrees in dynarec managment, to speedup ↵ | ptitSeb | 2024-12-23 | 1 | -0/+37 |
| | | | | | FindDynablockFromNativeAddress function | ||||
| * | [RBTREE] Document the rationale for memory management (#2060) | Chi-Kuan Chiu | 2024-11-25 | 1 | -0/+199 |
| | | | | | | | Enhanced the rbtree.h header with detailed documentation comments for each function. This comment aims to clarify the role of the red-black tree in memory management and how these functions interact with and manage memory. | ||||
| * | [RBTREE] Unify naming and prevent unintended symbol exposure (#2005) | Jim Huang | 2024-11-06 | 1 | -11/+9 |
| | | | | | | Red-black tree operations now consistently use the 'rbtree_' prefix, and internal functions remain unexposed. Tested on RV64GC, resulting in a 498-byte reduction in the .text section size. | ||||
| * | Improve debugging trace of rb_tree | ptitSeb | 2024-10-08 | 1 | -1/+1 |
| | | |||||
| * | [DYNAREC] use an rbtree for dynablock size and max_db_size update | ptitSeb | 2024-01-23 | 1 | -0/+1 |
| | | |||||
| * | [RBTREE] Reverted memory tracking to 32 bits (#1201) | rajdakin | 2024-01-13 | 1 | -4/+9 |
| | | |||||
| * | [MEMORY] Switched from a sparse array to a red-black tree (#1180) | rajdakin | 2023-12-31 | 1 | -0/+13 |
| * [MEMORY] Switched from a sparse array to an RB tree * [RBTREE] Fixed the Android build | |||||