Re: [cc65] The most critical operations of the C runtime

From: Oliver Schmidt <ol.sc1web.de>
Date: 2007-09-13 12:35:52
Hi Emanuele,

> Does it make sense or do you think that the the most critical
> operations are so short that the overhead would be too big anyway?

Generally this heavily depends on the application. But when looking
for a generic approach two things come into my mind:

1. Video output. You could think about an operation that outputs a
whole string on the video screen.

2. File I/O. You could create operations that route the POSIX file I/O
APIs open/close/read/write directly to the underlying Host filesystem.
This would allow for dynamic module loading and thus support for
loadable drivers.

Just my two cents, Oliver
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Thu Sep 13 12:36:05 2007

This archive was generated by hypermail 2.1.8 : 2007-09-13 12:36:08 CEST