Hi all,
To be able to configure parrot to build with icc (the intel C
compiler) one currently needs a command line which looks like this:
perl Configure.pl --cc=icc --link=icc --ld=icc
--ccflags=" -no-gcc" --ccwarn="-wd269 -Wall -Wcheck
-w2"
However, the only things which need to be specified h
Just a brief note to reassure Mark--and everyone else who's interested--
that I'm not ignoring his post...I'm just fully occupied at the moment
with other (paying) work. In the meantime I'm thinking very carefully
about what Mark suggested. I'll reply properly as soon as I am able.
Damian
On Wed, 11 Jul 2007, Paul Cochrane wrote:
> To be able to configure parrot to build with icc (the intel C
> compiler) one currently needs a command line which looks like this:
>
> perl Configure.pl --cc=icc --link=icc --ld=icc
> --ccflags=" -no-gcc" --ccwarn="-wd269 -Wall -Wcheck
> -w2"
>
> Howe
On Jul 11, 2007, at 12:37 PM, Andy Dougherty wrote:
On Wed, 11 Jul 2007, Paul Cochrane wrote:
To be able to configure parrot to build with icc (the intel C
compiler) one currently needs a command line which looks like this:
perl Configure.pl --cc=icc --link=icc --ld=icc
--ccflags=" -no-gcc"
Author: allison
Date: Wed Jul 11 12:48:01 2007
New Revision: 19789
Added:
trunk/docs/pdds/pdd15_object_metamodel.png (contents, props changed)
trunk/docs/pdds/pdd15_object_metamodel.svg (contents, props changed)
Changes in other areas also in this revision:
Modified:
trunk/MANIFEST
Author: allison
Date: Wed Jul 11 13:42:20 2007
New Revision: 19791
Modified:
trunk/docs/pdds/pdd15_object_metamodel.svg (props changed)
Changes in other areas also in this revision:
Modified:
trunk/languages/lisp/LICENSE (props changed)
Log:
Fixing svn properties.
Author: particle
Date: Wed Jul 11 13:49:04 2007
New Revision: 19792
Modified:
trunk/docs/pdds/pdd23_exceptions.pod
Changes in other areas also in this revision:
Modified:
trunk/compilers/imcc/imclexer.c
trunk/compilers/imcc/instructions.c
trunk/compilers/imcc/main.c
trunk/compilers
# New Ticket Created by Mark Glines
# Please include the string: [perl #43805]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=43805 >
C89 apparently added EXIT_SUCCESS and EXIT_FAILURE, because VMS has a
different idea of w
Thanks, applied as r19795
On Wednesday 11 July 2007 14:41:46 [EMAIL PROTECTED] wrote:
> Log:
> clean up defintion of str_dup for pbc_merge.c
That reminds me; what does str_dup() do that strdup() doesn't do, except
presumably faster and in such a way that we don't have to maintain it?
-- c
# New Ticket Created by Mark Glines
# Please include the string: [perl #43803]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=43803 >
src/binary.c:328: warning: no previous prototype for 'binary_format_number'
src/binary.c:
Applied to trunk in r19799.
On Jul 11, 2007, at 5:18 PM, chromatic wrote:
That reminds me; what does str_dup() do that strdup() doesn't do,
except
presumably faster and in such a way that we don't have to maintain it?
I don't know. I'm just replicating what the other standalone
programs that have their own str_dup
On Tuesday 10 July 2007 18:37:59 Will Coleda wrote:
> Discussion on IRC today about how we can improve the state of the GC
> system. One of the things that came up was that perhaps we shouldn't
> be poking inside PMC guts outside of src/*pmc/: instead, we should be
> using vtable access.
>
> I cur
14 matches
Mail list logo