Skip to content

Commit

Permalink
Merge r167341 - Unreviewed, add the obvious thing that marks MakeRope…
Browse files Browse the repository at this point in the history
… as exiting since it can exit.

* dfg/DFGAbstractInterpreterInlines.h:
(JSC::DFG::AbstractInterpreter<AbstractStateType>::executeEffects):
  • Loading branch information
Filip Pizlo authored and carlosgcampos committed Jan 5, 2015
1 parent ed8e05f commit 7f95f75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Source/JavaScriptCore/ChangeLog
@@ -1,3 +1,10 @@
2014-04-15 Filip Pizlo <fpizlo@apple.com>

Unreviewed, add the obvious thing that marks MakeRope as exiting since it can exit.

* dfg/DFGAbstractInterpreterInlines.h:
(JSC::DFG::AbstractInterpreter<AbstractStateType>::executeEffects):

2014-08-18 Diego Pino Garcia <dpino@igalia.com>

Completed iterator can be revived by adding more than one new entry to the target object
Expand Down
1 change: 1 addition & 0 deletions Source/JavaScriptCore/dfg/DFGAbstractInterpreterInlines.h
Expand Up @@ -400,6 +400,7 @@ bool AbstractInterpreter<AbstractStateType>::executeEffects(unsigned clobberLimi
}

case MakeRope: {
node->setCanExit(true);
forNode(node).set(m_graph, m_graph.m_vm.stringStructure.get());
break;
}
Expand Down

0 comments on commit 7f95f75

Please sign in to comment.