Changeset 86 for trunk/UTarget.pas


Ignore:
Timestamp:
Aug 29, 2017, 5:12:18 PM (7 years ago)
Author:
chronos
Message:
  • Added: New optimization using relative indexes to eliminate lots of pointer inc/dec operations.
  • Added: New command "multiply" extended command to replace while loops used for cell multiplication. Also added related optimization.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTarget.pas

    r84 r86  
    410410  I: Integer;
    411411begin
    412   if CompilerPath = '' then Exit;
    413 
    414412  CompiledFile := ExtractFilePath(ProjectFileName) +
    415413    'compiled' + DirectorySeparator + Name + DirectorySeparator +
Note: See TracChangeset for help on using the changeset viewer.