Files
Odin/base/runtime
gingerBill de0d2ae178 Optimize append_elem for different optimization levels
* For `-o:size` and below, uses the type erased approach
* For `-o:speed` and above, the inlined form is used

This is necessary because a generic `mem_copy_non_overlapping` cannot be optimized when type erasure is used, meaning in a hot path where `append_elem` is used a lot; thus `mem_copy_non_overlapping` becomes a bottleneck.
2026-06-19 11:19:16 +01:00
..
2025-08-08 15:34:30 +11:00
2025-07-31 16:40:40 +02:00
2025-08-29 12:41:38 -07:00
2026-01-28 11:54:17 +00:00
2026-06-15 17:48:33 +01:00
2025-08-08 13:29:49 +01:00
2024-06-05 20:57:39 +02:00
2024-06-29 12:16:43 +01:00
2025-11-05 13:44:14 +00:00