1
1
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
..
2007-02-06 21:59:55 +00:00
2007-12-07 15:56:07 +00:00
2008-05-08 18:47:47 +00:00
2008-03-17 13:18:12 +00:00
2008-05-08 18:47:47 +00:00
2008-04-18 00:26:17 +00:00