comparison VMS.h @ 156:b86c54dfb19f

smaller Hists for malloc, free and plugin
author Merten Sach <msach@mailbox.tu-berlin.de>
date Thu, 06 Oct 2011 15:55:42 +0200
parents c433e4524281
children d7c0c0a8187a c1784868dcea
comparison
equal deleted inserted replaced
70:cbfd37af171a 71:33485882cf78
74 74
75 75
76 //========================= Hardware related Constants ===================== 76 //========================= Hardware related Constants =====================
77 //This value is the number of hardware threads in the shared memory 77 //This value is the number of hardware threads in the shared memory
78 // machine 78 // machine
79 #define NUM_CORES 8 79 //#define NUM_CORES 8
80 80
81 // tradeoff amortizing master fixed overhead vs imbalance potential 81 // tradeoff amortizing master fixed overhead vs imbalance potential
82 // when work-stealing, can make bigger, at risk of losing cache affinity 82 // when work-stealing, can make bigger, at risk of losing cache affinity
83 #define NUM_SCHED_SLOTS 5 83 #define NUM_SCHED_SLOTS 5
84 84