[code-reflection] RFR: 8324556: Not copy result-type when copying an op [v2]
Paul Sandoz
psandoz at openjdk.org
Thu Jan 25 17:51:47 UTC 2024
On Thu, 25 Jan 2024 17:45:06 GMT, Mourad Abbay <mabbay at openjdk.org> wrote:
>> 8324556: Not copy result-type when copying an op
>
> Mourad Abbay has updated the pull request incrementally with one additional commit since the last revision:
>
> Apply Paul's suggestions
We should follow up with a simple test e.g.:
int f(int a, int b) {
return a + b;
}
With a transformation that inlines this function into one whose parameter types and return type are double.
-------------
PR Comment: https://git.openjdk.org/babylon/pull/6#issuecomment-1910702930
More information about the babylon-dev
mailing list