Li-Fan Chen
says to
YSITD
問個 現在編譯器有辦法把 b = 3 + a a = a + 1 b = b + 1 優化成 b = 4 + a a = a + 1 ㄇ