Results 1 - 15 of about 3760 sawaal for "compiler"
compiler: In programming, a compiler takes human readable source code and converts it into the binary code that the computer can understand. Key point: A compiler is a form of lossy compression Java binaries in an effort to hide the original source code.Some compilers do leave human-readable symbols behind for debugging purposes. They wont reveal the original source, but can still be useful
Posted in
Electronics & Gadgets by Raksha at 11:00 PM on April 16, 2008
A program that translates source code into object code. The compiler derives its name from the way it works, looking at the entire piece of source code and collecting and reorganizing the instructions. Thus, a compiler differs from an interpreter, which analyzes and executes each line of source code in succession, without looking at the entire program. The advantage of interpreters
Posted in
Computers & Technology by Sid at 7:48 PM on May 29, 2008
Well Sona , The GNU Compiler Collection GCC is a set of compilers produced for various programming languages by the GNU Project. GCC is a key component of the GNU toolchain. As well as being the official compiler of the GNU system, GCC has been adopted as the standard compiler by most other modern Unix-like computer operating systems, including Linux, the BSD family and Mac OS X. GCC has been ported
Posted in
Computers & Technology by sona rane at 11:48 PM on May 01, 2008
An interpreter translates some form of source code into a target representation that it can immediately execute and evaluate. The structure of the interpreter is similar to that of a compiler, but the amount of time it takes to produce the executable representation will vary as will the amount of optimization.Compiler characteristics:- spends a lot of time analyzing and processing the program
Posted in
Computers & Technology by rocky singh at 2:09 PM on June 26, 2008
:Since Linux is an open source operating system, it comes with all of the development tools required to compile software. While most of the packages that you work with will be provided as binary RPMs, you are not limited to only those packages. If you wish, you can download the raw source code and custom-compile it for your system.You should be cautious about compiling from source on a production system as it may
Posted in
Computers & Technology by saurabh at 4:20 AM on October 03, 2008
They are both similar as they achieve similar purposes, but inherently different as to how they achieve that purpose. Compiled code takes programs source written in some kind of programming language, and then ultimately translates it into object code or machine language. Compiled code does the work much more efficiently, because it produces a complete machine language program, which can then be executed
Posted in
Computers & Technology by Riya Sharma at 10:19 PM on October 06, 2008
dependence by allowing the same code to run on different platforms. Bytecode may often be either directly executed on a virtual machine i.e. interpreter, or it may be further compiled into machine code number of values to be permanently unimplemented.The most common language targeting Java Virtual Machine by producing Java bytecode is Java. Originally only one compiler existed, the javac compiler from
Posted in
Computers & Technology by rocky singh at 3:36 AM on June 26, 2008
> compiles that code into a bytecode. Then, the bytecode is compiled> native windows code... Right?>> Its possible to do this with a Java compiler, right? To compile java> bytecode into native code:Hope it will help you out.....NET takes code written in VB, V C, C, etc. and> compiles that code into a bytecode. Then, the bytecode is compiled> native windows code... Right?>> Its possible to do
Posted in
Computers & Technology by MARRY at 11:36 PM on June 27, 2008
:http://www.linuxplanet.com /linuxplanet/tutorials/202/1/...well;This guide describes the procedure I used to compile the Linux kernel on my workstation, which runs Redhat Linux 7.2. 1. Download kernel sourcesYou can download the latest, and then make or change the symbolic link to it asln -s linux-2.4.xx linux 2. PreparationBefore compiling the kernel, you need to gether some information about your system. You need to know what file systems
Posted in
Computers & Technology by Anwar at 10:07 PM on September 30, 2008
in the assembly during compilation. This information then can be used by the c compiler. When it encounters a call to method, it can then emit a warning indicating it is better to avoid call to an obsolete method...]void FunThe Fun method is marked with the system.ObsoleteAttribute attribute information is inserted in the assembly during compilation. This information then can be used by the c compiler. When
Posted in
Computers & Technology by Vaishnavi at 12:37 AM on June 13, 2008
. For example, Ada source code can be compiled to Java bytecode, which may then be executed by a JVM. JVMs can also be released by other companies besides Sun the developer of Java -- JVMs using the " bytecode for all platforms allows Java to be described as "compile once, run anywhere", as opposed to "write once, compile anywhere", which describes cross-platform compiled languages
Posted in
Computers & Technology by Akhilesh at 10:08 PM on September 24, 2008
in the method area of the JVM. The bytecodes for a method are executed when that method is invoked during the course of running the program. They can be executed by intepretation, just-in-time compiling, or any-in-time compiling, or any other technique that was chosen by the designer of a particular JVM.The bytecode is your program. Regardless of a JIT or Hotspot runtime, the bytecode is an important part of the size
Posted in
Computers & Technology by rocky singh at 9:30 PM on May 23, 2008
module or applet for use as part of a Web page....well,Java is an object-oriented programming language developed by Sun Microsystems in the early 1990s. Java applications are typically compiled to bytecode, although compilation to native machine code is also possible....well,Java is an object-oriented programming language developed by Sun Microsystems in the early 1990s. Java applications are typically compiled
Posted in
Computers & Technology by Kaushal at 8:32 PM on February 25, 2008
Ads by GoogleC/C Programmers neededJoin GetAFreelancer.com and bid on projects. Free and quick signup.www.GetAFreelancer.co mFind Memory LeaksInsure finds memory leaks and c...well, A C compiler, but can be very quickly and accurately understood by the computer. The original C program is called the "source code", and the resulting compiled code produced by the compiler is usually called
Posted in
Computers & Technology by Lucky Roy at 10:10 PM on January 10, 2008
JVM: Java Virtual MachineJVM is a platform-independent execution environment that converts Java bytecode into machine language and executes it. Most programming languages compile source code directly, 44, 45 or online registrationPlease visit our website i.e www.rkfma.com...Well,A Java virtual machine JVM, an implementation of the Java Virtual Machine Specification, interprets compiled Java binary
Posted in
Computers & Technology by rocky singh at 9:28 PM on May 23, 2008