Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix formatting.
  • Loading branch information
markshannon committed Feb 10, 2023
commit 62008eafc6a4d27e4942223ab5adddb1f4b72b83
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Change the ``SEND`` instruction to leave the receiver on the stack. This
allows the specialized form of ``SEND``to skip the chain of C calls and jump
allows the specialized form of ``SEND`` to skip the chain of C calls and jump
directly to the ``RESUME`` in the generator or coroutine.