int min=0x7FFFFFFE;
int max=0x80000003;
1) min > 0?
2) max > 0?
3) max > min?
4) max - min =?
5) max - min > 0?
2023年1月14日 星期六
[C] subtraction and comparison
2023年1月7日 星期六
GCC optimizations
? conditional (ternary) operators 和 if-else statements 的效能比較
參考
https://lirobo.blogspot.com/2009/07/gcc-inline-assembly.html
https://lirobo.blogspot.com/2013/12/inline.html
-O0 或預設
-O1, -O
-O2
-O3
-Os
-Ofast
-f
-Q --help=optimizers
http://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
http://gcc.gnu.org/onlinedocs/gcc/Target-Builtins.html
http://gcc.gnu.org/onlinedocs/gcc/Pragmas.html
http://gcc.gnu.org/onlinedocs/gcc/Inline.html
訂閱:
意見 (Atom)
SIP header Via
所有 SIP 訊息 都要有 Via,縮寫 v。一開始的 UAC 和後續途經的每個 proxy 都會疊加一個 Via 放傳送的位址,依序作為回應的路徑。 格式 sent-protocol sent-by [ ;branch= branch ][ ; 參數 ...] s...
-
列出目錄的檔案。 opendir(目錄) 或 fdopendir(fd) 開啟一個 directory stream (DIR),包含此目錄的所有檔案 (含目錄)。readdir(DIR *) 自 directory stream 取得一個檔案,用 struct direct ...
-
-l:輸出 Long Listing 格式,包括下列資訊: 檔案 type and permissions:有 10 個字母,第 1 個字母是 file type: -:一般檔案 b:block device c:character device d:direct...
-
APRS(Automatic Packet Reporting System)字面翻是「自動封包回報系統」,其實是「自動位置回報系統』,是業餘無線電結合全球衛星定位系統 (GPS),以 AFSK AX.25 通訊模式回報給世界各地的 APRS 接收電台,電台再透過網際網路上傳到 ...