gzdoom/src/common/objects
Marisa Heit 31549997b4 Fix GC so collection rate is proportional to alloc rate
- Previous comments in dobjgc.cpp suggested that StepMul was used
  to determine how quickly garbage was collected based on how quickly
  memory was being allocated. This was not the case. Now it is.
- Remove calls to CheckGC from the thinkers. With GC running at a
  stable rate (once per frame), there should be no need to inject
  pauses into the collection process to keep it from injecting stutters
  (provided StepMul is sane). The risk of running out of memory because
  we don't run a collection pass absolutely every thinker should be
  practically zero.
- Reduce DEFAULT_GCMUL from 400 to 200, since it does what it says now
  instead of something else.
2022-01-11 13:01:31 +01:00
..
autosegs.cpp - fixed incorrect autosegs section addresses on macOS 2020-11-14 12:16:51 +02:00
autosegs.h - eliminate dependency on linking order for autosegs registration 2020-11-13 11:03:16 +02:00
dobject.cpp - whitespace cleanup, updated from Raze. 2022-01-02 12:23:42 +01:00
dobject.h - backend update from Raze. 2020-11-23 15:45:33 +01:00
dobjgc.cpp Fix GC so collection rate is proportional to alloc rate 2022-01-11 13:01:31 +01:00
dobjgc.h Fix GC so collection rate is proportional to alloc rate 2022-01-11 13:01:31 +01:00
dobjtype.cpp - fixed incorrect extension of overridden function prototype 2021-02-12 08:42:57 +01:00
dobjtype.h - Implement return type covariance for ZScript virtual functions 2020-09-27 14:18:15 +02:00