Benchmark queues and stacks with heap allocated blocks
Queues and stacks were previously benchmarked with immediate values only, which
unfortunately partially hides the potential cost of write barriers related to
setting and clearing elements.
Partially hiding the cost of write barriers makes the queue benchmarks
unrealistic. Queues and stack are very rarely used with only immediate values.
2a653b
-
Jun 12 14:21 +00:00