dolphinsmalltalk/DolphinVM

Compiler no longer optimises methods that only return >16-bit SmallIntegers

Closed this issue · 0 comments

New ExLongPushImmediate instruction is not recognised by the optimiser so shortcut method to return a literal value not created for methods of the form:

blah
^

Where N is a Smallinteger > 32767 or < -32768