Files
sdk/pkg/native_compiler
Alexander Markov 7712167f28 [vm,modular_aot] Refactor Smi size to depend on compressed word size
Smi should fit into the compressed word, so its size in bits
can be defined using kCompressedWordSize.

TEST=ci

Change-Id: Iabea40318edadd7245d3a4771b4606f81b689867
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/479521
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Alexander Markov <alexmarkov@google.com>
2026-02-10 09:05:51 -08:00
..
2026-01-26 09:25:01 -08:00
2026-01-26 09:25:01 -08:00

This package hosts compiler targeting native platforms.

Status: experimental

NOTE: This package is currently experimental and not published or included in the SDK.

Do not take dependency on this package unless you are prepared for breaking changes and possibly removal of this code at any point in time.