Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pony_alloc_msg to allocate method argument structs. #73

Merged
merged 2 commits into from
Feb 5, 2015
Merged

Use pony_alloc_msg to allocate method argument structs. #73

merged 2 commits into from
Feb 5, 2015

Commits on Feb 5, 2015

  1. remove warnings

    Stephan Brandauer committed Feb 5, 2015
    Configuration menu
    Copy the full SHA
    fb18bea View commit details
    Browse the repository at this point in the history
  2. Use pony_alloc_msg to allocate method argument structs.

    Will insert calls like this:
    
        ___encore_Foo_bar_oneway_msg _arg_2 = pony_alloc_msg(0, _ENC__ONEWAY_MSG_Foo_bar);
    
    The index is always set to `0`, which may or may not be broken.
    Stephan Brandauer committed Feb 5, 2015
    Configuration menu
    Copy the full SHA
    373c95b View commit details
    Browse the repository at this point in the history