Title: [124422] trunk/Source/_javascript_Core
- Revision
- 124422
- Author
- [email protected]
- Date
- 2012-08-02 01:27:48 -0700 (Thu, 02 Aug 2012)
Log Message
Unreviewed, missed a style goof in the previous patch: "NodeIndex nodeIndex"
in a method signature is painfully redundant.
* dfg/DFGSpeculativeJIT.h:
(SpeculativeJIT):
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (124421 => 124422)
--- trunk/Source/_javascript_Core/ChangeLog 2012-08-02 08:23:13 UTC (rev 124421)
+++ trunk/Source/_javascript_Core/ChangeLog 2012-08-02 08:27:48 UTC (rev 124422)
@@ -1,5 +1,13 @@
2012-08-02 Filip Pizlo <[email protected]>
+ Unreviewed, missed a style goof in the previous patch: "NodeIndex nodeIndex"
+ in a method signature is painfully redundant.
+
+ * dfg/DFGSpeculativeJIT.h:
+ (SpeculativeJIT):
+
+2012-08-02 Filip Pizlo <[email protected]>
+
DFGSpeculativeJIT.h has too many inline method bodies
https://bugs.webkit.org/show_bug.cgi?id=92957
Modified: trunk/Source/_javascript_Core/dfg/DFGSpeculativeJIT.h (124421 => 124422)
--- trunk/Source/_javascript_Core/dfg/DFGSpeculativeJIT.h 2012-08-02 08:23:13 UTC (rev 124421)
+++ trunk/Source/_javascript_Core/dfg/DFGSpeculativeJIT.h 2012-08-02 08:27:48 UTC (rev 124422)
@@ -2185,7 +2185,7 @@
// that you've ensured that there exists a MovHint prior to your use of forwardSpeculationCheck().
void forwardSpeculationCheck(ExitKind, JSValueSource, NodeIndex, MacroAssembler::Jump jumpToFail, const ValueRecovery& = ValueRecovery());
void forwardSpeculationCheck(ExitKind, JSValueSource, NodeIndex, MacroAssembler::JumpList& jumpsToFail, const ValueRecovery& = ValueRecovery());
- void speculationCheckWithConditionalDirection(ExitKind, JSValueSource, NodeIndex nodeIndex, MacroAssembler::Jump jumpToFail, bool isForward);
+ void speculationCheckWithConditionalDirection(ExitKind, JSValueSource, NodeIndex, MacroAssembler::Jump jumpToFail, bool isForward);
// Called when we statically determine that a speculation will fail.
void terminateSpeculativeExecution(ExitKind, JSValueRegs, NodeIndex);
void terminateSpeculativeExecution(ExitKind, JSValueRegs, Edge);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes