Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(698)

Unified Diff: src/compiler/x64/code-generator-x64.cc

Issue 777243002: When generating code for ia32, make sure that there is enough reloc space (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updates Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/compiler/x64/code-generator-x64.cc
diff --git a/src/compiler/x64/code-generator-x64.cc b/src/compiler/x64/code-generator-x64.cc
index 95cd3af6b390be05312e24b6912c429a920620eb..c8483bd3f221d2296438604eccea5c448a20afb6 100644
--- a/src/compiler/x64/code-generator-x64.cc
+++ b/src/compiler/x64/code-generator-x64.cc
@@ -1207,6 +1207,9 @@ void CodeGenerator::EnsureSpaceForLazyDeopt() {
MarkLazyDeoptSite();
}
+
+void CodeGenerator::EnsureRelocSpaceForLazyDeopt(Handle<Code> code) {}
+
#undef __
} // namespace internal
« src/compiler/code-generator.cc ('K') | « src/compiler/mips64/code-generator-mips64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698