From 4103fc0a8a054ba6126d2bbcc797219f8b2ebf2e Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Fri, 13 Jul 2018 06:11:55 +0200 Subject: Remove recover instruction results after bailouts. --- js/src/jit/JitFrameIterator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/src/jit/JitFrameIterator.h') diff --git a/js/src/jit/JitFrameIterator.h b/js/src/jit/JitFrameIterator.h index 3620badbda..76d04d092e 100644 --- a/js/src/jit/JitFrameIterator.h +++ b/js/src/jit/JitFrameIterator.h @@ -509,13 +509,13 @@ class SnapshotIterator return recover_.moreInstructions(); } - protected: // Register a vector used for storing the results of the evaluation of // recover instructions. This vector should be registered before the // beginning of the iteration. This function is in charge of allocating // enough space for all instructions results, and return false iff it fails. MOZ_MUST_USE bool initInstructionResults(MaybeReadFallback& fallback); + protected: // This function is used internally for computing the result of the recover // instructions. MOZ_MUST_USE bool computeInstructionResults(JSContext* cx, RInstructionResults* results) const; -- cgit v1.2.3