mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-30 08:00:51 +00:00
add some qfcc todos
This commit is contained in:
parent
0d4a2938a2
commit
a18b01973e
1 changed files with 6 additions and 2 deletions
|
@ -21,8 +21,12 @@ X clean up error expression handling to minimize follow on errors
|
||||||
X object oriented features ala Objective-C
|
X object oriented features ala Objective-C
|
||||||
X short circuit logic for && and || (optional?)
|
X short circuit logic for && and || (optional?)
|
||||||
X quaternion type. Tricky: requires 4 word args/return
|
X quaternion type. Tricky: requires 4 word args/return
|
||||||
o CSE optimizations. Hard?
|
X pass the first two parms in call->b and call->c
|
||||||
|
X CSE optimizations. Hard?
|
||||||
o fix local structure used/uninitialized warnings
|
o fix local structure used/uninitialized warnings
|
||||||
o arrays in entities/structures?
|
o arrays in entities/structures?
|
||||||
o try to reduce memory consumption
|
o try to reduce memory consumption
|
||||||
X pass the first two parms in call->b and call->c
|
o unnamed function parameters for prototypes/typdefs etc.
|
||||||
|
o embedded nul characters in strings
|
||||||
|
o smarter temp def handling
|
||||||
|
? "":"" string concatenation (parser issues)
|
||||||
|
|
Loading…
Reference in a new issue