Advanced Block Analysis

Description

In 1964's compiler, there are some optimizations that can only be achieved by knowing what code is ahead in a block of code. The purpose of the first pass is to collect this information so that the second pass can write code for these optimizations. The default setting is Yes. If this setting is set to No, there will not be a pass to collect this information.

Syntax

Advanced Block Analysis = int(0, 1, 2)

Example

Advanced Block Analysis=1

Parameters

Value Result
0 Default
1 Yes [Default]
2 No

Notes

  • Turn this on to enable the analysis compiler pass. This is an additional pass on the instructions of a block of game code. By analyzing what's ahead, the 1964 compiler is able to do more optimizations.

See Also

  • None
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License