You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- define:
! (Delta mirrorFor: #Test) classSide methodsFor: 'toy benchmarks' !
foo
| p1 p2 |
p1 := 234 @ 56.
p2 := 524 @ 766.
^ Time millisecondsToRun: [
10000000 timesRepeat: [ p1 + p2 ]
]! !
- Then evaluate "Test foo". On the second evaluation (when a fully
compiled version of the method should first be used), a stack overflow
occurs. The process stops, but the VM continues to run.
Original issue reported on code.google.com by [email protected] on 26 Apr 2007 at 5:21
The text was updated successfully, but these errors were encountered:
I can no longer reproduce this bug. Don't know what used to cause it but it
seems to
have been fixed, possibly by the fix to the integer loop optimization bug that I
checked in a while ago.
Dave, If you get the chance, can you reproduce this under the latest VM and
image? I
couldn't. If not, can we mark it as Fixed or Invalid?
Original issue reported on code.google.com by
[email protected]
on 26 Apr 2007 at 5:21The text was updated successfully, but these errors were encountered: