📄 read_me
字号:
# @(#)READ_ME 8.1 (Berkeley) 6/6/93 This directory contains the source code for the Version 7 VAXinterpreter for Pascal. Following standard convensions, the makefilecontains four commands: px - compile px install - compile and install px in /usr/ucb clean - clean out directory print - print out a listing of pxBugs and Limitations: Runtime error messages could give far more information than theycurrently do. (eg the actual value of a subscript which is outof range) It should be possible to resume execution following many ofthe runtime errors. (eg fixed overflow, interrupt, etc)Comparison of Pascal with C compilerIn an attempt to compare compiled versus interpreted execution speedsthe 'Tower of Hanoi' benchmark (see hanoi.p, hanoi.c) was run with the following results:Data: number of disks: 16 number of moves required: 65535Compiler, Flags Compile Compile Run Run Time Factor Time FactorPi, full tests 0.4u+0.4s 1.0 42.7u 1.0Pi, no tests 0.3u+0.3s 0.7 35.2u 1.2Pc, unoptimized 3.8u+2.4s 7.7 5.3u 8.1Pc, optimized 4.4u+2.3s 8.4 4.6u 9.3C, unoptimized 1.7u+1.8s 4.4 2.8u 15.3C, optimized 2.0u+2.0s 5.0 2.5u 17.1Note: The times for Pc and C were obtained by running largerproblems and scaling the run times down appropriately.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -