Hartmut Kaiser
Hartmut Kaiser
This PR enables stack overflow prevention in HPX on Power platforms: https://github.com/STEllAR-GROUP/hpx/pull/3469. Please verify.
@khuck I believe the calculation of the remaining amount of stack space in my original patch was wrong. Could you try again, please?
@taless474, we have not yet figured out how to synchronize the output generated by Phylanx with the native Python output. We can leave this ticket open, but I don't think...
@stevenrbrandt yes, things are ok if the outer function does not take any function arguments.
@stevenrbrandt as said, things work as long as the outer function has no arguments. Also, your last example does not use the inner function's argument, which prevents the error from...
@khuck do those failures happen in `RelWithDebInfo` builds as well?
@rtohid Would you be able to have a look?
To reproduce the issue #1105 must have been merged.
This might be a way to add minimal support for objects in PhySL. Good idea!