RFR: JDK-8304884: Update Bytecodes data to be mostly compile time constants [v4]
Coleen Phillimore
coleenp at openjdk.org
Mon Mar 27 14:55:46 UTC 2023
On Mon, 27 Mar 2023 14:50:47 GMT, Justin King <jcking at openjdk.org> wrote:
>> Change uses a few tricks to make most of the data in Bytecodes compile time constant, avoiding the overhead during VM initialization. `Bytecodes:_flags` likely can be made compile time constant as well using `constexpr` tricks, but that is out of scope for this specific PR.
>
> Justin King has updated the pull request incrementally with one additional commit since the last revision:
>
> Update indentation
>
> Signed-off-by: Justin King <jcking at google.com>
Thanks, looks good.
-------------
Marked as reviewed by coleenp (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/13179#pullrequestreview-1359245441
More information about the hotspot-runtime-dev
mailing list