Hi all,
After turboshaft-csa is enabled [1], `cctest/test-serialize/StaticRootsPredictableSnapshot` [2] started to fail on loong64 port:
> # Fatal error in ../../src/execution/isolate.cc, line 5630
> # The Isolate is incompatible with the embedded blob. This is usually caused by incorrect usage of mksnapshot. When generating custom snapshots, embedders must ensure they pass the same flags as during the V8 build process (e.g.: --turbo-instruction-scheduling).
It seems that the register allocation results are not always the same over repeat runs, and may generate different builtin codes and different embedded blob hash.
So I wonder is the register allocation deterministic by design? Any help is appreciated, Thanks!