-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Running on FreeDOS 1.3 using DJGPP.
With gnat 10.30, that does not support "gnatmake -P hac" I did (added -m 300 to not miss QEMU memory):
gnatmake src/apps/hac.adb -Isrc -Isrc/compile -I src/compile/emit -Isrc/manage -Isrc/execute
I got a hac.exe 3,171,371 bytes.
CD EXM
../hac -v2 hello.adb
compiles in .11 seconds... but take a bit more than 1 minute I think on:
Starting p-code VM interpreter....
before writing Hello world!
seems to block there for about 1 or 2 mins before showing Execution of hello.adb completed.
Similar with ../hac -v2 series.adb
compiles fast, take 1 or 2 mins before executing... then run "normal" fast.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels