Skip to content

Commit c63964a

Browse files
committed
discuss isize a bit
1 parent 3f1c5b6 commit c63964a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

active_discussion/representation.md

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ As an example, a value of `&T` type can never be null -- therefore,
7171
say that they will have the same layout?
7272
- or do we have the freedom to rearrange the types of `A` but not
7373
`B`, e.g. based on PGO results
74+
- Rust currently says that no single value may be larger than `isize` bytes
75+
- is this good? can it be changed? does it matter *here* anyway?
7476

7577
## Active threads
7678

0 commit comments

Comments
 (0)