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

Unified Diff: src/deoptimizer.h

Issue 9347016: MIPS: Re-worked the deopt entry table. (Closed)
Patch Set: rebased on r10702 Created 8 years, 10 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
« no previous file with comments | « no previous file | src/mips/deoptimizer-mips.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/deoptimizer.h
diff --git a/src/deoptimizer.h b/src/deoptimizer.h
index 44189d96cd7774e4482acd6bd7d75556e1f5893b..68bc48d5cbbbb9f83b6c22d9db20d3fea7103a89 100644
--- a/src/deoptimizer.h
+++ b/src/deoptimizer.h
@@ -267,11 +267,7 @@ class Deoptimizer : public Malloced {
int ConvertJSFrameIndexToFrameIndex(int jsframe_index);
private:
-#ifdef V8_TARGET_ARCH_MIPS
- static const int kNumberOfEntries = 4096;
-#else
static const int kNumberOfEntries = 16384;
-#endif
Deoptimizer(Isolate* isolate,
JSFunction* function,
« no previous file with comments | « no previous file | src/mips/deoptimizer-mips.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698