We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
class Agent { def init(arr:[int]) : void { (); } } class Main { def main() : void { let l = 3*1000 arr = new [int](l) in { new Agent(arr) } } }
pony_gc_send(); /* Not tracing the future in a one_way send */; /* Not tracing '_arg_9->f1' */; pony_send_done();
As I understand the emitted code, _arg_9->f1 should be traced.
_arg_9->f1
The text was updated successfully, but these errors were encountered:
This certainly seems wrong.
Sorry, something went wrong.
TobiasWrigstad
No branches or pull requests
As I understand the emitted code,
_arg_9->f1
should be traced.The text was updated successfully, but these errors were encountered: