I've just installed a number of patches to
var-tracking-assignments-branch and
var-tracking-assignments-4_3-branch, which bring them to passing
compare-debug for all object files in both the bootstrapped compiler
and the target libraries on x86_64-linux-gnu, i686-linux-gnu and
ppc64-linux-gnu with
A nightly tester has been set up to track the performance of the
gcc/gfortran compiler (trunk) for typical CP2K runs. Results and code can
be found at:
http://cp2k.berlios.de/gfortran/
I'll consider your suggestions for improvements.
The following patch could be applied to the wwwdocs
Inde
Zdenek Dvorak wrote:
I am probably missing something:
The basic idea is enabling cfglayout mode and then ensuring that insn
stream and control flow are in sync with each other at all times. This
is required because e.g. on Itanium the final bundling happens right
after scheduling, and any extra
I'm porting some code that does a kind of JIT to translate a user script
into a dynamically created function for execution, but am having trouble
porting this to GCC and the way it implementes exceptions.
Lets say I've got
int doPUT() {
throw IOException;
}
int doGET() {
throw IOException
}
a
Questions like this should probably go to [EMAIL PROTECTED], but...
Tom Quarendon wrote:
I'm porting some code that does a kind of JIT to translate a user script
into a dynamically created function for execution, but am having trouble
porting this to GCC and the way it implementes exceptions.
David Daney wrote on 12 August 2008 18:19:
> Questions like this should probably go to [EMAIL PROTECTED]
Questions about deep compiler internals and EH abis? Seems a bit intense
for the where's-the-any-key list to me...
>> I'm porting some code that does a kind of JIT
> You don't say how yo
> "Tom" == Tom Quarendon <[EMAIL PROTECTED]> writes:
Tom> I imagine that GCJ has do to this ind of thing?
FWIW, libgcj does not include a JIT compiler.
So, no solution there, sorry.
Tom
Dave Korn wrote:
David Daney wrote on 12 August 2008 18:19:
Questions like this should probably go to [EMAIL PROTECTED]
Questions about deep compiler internals and EH abis? Seems a bit intense
for the where's-the-any-key list to me...
gcc@ is for questions about development of GCC.
gcc
On Aug 12, 2008, at 10:55 AM, Tom Tromey wrote:
"Tom" == Tom Quarendon <[EMAIL PROTECTED]> writes:
Tom> I imagine that GCJ has do to this ind of thing?
FWIW, libgcj does not include a JIT compiler.
So, no solution there, sorry.
It's OT for this list, but the LLVM JIT can generate DWARF EH
David Daney wrote on 12 August 2008 18:58:
>> Yes. The OP's question is "How do I generate .eh_frame data at runtime
>> for an arbitrary function that has no throws and no catches but may call
>> functions that throw".
>>
>
> Which is why I recommended passing -funwind-tables, which does exa
Sorry if I chose the wrong list...
It's OT for this list, but the LLVM JIT can generate DWARF EH
information on the fly. This is used by the LLVM Java and .NET
VM/runtimes: http://vmkit.llvm.org/
I have also posted similar question to LLVM list. Haven't yet been able
to check whether LLVM
On Tue, 2008-08-12 at 10:46 +0200, VandeVondele Joost wrote:
> A nightly tester has been set up to track the performance of the
> gcc/gfortran compiler (trunk) for typical CP2K runs. Results and code can
> be found at:
>
> http://cp2k.berlios.de/gfortran/
>
> I'll consider your suggestions for
FYI, Intel Software Development Emulator is available from
http://softwareprojects.intel.com/avx/
You can run AVX binaries under SDE.
--
H.J.
13 matches
Mail list logo