Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vext01 committed Feb 21, 2024
1 parent 3276b9b commit 6527226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ykrt/src/compile/jitc_yk/codegen/abs_stack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
/// generation. The abstract stack pointer is zero-based, so the stack pointer value also serves as
/// the size of the stack.
///
/// The implementation is platform agnostic: as the stack gets bigger, the stack pointer grows
/// upwards, even on architectures where the stack grows downwards.
/// The implementation is platform agnostic: as the abstract stack gets bigger, the abstract stack
/// pointer grows upwards, even on architectures where the stack grows downwards.
#[derive(Debug, Default)]
pub(crate) struct AbstractStack(usize);

Expand Down

0 comments on commit 6527226

Please sign in to comment.