This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patent on aligned memcpy


> 1.  The wording uses the term compiler but the description sounds like an  
> interpreter since it is "implemented in a compiler that  
> compiles different portions of code at run time into a block of code  
> that is then immediately executed".  The words "immediately executed" are  
> what leads me to this thought.

Sounds like a compiler to me.  Why can't compiled code be
"immediately executed"?

Have you heard of a Just-In-Time (JIT) compiler?  It is commonly
used for Java systems that at run-time translate byte-codes
into machine code (in mmeory) and immeditaley execute them.

Same idea, but designed to optimize a specific application (blt).

	--Per Bothner
Cygnus Solutions     bothner@cygnus.com     http://www.cygnus.com/~bothner


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]