因?yàn)?/c>現(xiàn)在編譯參數(shù)被寫成屬性而不是子標(biāo)簽。
Still, this pair of bindings provides a good starting point for a look at how the binding compiler does its job.
這一對(duì)綁定提供了研究綁定編譯器工作方式的良好起點(diǎn)。
He does not care if the language is functional or not, as long as you can tell the compiler where it's OK to use parallelism.
他不關(guān)心語言是不是函數(shù)性(functional)的,只要你能告訴編譯器在哪兒能使用并行就可以了。
My own preference is to have gcc always mean the native compiler, and I explicitly invoke or configure mingw32-gcc as I need.
我自己的首選是讓gcc總是意味著本機(jī)編譯器,并按需顯式調(diào)用或配置mingw32-gcc。
These compiler options and source code files will be processed by the compiler just as if they had been specified on the command line.
編譯器將對(duì)這些編譯器選項(xiàng)和源代碼文件進(jìn)行處理,就像已在命令行上指定了它們一樣。
To convert functions that use the 64-bit ABI into shared libraries, all that is needed is a few extra compiler flags and you're ready to go.
要將使用64位ABI的函數(shù)轉(zhuǎn)換到共享庫(kù)中,您所需要的就是另外幾個(gè)編譯器標(biāo)志,僅此而已。
The compiler behaves as if some structures and macros in header files do not exist, even though they do.
編譯器的行為就好像頭文件中的某些結(jié)構(gòu)和宏不存在,即使它們確實(shí)存在。
One of the system programs is called the compiler.
這些系統(tǒng)程序當(dāng)中有一種叫做編譯器(程序)。
The compiler recognizes that this only has to be done once and moves it out of the loop.
編譯器認(rèn)定該指令只需執(zhí)行一次,將其移出循環(huán)。
Isn't it amazing how much code the compiler actually generates for such a tiny program?
對(duì)于這么一個(gè)小的程序,編譯器生成了這么多的代碼,真的很令人驚異!
This information tells the compiler how much room to set aside and what kind of value you want to store in your variable.
這個(gè)信息會(huì)告知編譯器留出多大空間以及你的變量存儲(chǔ)什么樣的值。
The compiler is actually free to take some liberties with the program order within a thread as long as as-if-serial semantics are preserved.
編譯器實(shí)際上對(duì)在線程中使用程序順序是可以有一些自由的——只要保留了as-if-serial語義。
Having the compiler in Ruby makes it easy to get insight into the inner workings and modify it for experiments.
擁有用Ruby寫成的編譯器讓我們更加容易洞悉其內(nèi)部工作機(jī)理并做出實(shí)驗(yàn)性的修改。
The Resource Compiler was not able to determine what kind of key is being set up for the accelerator.
資源編譯器不能確定正在為快捷鍵設(shè)置何種鍵。
Clearing the screen on a console application appears to be related to the operating system you are using or to your compiler.
在控制臺(tái)程序中清除屏幕和你正使用的操作系統(tǒng)或者編譯器有關(guān)。
Now that you've had a chance to work on this for a while, do you still like the CLR as a platform for compiler development?
你已經(jīng)在這個(gè)項(xiàng)目上工作一段時(shí)間了,你是否仍然喜歡將CLR作為編譯器的開發(fā)平臺(tái)?
The compiler does not try to reference an assembly if it has the same name as the output file of the program you are building.
如果編譯器與要生成的程序的輸出文件同名,則它不嘗試引用程序集。
The language's compiler can discern quite a bit of type information from the context, without explicit type annotations.
即使沒有顯示的類型注解,語言的編譯器仍可以從上下文中分辨出相當(dāng)多的類型信息。
And you're actually going in and you're doing something like a compiler does, trying to derive the sentence structure.
實(shí)際上你在試圖分析出句子結(jié)構(gòu)時(shí)候已經(jīng)做了跟編譯器類似的事情。
With the Java language, the classes generated by the compiler generally remain just as they are until they're loading into a JVM.
使用Java語言,由編譯器生成的類在被裝入到JVM之前通常保持原狀。
The name of an anonymous type is automatically generated by the compiler and cannot be referenced in program text.
匿名類型的名字是由編譯器自動(dòng)產(chǎn)生的,在程序正文中不可被引用。
Because compiler errors prevent a program from running, you need to find and fix, or debug, those errors before trying to run your program.
由于編譯器錯(cuò)誤會(huì)妨礙程序運(yùn)行,所以您必須在嘗試運(yùn)行程序之前查找并修復(fù)或者調(diào)試那些錯(cuò)誤。
Due to an implicit conversion, the compiler was not able to call one form of an overloaded method.
因隱式轉(zhuǎn)換的緣故,編譯器無法調(diào)用重載方法的某種形式。
The compiler is allowed to move statements into a synchronized block -- just not out of it.
編譯器可以把語句移入synchronized塊——而不僅僅是把語句移出。
The. RC2 file is a great place to put your other custom resources that you do not want the Resource Compiler editing for you.
對(duì)于您不希望資源編譯器為您進(jìn)行編輯的其他自定義資源,.RC2文件是理想的放置地點(diǎn)。
Instead, the compiler could figure it out for itself using type inference.
相反,使用類型推斷,編譯器可以自己處理。
This in turn causes the compiler to ignore the renamed version when it might have been the correct choice to resolve the reference.
這也會(huì)導(dǎo)致編譯器在解析參考時(shí)忽略重新命名的版本,即使重新命名的版本可能才是正確的選擇。
Alternatively , you can supply no type arguments at all and let the compiler attempt to do type inference .
另外,也可以根本不提供類型參數(shù),而讓編譯器嘗試進(jìn)行類型推導(dǎo)。