URL: https://www.overclockers.at/netzwerktechnik/ct_gt_microsoft-internet_net_26460/page_2 - zur Vollversion wechseln!
Zitat von .deRElict.vor allem wird mir nicht wohl bei dem gedanken, dass der anbieter meiner pr0n-site theoretisch Zugriff auf mein Bankkonto (das natürlich auch passport verwendet ....) hat.
Zitat von .deRElict.vor allem wird mir nicht wohl bei dem gedanken, dass der anbieter meiner pr0n-site theoretisch Zugriff auf mein Bankkonto (das natürlich auch passport verwendet ....) hat.
Zitat von rettichwas mich an den .NET programmiersprachen am meisten reizt, ist die möglichkeit, software in "intermediate language" auszuliefern und erst am zielrechner auf das system optimiert zu kompilieren -> w00t. dabei muss man zwar bei einem prozessor/mainboard-wechsel die software neu installieren/kompilieren, aber da kommt man heutzutage auch nicht drum herum.
Zitat von thatdas Generieren des optimierten Maschinencodes wird ja just-in-time gemacht.
ZitatThe runtime framework then creates the final binary code that makes up the application and executes it. The compiled IL code is used for each request until the source code is changed, at which point the cached version is invalidated and discarded.
ZitatNow when this .exe is run (commandprompt><filename>[.exe]) the MSIL is now compiled into CPU-specific code by a Just-In-Time compiler (JITer). The runtime provides one or more JIT compilers for each computer architecture that runtime operates on. This feature allows developers to write a set of MSIL that can be JIT compiled and executed on computers with different architectures. The CLR doesn’t provide interpreter to interpret the MSIL Code. Instead the MSIL Code will always run native by compiling the whole MSIL at one shot to the machine code of the underlying computer architecture. The JVM on the other hand can interpret the bytecode using a Java interpreter or can be compiled entirely to native code using a JITer.
ZitatJava byte code and MSIL are both intermediate assembly-like languages that are compiled to machine code for execution, at runtime or otherwise.
overclockers.at v4.thecommunity
© all rights reserved by overclockers.at 2000-2025