quakeforge/tools/qfcc
Bill Currie 1985b6d4fd Avoid creating a struct temp for ivar struct return
This fixed the uninitialized temp warning in HUD.r. The problem was
caused by the flow analyzer not being able to detect that the struct
temp was being initialized by the move statement due to the address of
the temp being in a pointer temp. While it would be good to use a
constant pointer for the address of the struct temp or improving the
flow analyzer to track actual data, avoiding the temp in the first place
results in nicer code as it removes a move statement.
2020-02-15 23:49:12 +09:00
..
doc Add support for \? to qc strings. 2018-08-19 19:31:52 +09:00
include Avoid creating a struct temp for ivar struct return 2020-02-15 23:49:12 +09:00
source Avoid creating a struct temp for ivar struct return 2020-02-15 23:49:12 +09:00
test Avoid creating a struct temp for ivar struct return 2020-02-15 23:49:12 +09:00
AUTHORS more mailing list corrections 2003-07-12 21:50:22 +00:00
bootstrap scary, but the only changes qfcc needed to build as part of quakeforge was 2002-01-22 05:48:03 +00:00
configure.in fix CPP_NAME for independently built qfcc 2002-06-04 20:43:11 +00:00
Makefile.am Add a test harness for qfcc. 2012-11-22 21:59:01 +09:00
TODO Update TODO 2019-06-09 21:37:46 +09:00