Brian Wheeler <[EMAIL PROTECTED]> wrote:
> Sigh. I'll get this right sometime!
Thanks, applied.
leo
Sigh. I'll get this right sometime!
Brian
Index: config/auto/jit.pl
===
RCS file: /cvs/public/parrot/config/auto/jit.pl,v
retrieving revision 1.33
diff -u -r1.33 jit.pl
--- config/auto/jit.pl 8 Mar 2004 08:49:05 - 1.33
++
Brian Wheeler <[EMAIL PROTECTED]> wrote:
> Here's the diff against the current CVS.
Please append the patch.
,--[ messed up ]---
| > +
| > cc_gen('config/auto/mema
|
| > On Thu, 2004-10-14 at 06:37, Leopold Toetsch wrote:
`
Sorry for the delay...work interfered with my playing and I had to
transfer my CVS repo to my x86-64 machine. I don't know if I'd
classify it as "silence thereafter..." as in the summary, but its pretty
close :)
Here's the diff against the current CVS. It doesn't mess with the
default class tha
Brian Wheeler wrote:
* cast warnings in default.pmc. Changing static int cant_do_method to
static long cant_do_method makes it compile without warnings, but its
not the right fix.
Better would be to split the return statement and the exception in the
generated code.
Below is a patch which fixes
* PARROT_CPU_ARCH is defined as "i386" and PARROT_OS_NAME is "nojit"
when jit determination fails. It now correctly (?) reports 'x86_64' and
'linux'.
* Memory alignment tests warn about a pointer size difference in cast.
A new configuration setting ptrcast is either 'int' or 'long' depending
o