# 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
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
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