Reviewers: titzer,
Description:
Add missing FrameState for Runtime_GetPrototype.
[email protected]
TEST=cctest/test-api
Please review this at https://codereview.chromium.org/860053003/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+1, -4 lines):
M src/compiler/linkage.cc
M test/cctest/cctest.status
Index: src/compiler/linkage.cc
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
index
0ed81b4978f91402fb200b5ce3a74fb03365e9e2..a8f7b04efd4302c653fb8be43f2ad19e2ba4b0be
100644
--- a/src/compiler/linkage.cc
+++ b/src/compiler/linkage.cc
@@ -167,6 +167,7 @@ bool Linkage::NeedsFrameState(Runtime::FunctionId
function) {
case Runtime::kInlineArguments:
case Runtime::kInlineCallFunction:
case Runtime::kInlineDateField:
+ case Runtime::kInlineOptimizedGetPrototype:
case Runtime::kInlineRegExpExec:
case Runtime::kInternalSetPrototype:
case Runtime::kInterrupt:
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index
78723b362d070a82d79646274084947eaf0d64a7..6e17fdef4c84c5fbb58dd07fb0230c5e918741de
100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -95,10 +95,6 @@
'test-debug/DebugStepFunctionApply': [PASS, NO_VARIANTS],
'test-debug/DebugStepFunctionCall': [PASS, NO_VARIANTS],
- # TODO(jarin): Some tests don't like --turbo-deoptimzation very much.
- 'test-api/GetPrototypeAccessControl': [PASS, NO_VARIANTS],
- 'test-api/Regress93759': [PASS, NO_VARIANTS],
-
# TODO(titzer): Triggers bug in late control reduction.
'test-run-inlining/InlineLoopGuardedEmpty': [SKIP],
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.