Filter by Technologies
Filter by Products
Filter by Tools
Development Log
-
Better code for object with address clause
When an object has an address clause whose value is known at compile time, references to this object is done directly using the address, rather than referencing indirectly through a pointer. This saves time and space.