Upload Kmake

This commit is contained in:
Gorochu
2026-05-26 23:36:42 -07:00
parent ba051b2f74
commit 555ec72358
41615 changed files with 13344630 additions and 1 deletions

View File

@ -0,0 +1,24 @@
// Copyright 2024 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// Flags: --maglev --allow-natives-syntax
let v8 = -2147483649;
function f9() {
let v10 = 0;
let v12 = -1024;
for (let v13 = 0; v13 < 25; v13++) {
let v16 =v10 - 5 | v8;
const v18 = v10 + 2147483647;
v10 = v18 | f9;
v8 = v13;
v16++;
v12 = ((v12 & v18) && v16) | 0;
}
}
%PrepareFunctionForOptimization(f9);
f9();
%OptimizeFunctionOnNextCall(f9);
f9();