added a little code for elimination of unneeded code generated

This commit is contained in:
hyunghwan.chung
2017-01-29 07:29:58 +00:00
parent 03ddf6b68d
commit 341966e373
2 changed files with 42 additions and 4 deletions

View File

@ -183,6 +183,15 @@ class MyObject(Object)
if (a > 20) { break }.
a dump.
}.
nil.
1.
0.
self.
thisProcess.
thisContext.
nil.
nil.
'---------- END ------------' dump.
##Processor sleepFor: 20.
}