May 27, 2013
2:55 p.m.
On May 27, 2013, at 4:52 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 27 May 2013, at 16:45, Marcus Denker <marcus.denker@inria.fr> wrote:
10698 add back Block printing https://pharo.fogbugz.com/f/cases/10698 (Really only if Opal is Active)
Aah, a good reason to active Opal then ;-)
I did that because the mapping used needs that the bytecode of the method is the same that Opal will create, else the mapping can not work⦠In most cases we make the same bytecode, but for complex cases it can differ. So to be sure one needs to recompile the image. Marcus