I'm pretty sure I saw a proposition somewhere (IRC?) to have some {.rodata.} 
pragma or similar to ensure let globals are in a specific segment of the binary.

Otherwise, this is related: 
[https://github.com/nim-lang/Nim/issues/12216](https://github.com/nim-lang/Nim/issues/12216).

Did you check where the data is put with
    
    
    let a {.compiletime.}= [1,2,3]
    
    
    Run

Reply via email to