Skip to content

Add support for merging a pair of tasks whose calls are not immediately sequential #2

Description

@tiagolascasas

We want to merge foo() and bar():

foo(A, B);
fizz(C);
bar(A, B);

It is valid, since the call to fizz() does not have any dependencies to the other calls and the task graph makes that clear. However, the current task splitter only supports immediately sequential calls.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions