Files
Nim/tests/system
Andreas Rumpf 9d7c0cc683 SSO: add readRawDataStable across all string implementations (#25909)
Companion to readRawData whose pointer stays valid across moves/copies
of the string. Under --strings:sso it promotes a small inline string to
its heap representation; under refc/v2 the data is already heap-resident
so it aliases readRawData.

Uniform `var string` signature on every backend so code can prepare for
--strings:sso without `when declared`.
2026-06-13 19:27:22 +02:00
..
2018-12-11 21:23:22 +01:00
2019-10-03 18:36:18 +02:00
2022-09-23 13:05:05 +02:00
2023-07-29 10:57:03 +02:00
2023-07-29 10:57:03 +02:00
2019-07-06 21:20:16 +02:00
2020-12-27 14:45:57 +01:00
2020-04-21 15:05:21 +02:00
2023-04-08 11:42:17 +02:00