Hello and thank you for your excellent work! By reading codes and paper, I notice that Variable::isAccessOnce may be set true after the var was accessed in order to implement effect safety. However, it seems this member was not change after a var is read. I want to know was it abandoned or my guess was wrong.
Hello and thank you for your excellent work! By reading codes and paper, I notice that Variable::isAccessOnce may be set true after the var was accessed in order to implement effect safety. However, it seems this member was not change after a var is read. I want to know was it abandoned or my guess was wrong.
Thanks in advance!