Closed nbp closed 4 years ago
When Replay precedes an Unwind action, we can remove as many replayed terms from the Unwind action, thus avoiding stack manipulation while replaying and stack manipulation while unwinding.
Real JS benchmarks reports that this is a 8.6% improvement on SmooshMonkey / SpiderMonkey ratio.
When Replay precedes an Unwind action, we can remove as many replayed terms from the Unwind action, thus avoiding stack manipulation while replaying and stack manipulation while unwinding.