Chromium Code Reviews

Unified Diff: src/ia32/deoptimizer-ia32.cc

Issue 1131783003: Embedded constant pools. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/ia32/deoptimizer-ia32.cc
diff --git a/src/ia32/deoptimizer-ia32.cc b/src/ia32/deoptimizer-ia32.cc
index 5fbee322b6e295ce069c39ed76157f4394529966..beec57c94601d3a5a5633fc65886df069786a066 100644
--- a/src/ia32/deoptimizer-ia32.cc
+++ b/src/ia32/deoptimizer-ia32.cc
@@ -423,7 +423,7 @@ void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) {
void FrameDescription::SetCallerConstantPool(unsigned offset, intptr_t value) {
- // No out-of-line constant pool support.
+ // No constant pool support.
rmcilroy 2015/05/20 14:32:11 embedded
MTBrandyberry 2015/05/20 22:28:23 Done.
UNREACHABLE();
}

Powered by Google App Engine