You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bootstrap failure by disabling problematic optimizations
The eliminate_dead_instructions() and fold_constant_branches() functions
were corrupting the instruction stream and causing bootstrap failures.
These functions appear to have issues with linked list manipulation
that cause memory corruption during stage2 compilation.
Commenting them out for now restores bootstrap capability while
keeping all other safe optimizations active.
0 commit comments