| Comments | |
| smalltalk.Compiler.recompile() | -It Compiles without any problem- |
| smalltalk.Collection.recompileAll() | -It Compiles without any problem- |
| smalltalk.Object.recompileAll() | -After 7 minutes, It crashes. (Compiling Behaviour class)- |
| loop with simple sum expression | -Ok- |
| Comments | |
| smalltalk.Compiler.recompile() | after compiling 10th method of Compiler (Compiler>>#compiler:forClass:) debugger reported a DNU (on a method that is present and was activated before) and then a crash |
| smalltalk.Collection.recompileAll() | App frozen after compile of 2nd method |
| smalltalk.Object.recompileAll() | -not evaluated- |
| loop with simple sum expression | crash after first evaluation! (EXC_BAD_ACCESS) |