>>>>> "DLN" == David L Nicol <[EMAIL PROTECTED]> writes: DLN> Just in case I'm not the only one here who doesn't know what TIL DLN> means: DLN> http://www.cs.cornell.edu/home/jgm/tilt.html i think you are mistaken. TIL means to me Threaded In Line code. the term threaded code had a meaning way before execution threads. it is a very simple way to generate executable machine code and some compilers used it. all the work was done in subroutines (as in perl) but the generated code is real machine instructions which are mostly just argument setup, sub calls and return handling. so you can see the flow 'threading' in and out of each sub. the term threaded is lost to many since the overriding use of execution threads. BTW we could generate c code that is TIL but i wonder how efficient that will be. it would allow us to get TIL on many platforms quickly and then we could create proper backend TIL generators for each platform. uri -- Uri Guttman --------- [EMAIL PROTECTED] ---------- http://www.sysarch.com SYStems ARCHitecture, Software Engineering, Perl, Internet, UNIX Consulting The Perl Books Page ----------- http://www.sysarch.com/cgi-bin/perl_books The Best Search Engine on the Net ---------- http://www.northernlight.com
- Re: RFC 35 (v1) A proposed internal base format for per... Nick Ing-Simmons
- Re: RFC 35 (v1) A proposed internal base format for per... Dan Sugalski
- Re: RFC 35 (v1) A proposed internal base format fo... Larry Wall
- Re: RFC 35 (v1) A proposed internal base format fo... Dan Sugalski
- Re: RFC 35 (v1) A proposed internal base format fo... Larry Wall
- Re: RFC 35 (v1) A proposed internal base format fo... Dan Sugalski
- Typed Intermediate Language David L. Nicol
- Re: Typed Intermediate Language Dan Sugalski
- Re: Threaded In-Line Code (was Re: Typed Intermedi... Uri Guttman
- Re: Threaded In-Line Code (was Re: Typed Intermedi... Jeremy Howard
- Re: Threaded In-Line Code (was Re: Typed Intermedi... Graham Barr
- Implementing array notation (was Re: Threaded In-L... Jeremy Howard
- Re: Threaded In-Line Code (was Re: Typed Intermedi... Dan Sugalski
- Re: Threaded In-Line Code (was Re: Typed Intermedi... Graham Barr
- Re: Threaded In-Line Code (was Re: Typed Intermedi... Chaim Frenkel
- Re: Threaded In-Line Code (was Re: Typed Intermedi... Randal L. Schwartz
- Re: Threaded In-Line Code (was Re: Typed Intermedi... Randal L. Schwartz
- Re: Threaded In-Line Code (was Re: Typed Intermedi... Chaim Frenkel
- Re: Threaded In-Line Code (was Re: Typed Intermedi... Nick Ing-Simmons