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
mx.warn("PGO profile must exist for benchmarking and release, creating one now...")
323
-
profile=graalpy_native_pgo_build_and_test([])
324
+
profile=graalpy_native_pgo_build_and_test()
324
325
325
326
ifos.path.isfile(profileor""):
326
327
print(invert(f"Automatically chose PGO profile {profile}. To disable this, set GRAALPY_PGO_PROFILE to an empty string'", blinking=True), file=sys.stderr)
@@ -335,7 +336,7 @@ def libpythonvm_build_args():
335
336
returnbuild_args
336
337
337
338
338
-
defgraalpy_native_pgo_build_and_test(_):
339
+
defgraalpy_native_pgo_build_and_test(args=None):
339
340
"""
340
341
Builds a PGO-instrumented GraalPy native standalone, runs the unittests to generate a profile,
341
342
then builds a PGO-optimized GraalPy native standalone with the collected profile.
0 commit comments