summaryrefslogtreecommitdiff
path: root/compiler/jit/jit_compiler.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2024-01-04 15:32:27 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2024-01-05 10:48:33 +0000
commit1a6b5b318aa69903a74dd10312a77bd8ee7c4cf6 (patch)
treef3d642409b55a567b88b5aa9b6d7998d0c450d68 /compiler/jit/jit_compiler.h
parent853bebba8b6bb910f55894b9b9b0101953678b6c (diff)
Reland "Run optimizations with baseline compilation."
This reverts commit c8309515d099992b7cab8f2b8c6db3ed77671ff4. Bug: 313040662 Reason for revert: remove call to slow path on back edges. Change-Id: I3fe52295afcb0be4b4062f8d9060adb4abb64375
Diffstat (limited to 'compiler/jit/jit_compiler.h')
-rw-r--r--compiler/jit/jit_compiler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/jit/jit_compiler.h b/compiler/jit/jit_compiler.h
index 5a919fb612..66aa545dd7 100644
--- a/compiler/jit/jit_compiler.h
+++ b/compiler/jit/jit_compiler.h
@@ -64,6 +64,8 @@ class JitCompiler : public JitCompilerInterface {
bool compress,
/*out*/ size_t* num_symbols) override;
+ uint32_t GetInlineMaxCodeUnits() const override;
+
private:
std::unique_ptr<CompilerOptions> compiler_options_;
std::unique_ptr<Compiler> compiler_;