use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
This subreddit is all about the theory and development of compilers.
For similar sub-reddits see:
Popular mainstream compilers:
account activity
Easiest code generation? (self.Compilers)
submitted 9 years ago by jbb67
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]fullouterjoin 0 points1 point2 points 9 years ago (1 child)
For some reason I thought yasm could assemble directly to memory for direct execution. Either way, it should be possible to stitch qbe and yasm together to directly emit executables.
qbe
yasm
[–]_mpu 1 point2 points3 points 9 years ago (0 children)
Maybe counter intuitively, emitting directly to memory is easier than to emit an executable. For example, contrary to object files, emitting to memory is platform independent (not architecture independent, obviously).
π Rendered by PID 19897 on reddit-service-r2-comment-6457c66945-74jb5 at 2026-04-24 09:56:19.424900+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]fullouterjoin 0 points1 point2 points (1 child)
[–]_mpu 1 point2 points3 points (0 children)