Changes between Initial Version and Version 1 of Ticket #133

Show
Ignore:
Timestamp:
01/06/09 18:16:53 (13 years ago)
Author:
kjs
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #133 – description

    initial v1  
     1{{{ 
    12methodtailcalls are broken. The next example shows this. 
    23the call to foo() fails, whereas the semantic equivalent call to bar() is ok. foo() returns with a method tailcall, bar() returns with a normal return statement. 
     
    2728    .return ($P0) 
    2829.end 
     30}}} 
    2931 
     32