[Issue 3407] [tdpl] Compiling with -safe -release must keep all bound checks

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3407 Andrei Alexandrescu changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3407] [tdpl] Compiling with -safe -release must keep all bound checks

2009-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3407 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #1 from Don 2

[Issue 3407] [tdpl] Compiling with -safe -release must keep all bound checks

2009-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3407 --- Comment #2 from Andrei Alexandrescu 2009-10-30 07:55:56 PDT --- (In reply to comment #1) > I don't understand the reasoning behind this. The primary reason you use > -release is to turn off bounds checking, because bounds checking is *real

[Issue 3407] [tdpl] Compiling with -safe -release must keep all bound checks

2009-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3407 --- Comment #3 from Don 2009-10-30 08:38:34 PDT --- > -safe: "Do whatever the hell it takes to make sure my program never has a > memory error" > > -release: "I've tested and debugged my programs, eliminate runtime design > checks" > > Compil

[Issue 3407] [tdpl] Compiling with -safe -release must keep all bound checks

2009-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3407 --- Comment #4 from Andrei Alexandrescu 2009-10-30 08:51:31 PDT --- (In reply to comment #3) > > -safe: "Do whatever the hell it takes to make sure my program never has a > > memory error" > > > > -release: "I've tested and debugged my progra

[Issue 3407] [tdpl] Compiling with -safe -release must keep all bound checks

2009-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3407 David Simcha changed: What|Removed |Added CC||dsim...@yahoo.com --- Comment #5 from D

[Issue 3407] [tdpl] Compiling with -safe -release must keep all bound checks

2009-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3407 Leandro Lucarella changed: What|Removed |Added CC||llu...@gmail.com --- Comment #6 fr

[Issue 3407] [tdpl] Compiling with -safe -release must keep all bound checks

2009-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3407 --- Comment #7 from Andrei Alexandrescu 2009-10-30 17:21:41 PDT --- (In reply to comment #6) > LDC already have all the checks splat in different options: > > $ ldc --help > [...] > -enable-asserts - (*) Enable

[Issue 3407] [tdpl] Compiling with -safe -release must keep all bound checks

2009-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3407 --- Comment #8 from Leandro Lucarella 2009-10-30 17:45:01 PDT --- (In reply to comment #7) > (In reply to comment #6) > > LDC already have all the checks splat in different options: > > > > $ ldc --help > > [...] > > -enable-asserts

[Issue 3407] [tdpl] Compiling with -safe -release must keep all bound checks

2009-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3407 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 3407] [tdpl] Compiling with -safe -release must keep all bound checks

2009-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3407 --- Comment #11 from Leandro Lucarella 2009-11-21 14:49:14 PST --- Related SVN commit: http://www.dsource.org/projects/dmd/changeset/258 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 3407] [tdpl] Compiling with -safe -release must keep all bound checks

2009-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3407 --- Comment #12 from Andrei Alexandrescu 2009-11-22 17:33:37 PST --- (In reply to comment #10) > Will remove -safe switch and add -noboundscheck switch. @safe functions always > get bounds checked unless -noboundscheck is on. @trusted and @sys

[Issue 3407] [tdpl] Compiling with -safe -release must keep all bound checks

2009-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3407 --- Comment #13 from Walter Bright 2009-11-22 19:21:29 PST --- To me that always looks like a mistake where there are multiple switches someone forgot to put spaces in between. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.

[Issue 3407] [tdpl] Compiling with -safe -release must keep all bound checks

2009-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3407 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|