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

Continuations #2383

Merged
merged 12 commits into from
Nov 8, 2016
Merged

Continuations #2383

merged 12 commits into from
Nov 8, 2016

Conversation

sithhell
Copy link
Member

@sithhell sithhell commented Nov 7, 2016

This patch gets rid of hpx::actions::continuation to not be used as a polymorphic base class. This saves dynamic allocations when invoking async actions.

Another side effect of this patch is the reduction of compile times as well as a reduction of binary size.

Thomas Heller added 11 commits October 13, 2016 10:32
This patch gets rid of the need for std::unique_ptr<hpx::actions::continuation>.
This is made possible by defining special transfer actions that carry a typed
continuation along. This has the effect of fewer memory allocations as well as
no serialization over a polymorphic base pointer.

In addition, this patch cleans up headers and removes code, where possible to
their own TU to reduce binary sizes.
Conflicts:
	hpx/lcos/base_lco_with_value.hpp
Conflicts:
	src/pre_main.cpp
Conflicts:
	hpx/runtime/parcelset/parcel.hpp
	src/runtime/parcelset/parcel.cpp
Copy link
Member

@hkaiser hkaiser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (after fixing the inspect problems), thanks!

@sithhell sithhell merged commit 0f76e08 into master Nov 8, 2016
@sithhell sithhell deleted the continuations branch November 8, 2016 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants