And the obvious question is: why would a software machine closely emulating CISC architecture be expected to execute as efficiently on RISC machines?

princepawn you disappoint me. I used to be impressed by the clear thinking in your arguements. Nobody said that a CISC set would run well on a RISC machine. If you find someone claiming that, please post a link because I would be fascinated to see the reasons for someone claiming it. However the stated reason for a CISC VM with lots of registers is that there the VM shouldn't be crippled by bad Intel design decisions. I don't recall RISC being mentioned specifically, and I think it's fairly obvious that RISC machines are just going to have to keep up as best they can.

Does it make any sense to create a low-level machine modeled on one-architecture instead of a high-level architecture which can flexibly optimize to either architecture?

In case you missed my last paragraph, the stated intent of the parrot developers is to create a medium-to-low-level architecture that can be optimised in a machine-specific way. Why didn't you read the stated intent of the developers? You put words into their mouths-the wrong words.

Given that the proposed "low-level" architecture is probably too low for flexible optimization,

Register based machines were chosen because of the large amount of literature on optimising register based machines. Now if you read posts by the developers (as you clearly haven't), they plan to do much optimisation in the parse tree, and then save the source code along with the byte code for chances at further optimisation. You didn't read that bit, did you?

Also, I thought Parrot was not "stack-based" If that is the case then why does Overview.pod say this:

Register based machines have stacks. You don't actually know anything at all about assembler or machine design, do you?

____________________
Jeremy
I didn't believe in evil until I dated it.


In reply to Re: 3 Criticisms of the Parrot Project for Perl 6 by jepri
in thread 3 Criticisms of the Parrot Project for Perl 6 by princepawn

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.