Changeset 18 for trunk/LazFuckIDE.lpi


Ignore:
Timestamp:
Feb 11, 2012, 9:32:25 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Optimalized execution of BrainFuck commands using array of methods instead of case statement. This can scale better for future additional commands.
  • Added: Interpretter form show speed in steps per second.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LazFuckIDE.lpi

    r15 r18  
    1919      <StringTable ProductVersion=""/>
    2020    </VersionInfo>
    21     <BuildModes Count="1">
    22       <Item1 Name="Default" Default="True"/>
     21    <BuildModes Count="2">
     22      <Item1 Name="Debug" Default="True"/>
     23      <Item2 Name="Release">
     24        <CompilerOptions>
     25          <Version Value="11"/>
     26          <PathDelim Value="\"/>
     27          <Target>
     28            <Filename Value="LazFuckIDE"/>
     29          </Target>
     30          <SearchPaths>
     31            <IncludeFiles Value="$(ProjOutDir)"/>
     32            <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
     33          </SearchPaths>
     34          <CodeGeneration>
     35            <SmartLinkUnit Value="True"/>
     36            <Optimizations>
     37              <OptimizationLevel Value="3"/>
     38            </Optimizations>
     39          </CodeGeneration>
     40          <Linking>
     41            <Debugging>
     42              <GenerateDebugInfo Value="False"/>
     43            </Debugging>
     44            <Options>
     45              <Win32>
     46                <GraphicApplication Value="True"/>
     47              </Win32>
     48            </Options>
     49          </Linking>
     50          <Other>
     51            <CompilerMessages>
     52              <MsgFileName Value=""/>
     53            </CompilerMessages>
     54            <CompilerPath Value="$(CompPath)"/>
     55          </Other>
     56        </CompilerOptions>
     57      </Item2>
    2358    </BuildModes>
    2459    <PublishOptions>
     
    113148        <StackChecks Value="True"/>
    114149      </Checks>
     150      <VerifyObjMethodCallValidity Value="True"/>
    115151    </CodeGeneration>
    116152    <Linking>
Note: See TracChangeset for help on using the changeset viewer.