Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • striepan
    Participant
    Post count: 3

    Most talks there have links to slides. Could you post slides to the Mill talk?

  • striepan
    Participant
    Post count: 3
    in reply to: The Belt #1577

    Seems like that particular problem could be simply dealt with by the compiler. Since the call is in the tail position it doesn’t make sense to have any operations in flight. Well… it may be different for multiple conditional calls with some speculation. Still compiler could take care of that. Some might be unsatisfied with this solution – you could break normal functions by doing MULF and tailcalling them. What are security implications of this?

  • striepan
    Participant
    Post count: 3
    in reply to: The Belt #1575

    3) I know there is a lot of moving parts, but how is that different from doing a normal return in the middle of MULF?

Viewing 3 posts - 1 through 3 (of 3 total)