Welcome, Guest. Please login or register.

Author Topic: Commodore BASIC for UNIX and Windows  (Read 2946 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline SamuraiCrow

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2281
  • Country: us
  • Gender: Male
    • Show all replies
Re: Commodore BASIC for UNIX and Windows
« on: October 31, 2008, 07:44:28 PM »
The LLVM backend that exports C is not very well supported.  You'd be better off exporting directly to llvm bitcode and then running it under LLVM's JIT compiler or static compile to PPC/x86.

Keep in mind also that this is just an exercise in porting by software algorithm rather than by hand.  As the LLVM optimizer codes get better, so will the output codes.  Frodo emulates the C64 chipset itself.