[code-reflection] RFR: Replace the use of Interpreter to create Quoted instance with specialized code [v4]
Mourad Abbay
mabbay at openjdk.org
Tue May 27 23:04:09 UTC 2025
On Thu, 22 May 2025 10:46:27 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Mourad Abbay has refreshed the contents of this pull request, and previous commits have been removed. Incremental views are not available.
>
> src/jdk.incubator.code/share/classes/jdk/incubator/code/internal/QuotedHelper.java line 39:
>
>> 37: public class QuotedHelper {
>> 38:
>> 39: public static Quoted makeQuoted(FuncOp op, Object[] args) {
>
> Shouldn't this use the new helper method you've defined?
> And shouldn't javac use the other helper method to create the FuncOp in the first place?
I'm looking to see how CoreOp.quoteOp can be used in javac.
-------------
PR Review Comment: https://git.openjdk.org/babylon/pull/424#discussion_r2110463934
More information about the babylon-dev
mailing list