hi,if I understood correctly, the global storage is implemented as a hash table.
If so, will it be possible to load this global hash table in a P register?
So, for example, are there any plans to support this:$P0 = get_globals # put a reference to the global storage into register $P0
andset_globals $P0 # set the hash table referenced by $P0 as the global storage.
regards, klaas-jan