You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide library wide constexpr flags to enable high performance API options.
For example, currently local objects will explicitly release themselves which is required for tests to guarantee their correctness. It also prevents memory leaks (e.g. if a local object was created in a tight loop). This should be configurable.
The text was updated successfully, but these errors were encountered:
Because of testing, all class IDs and method IDs had to be manually tracked in vectors which is unnecessary unless you intend to tear down and restore the JVM.
#31
PiperOrigin-RevId: 626855549
Because of testing, all class IDs and method IDs had to be manually tracked in vectors which is unnecessary unless you intend to tear down and restore the JVM.
#31
PiperOrigin-RevId: 627097317
Provide library wide constexpr flags to enable high performance API options.
For example, currently local objects will explicitly release themselves which is required for tests to guarantee their correctness. It also prevents memory leaks (e.g. if a local object was created in a tight loop). This should be configurable.
The text was updated successfully, but these errors were encountered: