[perl #38593] [TODO] JIT compiler improvements

2006-02-19 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #38593] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38593 > The JIT compiler tools/build/jit2h.pl creates src/{jit,exec}_cpu.c from src/jit/*/c

Re: [perl #38593] [TODO] JIT compiler improvements

2006-02-19 Thread Joshua Hoblitt
On Sun, Feb 19, 2006 at 03:28:32PM -0800, Leopold Toetsch wrote: > *) jit2h.pl doesn't create a .h file - a better util name couldn't harm I've renamed it to jit2c.pl and added a JIT_BUILD_TOOL var in the root makefile so the path of this utility is no longer repeated encoded. -J -- pgpR1PIdi

Re: This weeks summary, part 2

2006-02-19 Thread Ævar Arnfjörð Bjarmason
On 2/18/06, The Perl 6 Summarizer <[EMAIL PROTECTED]> wrote: > Smart match table > Robin Houston had some questions/observations about the smart match > table in synopsis 4. This is the table that describes how the smart > match ("~~") operator does its comparisons. It turns out that