Merge pull request #36872 from kevinz000/totally_not_a_feature

GC debugging features
This commit is contained in:
Jordan Brown
2018-04-06 10:18:24 -04:00
committed by CitadelStationBot
parent 49fd917fee
commit 0ddf202682
2 changed files with 33 additions and 2 deletions
+1
View File
@@ -8,6 +8,7 @@
#define QDEL_HINT_HARDDEL_NOW 4 //qdel should assume this object won't gc, and hard del it post haste.
#define QDEL_HINT_FINDREFERENCE 5 //functionally identical to QDEL_HINT_QUEUE if TESTING is not enabled in _compiler_options.dm.
//if TESTING is enabled, qdel will call this object's find_references() verb.
#define QDEL_HINT_IFFAIL_FINDREFERENCE 6 //Above but only if gc fails.
//defines for the gc_destroyed var
#define GC_QUEUE_PREQUEUE 1