exceptions
exceptions copied to clipboard
Create tests
Things to test
- [x] Nesting
- [x] Recursive nesting
- [x] Stack and heap integrity
- [ ] Huge gamemodes
- [ ] YSI
- [x]
CallLocalFunctionandCallRemoteFunction - [ ] Performance
Compiler options
Make a batch file that will compile the tests with the following flag combinations:
-
-O0 -d0 -
-O0 -d1 -
-O0 -d2 -
-O1 -d0 -
-O1 -d1 -
-O1 -d2
Be sure to run on both Linux and Windows.