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

Unified Diff: src/hydrogen-instructions.cc

Issue 309483002: HRor and HSar can deoptimize. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 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 | test/mjsunit/regress/regress-3359.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/hydrogen-instructions.cc
diff --git a/src/hydrogen-instructions.cc b/src/hydrogen-instructions.cc
index ce1e9db6952a4609f003030a6aae7fcd2f903547..effafdc685ce25a321ace2787ec4779949a81437 100644
--- a/src/hydrogen-instructions.cc
+++ b/src/hydrogen-instructions.cc
@@ -831,8 +831,6 @@ bool HInstruction::CanDeoptimize() {
case HValue::kPushArguments:
case HValue::kRegExpLiteral:
case HValue::kReturn:
- case HValue::kRor:
- case HValue::kSar:
case HValue::kSeqStringGetChar:
case HValue::kStoreCodeEntry:
case HValue::kStoreKeyed:
@@ -877,6 +875,8 @@ bool HInstruction::CanDeoptimize() {
case HValue::kMul:
case HValue::kOsrEntry:
case HValue::kPower:
+ case HValue::kRor:
+ case HValue::kSar:
case HValue::kSeqStringSetChar:
case HValue::kShl:
case HValue::kShr:
« no previous file with comments | « no previous file | test/mjsunit/regress/regress-3359.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698