Skip to content

Commit

Permalink
enable pasopt optimizations given ntvcm has a workaround now.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidly committed Jul 19, 2024
1 parent a7525b8 commit 50791fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions InterSystems Pascal-Z v4/m.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
ntvcm Pascal48 %1

rem pasopt just goes into an infinite loop writing to the output file
rem ntvcm pasopt %1.SRC
rem pasopt requires some uninitialized RAM to be non-zero to work. It depends on some other
rem app having run to initialize that memory. It's not a single byte -- it's bytes per parse
rem record spread over the array of records. NTVCM has a workaround.
ntvcm -t pasopt %1.SRC

ntvcm asmbl main,%1/rel

Expand Down

0 comments on commit 50791fc

Please sign in to comment.