[code-reflection] Integrated: Replace the use of Interpreter to create Quoted instance with specialized code
Mourad Abbay
mabbay at openjdk.org
Thu Jun 26 15:58:45 UTC 2025
On Mon, 12 May 2025 15:10:21 GMT, Mourad Abbay <mabbay at openjdk.org> wrote:
> Creating Quoted instance was done by invoking the Interpreter. The Interpreter is too general and if someone could somehow inject any code model we will interpret that as well. This PR replace the use of the interpreter with specialized code.
This pull request has now been integrated.
Changeset: bcad7e6b
Author: Mourad Abbay <mabbay at openjdk.org>
URL: https://git.openjdk.org/babylon/commit/bcad7e6b29b1a968d5e0e4acb4f3728a86d1ca44
Stats: 701 lines in 8 files changed: 609 ins; 84 del; 8 mod
Replace the use of Interpreter to create Quoted instance with specialized code
-------------
PR: https://git.openjdk.org/babylon/pull/424
More information about the babylon-dev
mailing list