http://d.puremagic.com/issues/show_bug.cgi?id=5176
9999 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sibaqexozequgaba@tempomail. | |fr --- Comment #28 from 9999 <[email protected]> 2013-05-20 00:58:57 PDT --- Copying my comment from the forums so it won't get lost: (http://forum.dlang.org/post/[email protected]) Isn't the solution as easy as doing: OR PTR:[address], 0 the same way it's done for the stack? The offset it known at compile time in most cases, so the command would be required only if both: * The object is larger than target OS' guard page size. * The position is greater than target OS' guard page size, OR is unknown at compile time. Walter: "Not a bad idea." :) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
