Cloud Native Compiler Release Notes
Table of Contents
Version: 1.4.0 - Release Date: July 8, 2022
New Features
Cloud Native Compiler 1.4.0 has the following features:
-
Early access of the Compiler Cache. The Compiler Cache stores previously performed optimizations and serves them from the cache rather than recompiling whenever possible. Running your workloads with a Compiler Cache leads to lower CNC CPU usage and faster warmup time.
Known Issues
-
Compiler Cache is not scalable and too many connections will overload the database. See Enabling the Compiler Cache for more information.
-
Multiple pods can get evicted because of low ephemeral storage in a long-running Code Cache cluster.