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

Unified Diff: src/deoptimizer.h

Issue 16381006: Change PC for OSR entries to point to something more sensible (i.e. the first UnknownOsrValue), rem… (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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/deoptimizer.h
diff --git a/src/deoptimizer.h b/src/deoptimizer.h
index 5569f7ffd87d12baff93da0c5eb38a3d7b840d41..190abd1b1ada16f1fc206ee315d58a2f34b2ee48 100644
--- a/src/deoptimizer.h
+++ b/src/deoptimizer.h
@@ -707,11 +707,7 @@ class Translation BASE_EMBEDDED {
UINT32_STACK_SLOT,
DOUBLE_STACK_SLOT,
LITERAL,
- ARGUMENTS_OBJECT,
-
- // A prefix indicating that the next command is a duplicate of the one
- // that follows it.
- DUPLICATE
+ ARGUMENTS_OBJECT
};
Translation(TranslationBuffer* buffer, int frame_count, int jsframe_count,
@@ -743,7 +739,6 @@ class Translation BASE_EMBEDDED {
void StoreDoubleStackSlot(int index);
void StoreLiteral(int literal_id);
void StoreArgumentsObject(bool args_known, int args_index, int args_length);
- void MarkDuplicate();
Zone* zone() const { return zone_; }
« no previous file with comments | « src/arm/lithium-codegen-arm.cc ('k') | src/deoptimizer.cc » ('j') | src/deoptimizer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698