Arc Forumnew | comments | leaders | submitlogin
1 point by shader 5396 days ago | link | parent

whoops, good point. I was intending to make a a new local variable and redefine it using '= to a new value. In that case, the value of a would obviously be local, so redefining its source in the global table would obviously not make sense.

The problem with save/restore is that it isn't thread safe. Hmmm.