[Mono-devel-list] Mano - Mono on PalmOS

Sergey Chaban serge at wildwestsoftware.com
Fri May 2 08:32:18 EDT 2003


Hello,

> so...if the 'genned code were to be called from inside an ARM routine

So interpreter must be an armlet itself?

> didn't access any variable storage outside that routine
...
> didn't need any
> OS support while it was running

Tramp code itself doesn't use any storage except for the stack (it may need to call
external routines though, e.g. to convert strings), but since it's purpose is to call
external code (platform APIs in particular) these conditions seems too limiting.

Given all of the above maybe it's better/easier to generate 68K code for trampolines?
(Here we are talking about interpreter only).

Sergey






More information about the Mono-devel-list mailing list