[code-reflection] Integrated: Hat initial attempt minimize copies

Gary Frost gfrost at openjdk.org
Fri Jul 26 12:20:15 UTC 2024


On Fri, 26 Jul 2024 12:09:13 GMT, Gary Frost <gfrost at openjdk.org> wrote:

> Initial attempt to minimize copies

We will use 'game of life as demo' for minimizing copies

First step here is that we detect when a buffer 'leaks' from the compute loop. If so we tell the ComputeContext that it is dirty

We do this by injecting calls using babylon in the compute method.

-------------

PR Comment: https://git.openjdk.org/babylon/pull/201#issuecomment-2252630424


More information about the babylon-dev mailing list