[code-reflection] Integrated: Invokable block parameters
Paul Sandoz
psandoz at openjdk.org
Fri Feb 16 22:24:09 UTC 2024
On Thu, 15 Feb 2024 23:04:35 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:
> The parameters of functions, lambdas, and closures (invokable operations) are modeled as entry block parameters. This is a pattern or idiom of invokable operations. We add methods that help reason about that pattern.
>
> We also a method to obtain the block's index in the parameter list of its declared block.
This pull request has now been integrated.
Changeset: d94e0338
Author: Paul Sandoz <psandoz at openjdk.org>
URL: https://git.openjdk.org/babylon/commit/d94e0338a5d4800b30aa2492c4f3652c7f046af4
Stats: 131 lines in 3 files changed: 128 ins; 0 del; 3 mod
Invokable block parameters
-------------
PR: https://git.openjdk.org/babylon/pull/26
More information about the babylon-dev
mailing list