[Issue 6752] New: Add separate option to control stack frame generation
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Oct 1 09:51:03 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6752
Summary: Add separate option to control stack frame generation
Product: D
Version: D1 & D2
Platform: x86
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: thecybershadow at gmail.com
--- Comment #0 from Vladimir Panteleev <thecybershadow at gmail.com> 2011-10-01 09:50:23 PDT ---
Currently, stack frame generation is tied to the -release command-line option.
The -release option also controls other things, such as bounds checking,
inclusion of asserts/contracts/invariants etc.
It is sometimes useful to have stack frames in an optimized executable, for
example for usage with a 3rd-party profiler. Therefore, there should be an
additional option to control just stack frame generation.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list