Version 2.18.0-154.0.dev

Merge commit '437538b1699414f252707ee8204e1e94cb7bf7b3' into 'dev'
diff --git a/runtime/vm/compiler/backend/il.cc b/runtime/vm/compiler/backend/il.cc
index 8e50cc3..e4ba8ff 100644
--- a/runtime/vm/compiler/backend/il.cc
+++ b/runtime/vm/compiler/backend/il.cc
@@ -7056,9 +7056,11 @@
     } else if (argument_location.IsStack()) {
       const Location src_loc = rebase.Rebase(locs()->in(i));
       const Representation src_rep = RequiredInputRepresentation(i);
+#if defined(INCLUDE_IL_PRINTER)
       __ Comment("Param %" Pd ": %s %s -> %s", i, src_loc.ToCString(),
                  RepresentationToCString(src_rep),
                  argument_location.ToCString());
+#endif
       compiler->EmitMoveToNative(argument_location, src_loc, src_rep,
                                  &temp_alloc);
     } else {
diff --git a/tools/VERSION b/tools/VERSION
index df385d9..cd48429 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -27,5 +27,5 @@
 MAJOR 2
 MINOR 18
 PATCH 0
-PRERELEASE 153
+PRERELEASE 154
 PRERELEASE_PATCH 0
\ No newline at end of file