-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
symbolic: Refine discussion about the placement of the stack pointer
dbb4c83 introduced this stack-pointer-in-the-middle approach, but the commit message has no further commentary on why it was seen as necessary. I've written up why *I* believe it to be necessary, and removed what I see as a misleading comment. Also, return a pointer to the end of the stack, because that's what most clients will want.
- Loading branch information
1 parent
a06a678
commit 06b5ce3
Showing
2 changed files
with
43 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters