[foreign-memaccess+abi] Integrated: 8313680: Disallow combining caputreCallState with isTrivial
Jorn Vernee
jvernee at openjdk.org
Mon Aug 7 07:16:59 UTC 2023
On Thu, 3 Aug 2023 11:26:05 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
> Native functions that modify call state (errno) are by definition not 'trivial'. Capturing call state would also prevent intrinsification of a trivial call. I think to be on the safe side, we just want to disallow combining these two for now.
This pull request has now been integrated.
Changeset: aa4e6b40
Author: Jorn Vernee <jvernee at openjdk.org>
URL: https://git.openjdk.org/panama-foreign/commit/aa4e6b4036e8954bcebed35fd50200f1d4dbee5b
Stats: 66 lines in 6 files changed: 11 ins; 31 del; 24 mod
8313680: Disallow combining caputreCallState with isTrivial
Reviewed-by: mcimadamore
-------------
PR: https://git.openjdk.org/panama-foreign/pull/856
More information about the panama-dev
mailing list