mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #599] [CLOSED] Separate the cache check and member lookup into different methods #634
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/599
Author: @KushalP
Created: 7/25/2024
Status: ❌ Closed
Base:
main← Head:speculative-split-cache-check-member-lookup📝 Commits (1)
cc443fcSeparate the cache check and member lookup into different methods📊 Changes
4 files changed (+72 additions, -3 deletions)
View changed files
📝
bench/bench.gradle.kts(+4 -0)📝
bench/gradle.lockfile(+3 -2)➕
bench/src/jmh/java/org/pkl/core/runtime/VmUtilsBenchmarks.java(+53 -0)📝
pkl-core/src/main/java/org/pkl/core/runtime/VmUtils.java(+12 -1)📄 Description
This allows for better inlining and optimization of the cache check, which is a common path.
Original results
This change results
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.