Re: Native code

2003-05-29 Thread Leopold Toetsch
Daniel Grunblatt <[EMAIL PROTECTED]> wrote: > On Tuesday 27 May 2003 21:25, Bill Atkins wrote: >> Am I correct in assuming that Parrot's JIT will eventually be able to >> produce directly-executable files, like .exe's? > Yes, you are. Anything, what I might have missed? JIT 2? > Daniel. leo

Re: Native code

2003-05-29 Thread Daniel Grunblatt
On Tuesday 27 May 2003 21:25, Bill Atkins wrote: > Am I correct in assuming that Parrot's JIT will eventually be able to > produce directly-executable files, like .exe's? Yes, you are. > > Bill Daniel.

Re: Native code

2003-05-28 Thread Leopold Toetsch
Bill Atkins <[EMAIL PROTECTED]> wrote: > Am I correct in assuming that Parrot's JIT will eventually be able to produce > directly-executable files, like .exe's? Probably not via the JIT. The current approach (pbc2c.pl: producing a .c source from bytecode) seems more general. This still needs some