[code-reflection] Integrated: Simplify Interpreter invocation

Paul Sandoz psandoz at openjdk.org
Tue Nov 5 17:33:42 UTC 2024


On Thu, 31 Oct 2024 23:54:16 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

> The overloaded `Interpreter.invoke` methods are reduced to just two methods. If the invokeable operation captures values then corresponding captured arguments must be appended, in order, to the list of arguments for invocation (those correspond to the invokeable operation's parameter, in order).

This pull request has now been integrated.

Changeset: a40e0f2a
Author:    Paul Sandoz <psandoz at openjdk.org>
URL:       https://git.openjdk.org/babylon/commit/a40e0f2aabcc90e34f9a2672adc2a369b4ec4415
Stats:     419 lines in 33 files changed: 153 ins; 68 del; 198 mod

Simplify Interpreter invocation

Reviewed-by: mcimadamore

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

PR: https://git.openjdk.org/babylon/pull/271


More information about the babylon-dev mailing list