-fomit帧指针是否总是省略帧指针?是否存在需要同时设置pc和fp的情况?动态堆栈增长是否会强制设置fp?专门询问MIPS32。谢谢
For example, let s say I want to find a particular word or number in a file. The contents are in sorted order (obviously). Since I want to run a binary search on the file, it seems like a real waste ...