[code-reflection] Integrated: Hat more schema optimizations

Gary Frost gfrost at openjdk.org
Sun Jul 21 11:44:55 UTC 2024


On Sun, 21 Jul 2024 11:39:26 GMT, Gary Frost <gfrost at openjdk.org> wrote:

> We no longer allow fields bound to array dims to be mutable. 
> 
>  Previously we forced the field to be mutable and relied on the correct value to be set immediately in the allocation method. 
> 
> Now  the field cannot be mutable (no length(int length setter)), the value 'behind the field' is automatically set when the schema is bound.

This pull request has now been integrated.

Changeset: af2f7e47
Author:    Gary Frost <gfrost at openjdk.org>
URL:       https://git.openjdk.org/babylon/commit/af2f7e4716edc5e3ac30cf2c4bfdea69ab5a4cb1
Stats:     234 lines in 17 files changed: 90 ins; 95 del; 49 mod

Hat more schema optimizations

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

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


More information about the babylon-dev mailing list