No longer resets start timer on an interpreter reset.

This commit is contained in:
Peter Camilleri 2015-02-05 20:44:52 -05:00
parent a204aa6c19
commit 4d0020226c
3 changed files with 4 additions and 3 deletions

View file

@ -58,6 +58,7 @@ module XfOOrth
#This virtual machine is associated with this thread.
current[:vm] = self
@start_time = Time.now
end
end

View file

@ -17,7 +17,6 @@ module XfOOrth
#Reset the state of the fOOrth inner interpreter.
def interpreter_reset
@data_stack = Array.new
@start_time = Time.now
end
end

View file

@ -1,2 +1,3 @@
0 total warnings
lib/fOOrth/library/thread_library.rb -- 1 warning:
[77]:Thread#self.do_foorth_new_block has approx 11 statements (TooManyStatements)
1 total warning