Skip to content

Commit 9ee8108

Browse files
authored
Merge pull request #160 from argotorg/fix-sail
update sail var explanation
2 parents adf979d + 6577385 commit 9ee8108

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/posts/2025-11-14-core-solidity-deep-dive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ express the full range of high-level language constructs found in Classic Solidi
427427
- Type classes
428428
- Generics
429429
430-
A SAIL variable is conceptually the same as a [Yul variable](https://docs.soliditylang.org/en/v0.8.30/yul.html#variable-declarations). The compiler will associate an EVM stack slot to it.
430+
A SAIL variable is conceptually similar to a [Yul variable](https://docs.soliditylang.org/en/v0.8.30/yul.html#variable-declarations). The compiler will associate EVM stack space to it.
431431
SAIL has a single builtin type (`word`) that has the same range of values as a Classic Solidity
432432
`bytes32` or `uint256`, and can semantically be viewed as the type of an EVM stack slot. Contracts in SAIL are very low level (essentially just a runtime entrypoint and initcode
433433
entrypoint).

0 commit comments

Comments
 (0)