Re: [AD] proposed patch for nicer asm symbols exports |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Fri, Aug 20, 2004, Chris wrote:
> Sam Hocevar wrote:
> > No, only the text segment (== the code and various constant stuff) is
> >shared across programs.
>
> Oh, ok. Still, what about stretch_blit? That uses self-modifying code on
> x86 asm.
I couldn't find the code you are talking about, but I think it is
rather self-generated code (generated on a data segment). If it really
is self-modifying code, it is probably copied to a data segment before
being run.
--
Sam.