Replies: 1 comment 4 replies
-
|
This is a very nice attempt to bring a C compiler to the Commodore Plus/4 world. I tested it with YAPE and it works! update: |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Main topic of v0.9 is compile speed. With the help of a simple profiler
I was able to optimize a few performance hotspots in the scanner and in
the scanner/parser interface, resulting in more than 20% compile time
saved or more than 30% speed gained.
Also, Source code listing during compile can now be switched on and off.
Default is off; it turns out that switching off listing decreases
compile time by another ~10%.
This discussion was created from the release cc64 v0.9.
Beta Was this translation helpful? Give feedback.
All reactions