RFR: JDK-8304884: Update Bytecodes data to be mostly compile time constants [v4]
David Holmes
dholmes at openjdk.org
Tue Mar 28 05:17:31 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>
Marked as reviewed by dholmes (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/13179#pullrequestreview-1360218500
More information about the hotspot-runtime-dev
mailing list