1
1
openmpi/opal/include
Rainer Keller b0cbeb0b41 - Add detection of __attribute__((hot)) and __attribute__((cold))
to allow explicit grouping of hot functions into similar code
   sections upon link-time. Should decrease TLB misses (iff the code-
   section is really too large)...
   Candidates for __opal_attribute_hot__ are MPI_Isend MPI_Irecv,
   MPI_Wait, MPI_Waitall
   Candidates for __opal_attribute_cold__ are MPI_Init, MPI_Finalize and
   MPI_Abort...

This commit was SVN r18421.
2008-05-10 10:38:51 +00:00
..
opal Spring cleaning -- no one is using this stuff; remove it from the tree. 2008-03-21 17:14:42 +00:00
Makefile.am Let's try this again, this time with less suck. 2006-03-12 17:56:58 +00:00
opal_config_bottom.h - Add detection of __attribute__((hot)) and __attribute__((cold)) 2008-05-10 10:38:51 +00:00
opal_stdint.h Revert the last patch. Still some warning should be issued on ia32 architectures. Looking for a fix. 2008-03-05 17:20:11 +00:00