Just to let you know that I'll be redoing INLINEOPCODEMAP support. As
currently done, it cannot possibly work reliably with modern compilers
(and is now always turned off by configure as a result). The current
design relies on C++-level labels to get access to inline opcode data.
This cannot work: gcc performs deadcode elimination and block motion,
even when not optimizing. I have a new design, but it requires a bit
more asm support. My tests on x86 show that it works there. Support
for various assemblers/architectures will have to be added or verified
on a case by case basis.
Cheers,
-- Dr. Denys Duchier Équipe Calligramme LORIA, Nancy, FRANCE - Please send submissions to hackers@mozart-oz.org and administriva mail to hackers-request@mozart-oz.org. The Mozart Oz web site is at http://www.mozart-oz.org/.