mirror of
https://github.com/wassname/ray.git
synced 2026-08-10 12:30:14 +08:00
Various performance improvements (#24)
* switch from array to linked list for photon queue * performance optimizations * fix tests * various fixes
This commit is contained in:
committed by
Robert Nishihara
parent
1e2b3ceac9
commit
90a2aa4bf7
@@ -35,6 +35,11 @@
|
||||
|
||||
#define CHECK(COND) CHECKM(COND, "")
|
||||
|
||||
#define DCHECK(COND)
|
||||
#ifdef RAY_COMMON_DEBUG
|
||||
CHECK(COND)
|
||||
#endif
|
||||
|
||||
/* These are exit codes for common errors that can occur in Ray components. */
|
||||
#define EXIT_COULD_NOT_BIND_PORT -2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user