You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that's because in OMicroB, static strings are stored in the flash memory (as much as possible in any case) in order to save RAM.
If I understand correctly, that means access to the string must be done on a character basis (otherwise you would have to basically copy the string in the RAM, which a simple macro like String_val probably shouldn't do).
I hope that's helpful. Maybe @bvaugon can explain better ?
These macros are not listed in
src/bytecode/vm/values-xxx.h
.Is this deliberate ?
The text was updated successfully, but these errors were encountered: