Skip to content

Starting p-code interpreter seems to take 1 or 2 mins on DJGPP #26

@dufresnep

Description

@dufresnep

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions