readme

来自「一个开源的JAVA虚拟机」· 代码 · 共 26 行

TXT
26
字号
This example PVM/POL trace the life cycles of PVM/POL.  This canbe used as a debugging aid for PVM/POL developers, or as a firstexample of a working PVM/POL.The following are instructions on how to run this example:1/ . ./configure   Modify the content of configure to fit your development   environment.  Run the above command to set up the   environment before doing a make.2/ make   This builds the PVM/POL.3/ make check   This runs the test suite.  The output of the tests is    gathered in the .out files.4/ make clean   This removes all files built by "make".

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?