>>>>> "DS" == Dan Sugalski <[EMAIL PROTECTED]> writes: DS> How much of the current base of target ports are you willing to give up in DS> the first cut for fast? The TIL suggestion, amongst others, has the DS> potential to speed things up rather a lot, but it has the disadvantage of DS> requiring intimate knowledge of each target port. My preference is to get DS> a snappy interpreter and leave the Java JIT-equivalents to the various DS> chip/OS vendors, but I'd bet the TIL style would be faster. I don't think so. A TIL doesn't have to be machine code. A first pass for a port that does the TIL inner loop in C, should be quite portable. A faster port, that intimately understands the compiler and how to play with it, can be done at lesiure. <chaim> -- Chaim Frenkel Nonlinear Knowledge, Inc. [EMAIL PROTECTED] +1-718-236-0183
- Re: Threaded In-Line Code (was Re: Typed Intermediate L... Graham Barr
- Re: Threaded In-Line Code (was Re: Typed Intermediate L... Chaim Frenkel
- Re: Threaded In-Line Code (was Re: Typed Intermediate L... Randal L. Schwartz
- Re: Threaded In-Line Code (was Re: Typed Intermediate L... Randal L. Schwartz
- Re: Threaded In-Line Code (was Re: Typed Intermediate L... Chaim Frenkel
- Re: Threaded In-Line Code (was Re: Typed Intermediate L... Nick Ing-Simmons
- Re: Typed Intermediate Language Nick Ing-Simmons
- Re: RFC 35 (v1) A proposed internal base format for per... Chaim Frenkel
- Re: RFC 35 (v1) A proposed internal base format for per... Tim Bunce
- Re: RFC 35 (v1) A proposed internal base format for per... Larry Wall
- Re: RFC 35 (v1) A proposed internal base format for per... Chaim Frenkel
- Re: RFC 35 (v1) A proposed internal base format for per... Dan Sugalski
- Re: RFC 35 (v1) A proposed internal base format for per... Chaim Frenkel
- 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... Ken Fox
- Re: RFC 35 (v1) A proposed internal base format for per... Uri Guttman
- 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