Ryo
Ryo

Reputation: 1035

GT.M - Compiler in Direct mode

I'm working with GT.M source code and read this information in mumps.hlp file :

ZCOMpile

The ZCOMPILE command invokes the GT.M compiler from within the GT.M run-time environment.

Within GT.M itself, ZCOMPILE provides the functionality of the mumps command, except for mumps -direct.

So...which compiler to be using in "mumps -direct" mode , which file store source code for this compiler ? I mean that ,when you type :

GTM> SET ^FOO="BAR"

Which compiler responsible for compiling that command

Upvotes: 0

Views: 146

Answers (1)

Sam Habiel
Sam Habiel

Reputation: 612

Ryo,

It's compiled in memory. It's not stored in any file.

--Sam

Upvotes: 2

Related Questions