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

Unified Diff: src/debug.cc

Issue 1162993006: Add support for Embedded Constant Pools for PPC and Arm (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 months 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/debug.cc
diff --git a/src/debug.cc b/src/debug.cc
index eb3b4085410f3c64bf452fe99943898aec199426..9ba288581de8a10feeb1f07ee6014f6ec58d5c75 100644
--- a/src/debug.cc
+++ b/src/debug.cc
@@ -1709,7 +1709,7 @@ static void RedirectActivationsToRecompiledCodeOnThread(
reinterpret_cast<intptr_t>(new_pc));
}
- if (FLAG_enable_ool_constant_pool) {
+ if (FLAG_enable_embedded_constant_pool) {
// Update constant pool pointer for new code.
frame->set_constant_pool(new_code->constant_pool());
}
« no previous file with comments | « src/compiler/ppc/code-generator-ppc.cc ('k') | src/deoptimizer.cc » ('j') | src/objects.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698