﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc
35	remove volatile, add barrier	becoulet	becoulet	"We should remove and discourage use of volatile attribute as it doesn't enforce compiler and cpu access ordering and is often misused. Something like
#define volatile volatile __attribute__((deprecated))
could help.

We should add a hexo/ordering.h header file with compiler and processor/platform barrier primitives.
"	defect	closed	critical		hexo	fixed		
