compare the bytecode of this code
|outerContext local1 remote1 |
outerContext := thisContext.
local1 := 1.
remote1 := 3.
(1 to:1 ) do:[:index| | rlocal2 rlocal3 |
������ rlocal2 := index.
������ remote1:= rlocal2 / 3.
������ rlocal3 := remote1.
������ rlocal3 := outerContext].
local1 := remote1.
thisContext method inspect.
between pharo 50496 and pharo 50497