search for: superrc

Displaying 3 results from an estimated 3 matches for "superrc".

Did you mean: super_rc
2007 Jan 23
7
RedCloth and SuperRedCloth
...he next pressing item is SuperRedCloth.[1] This library is much faster, much cleaner, but also much smaller. I don''t plan on supporting DocBook or any other formats other than true XHTML. If you want to convert to DocBook, i''d suggest XHTML-to-DocBook. Most importantly, I want SuperRC to be small and performant. Compatibility with RedCloth 3.0.3 is very important to me as well. All of 3.0.3''s tests should come out identical to SuperRC. So, my second question: are you guys okay with SuperRC becoming RedCloth 4 eventually? Thanks for hanging in there!! _why
2012 Jun 08
1
[LLVMdev] StrongPHIElimination
...define the PHI operands into a bigger (super) RC, than what the using MI can handle. Weak PHI elim handled this by copying the PHI operands into the right RC. The Strong version omitted this, and thus produced illegal code. The PHI def-operand has the right (sub) RC at entrance of PHIElim. %vreg1:SuperRC<def> %vreg3<RC> = PHI %vreg1, %vreg2 Mul %vreg3, ... %vreg2:SuperRC<def> This type of code will let the mul instruction use a virtreg with the SuperRC, with the StrongPHIElimination. I wonder what are the purposes of the weak respective strong phi-eliminations? Do you think I...
2007 Jan 24
14
Strikethroughs and dashes
...Islands. That''s got to be en dashes. Such a cheap, no-hassle, no-worry guarantee!! Hyphens, but can be confusing to parsers. All but the first work with Trad. RedCloth. Have you encountered other sticky scenarios I can add to the tests? Maybe I can scale back the strikethroughs in SuperRC? _why