<?xml version="1.0" encoding="ISO-8859-1"?>
<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
>

<channel rdf:about="http://www.talkaboutprogramming.com/group/comp.compilers/">
<title>talkaboutprogramming.com Compilers</title>
<link>http://www.talkaboutprogramming.com/group/comp.compilers/</link>
<description>$</description>
<dc:language>en-us</dc:language>
<dc:rights>Copyright 2003-2005, Talk About Network. All Rights Reserved.</dc:rights>
<dc:date>2008-05-13T16:05:07+00:00</dc:date>
<dc:publisher>TAN</dc:publisher>
<dc:creator>rss@talkaboutnetwork.com</dc:creator>
<dc:subject>Discussion</dc:subject>
<syn:updatePeriod>hourly</syn:updatePeriod>
<syn:updateFrequency>1</syn:updateFrequency>
<syn:updateBase>1970-01-01T00:00+00:00</syn:updateBase>
<items>
 <rdf:Seq>
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30825.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30816.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30814.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30813.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30810.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30809.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30806.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30805.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30804.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30798.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30797.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30796.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30792.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30791.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30790.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30787.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30785.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30784.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30781.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30780.html" />
 </rdf:Seq>
</items>
<image rdf:resource="http://tan12.talkaboutnetwork.com/images/spacer.gif" /> 
<textinput rdf:resource="http://talkaboutprogramming.com/group/comp.compilers/search.html" />
</channel>

<image rdf:about="http://tan12.talkaboutnetwork.com/images/spacer.gif">
<title>talkaboutprogramming.com Compilers</title>
<url>http://tan12.talkaboutnetwork.com/images/spacer.gif</url>
<link>http://www.talkaboutprogramming.com/group/comp.compilers/</link>
</image>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30825.html">
<title>Code selection trade-offs</title>
<link>http://www.talkaboutprogramming.com/group/comp.compilers/messages/30825.html</link>
<description>Hi,  Do you know of any works where profiling information/ static program analysis is used as a heuristic to control code selection, i.e. the (profiling) execution counts of particular code structures are influencing the choice of instructions used t...</description>
<dc:creator>Tim Frink ltplfriko@[EMAIL PROTECTED]
gt...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-12T19:37:20+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30816.html">
<title>Code generation for load/store packed data</title>
<link>http://www.talkaboutprogramming.com/group/comp.compilers/messages/30816.html</link>
<description>Hello,  I am very interested in to know how compilers generate optimized code for loading or storing data at unaligned memory locations and that located inside bitfields (i. e., like that generated by using GNU C packed attribute or packed ANSI C bit...</description>
<dc:creator>Nicolau Bogoevich ltnicolaub@[EMAIL PROT...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-11T20:27:04+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30814.html">
<title>x86-64 and calling conventions</title>
<link>http://www.talkaboutprogramming.com/group/comp.compilers/messages/30814.html</link>
<description>Well, I have my own compiler, however, I dont as of yet target x86-64.  one of the main reasons: the calling conventions used in Linux and friends are, scary...   Short Description: arguments are passed in registers, meanwhile, others may be left on ...</description>
<dc:creator>cr88192 ltcr88192@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-12T09:44:42+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30813.html">
<title>ANSI C grammar LL(k)</title>
<link>http://www.talkaboutprogramming.com/group/comp.compilers/messages/30813.html</link>
<description>Hi, is there an Ansi C grammar in LL(k) (k=1) or (k=2)? Best regards Andre Betz</description>
<dc:creator>Andre Betz ltmail@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-11T22:28:54+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30810.html">
<title>Introduce a C Compiler ucc</title>
<link>http://www.talkaboutprogramming.com/group/comp.compilers/messages/30810.html</link>
<description>ucc is an ANSI C Compiler. Its code size is about 15,000 lines. The lexer, parser and code generator are all hand-written. The code structure is very clear and straightforward. And there is an interesting value numbering algorithm. It also has a docu...</description>
<dc:creator>dreamAnders ltdream_anders@[EMAIL PROTEC...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-10T18:13:59+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30809.html">
<title>Leftmost longest match with DFA search</title>
<link>http://www.talkaboutprogramming.com/group/comp.compilers/messages/30809.html</link>
<description>Can someone point me to articles that discuss various ways to get the leftmost longest match when implementing regexp search using a DFA?  The obvious solution of turning the problem search for RE into the problem match .*RE (where I use match here t...</description>
<dc:creator>Stefan Monnier ltmonnier@[EMAIL PROTECTE...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-10T04:36:57+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30806.html">
<title>Seed7 Release 2008-05-08</title>
<link>http://www.talkaboutprogramming.com/group/comp.compilers/messages/30806.html</link>
<description>Hello,  I have released a new version of Seed7: seed7_05_20080508.tgz  In the Seed7 programming language new statements and operators can be declared easily. Types are first class objects and therefore templates/generics need no special syntax. Objec...</description>
<dc:creator>thomas.mertes@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-08T15:48:54+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30805.html">
<title>Bison conflict ?</title>
<link>http://www.talkaboutprogramming.com/group/comp.compilers/messages/30805.html</link>
<description>Hello All:  I am writing a parser to parse SQL (actually T-SQL for MS Sql Server). I am getting a shift/reduce conflict that I dont know how to solve. I know the reason of the conflict and I can give you 2 valid SQL statements that can be parsed in t...</description>
<dc:creator>judicator3@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-08T09:29:07+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30804.html">
<title>Look for GDT_PC paper from Algirdas Pakstas</title>
<link>http://www.talkaboutprogramming.com/group/comp.compilers/messages/30804.html</link>
<description>I read about GDP_PC by Algirdas Pakstas at http://compilers.iecc.com/comparch/article/92-05-030 He said the paper could be sent to everybody by E-mail. Its been 16 years now. Does anyone still have this paper or how can I contact him?  I sent an emai...</description>
<dc:creator>Tom lttxchen@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-08T01:57:56+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30798.html">
<title>For Review: C++ Performance Benchmarks</title>
<link>http://www.talkaboutprogramming.com/group/comp.compilers/messages/30798.html</link>
<description>Dear Colleagues  I would like to get your help in reviewing the initial release of an open source C++ Performance Benchmark.  These benchmarks will test compiler optimizations, language features, common programming idioms, as well as some compiler ru...</description>
<dc:creator>Chris Cox ltccox@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-05T17:25:07+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30797.html">
<title>The Flaming Thunder compiler</title>
<link>http://www.talkaboutprogramming.com/group/comp.compilers/messages/30797.html</link>
<description>Hi, Im trying to find compilers to compare the Flaming Thunder compiler (at http://www.flamingthunder.com/ ) to, which I wrote.  I think the Flaming Thunder compiler is the only single-asset n-by-n shotgun compiler in the world.  Does anyone know of ...</description>
<dc:creator>Dave Parker ltdaveparker@[EMAIL PROTECTE...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-05T14:05:57+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30796.html">
<title>History: Strahler or Ershov?</title>
<link>http://www.talkaboutprogramming.com/group/comp.compilers/messages/30796.html</link>
<description>There is a well known algorithm to compute the minimal number of registers (or stack positions) necessary to evaluate an expression tree, based on a recursive bottom up numbering of its nodes. This kind of numbering was introduced in 1952 by A. N. St...</description>
<dc:creator>Tomasz Kowaltowski lttk@[EMAIL PROTECTED...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-05T15:10:09+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30792.html">
<title>Compiler positions available for week ending May 4</title>
<link>http://www.talkaboutprogramming.com/group/comp.compilers/messages/30792.html</link>
<description>This is a digest of ``help wanted and ``position available messages received at comp.compilers during the preceding week.  Messages must advertise a position having something to do with compilers and must also conform to the guidelines periodically p...</description>
<dc:creator>comp.compilers ltcompilers@[EMAIL PROTEC...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-04T08:00:00+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30791.html">
<title>Optimization for OOP</title>
<link>http://www.talkaboutprogramming.com/group/comp.compilers/messages/30791.html</link>
<description>Hello,  Im in the beginning of writing an optimizer for an object oriented programming language. At the moment Im working on developing a list of possible optimizations that can be performed on the code. The language runs on a virtual machine.  While...</description>
<dc:creator>sgkelly4@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-03T17:53:05+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30790.html">
<title>Current references on parallel code optimization?</title>
<link>http://www.talkaboutprogramming.com/group/comp.compilers/messages/30790.html</link>
<description>Hello I am interested in knowing current any work in the area of  - - - data distribution and parallelization of compilers - - - dependence analysis      (2002+ work) - - - Parallelism transformation  Will somebody please help in getting the latest p...</description>
<dc:creator>kaps ltkaps2121@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-02T11:51:45+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30787.html">
<title>Algol 68 Genie Mark 12</title>
<link>http://www.talkaboutprogramming.com/group/comp.compilers/messages/30787.html</link>
<description>I have posted Algol 68 Genie Mark 12 at  http://www.xs4all.nl/~jmvdveer/algol.html   I would like to thank all persons who have helped over the past years. Algol68G would not be what it is without their help.   Marcel van der Veer</description>
<dc:creator>Marcel van der Veer ltalgol68g@[EMAIL PR...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-02T01:02:46+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30785.html">
<title>comp.compilers monthly message and Frequently Asked Questions</title>
<link>http://www.talkaboutprogramming.com/group/comp.compilers/messages/30785.html</link>
<description>Archive-name: compilers/faq Last-modified: $Date: 2007/04/01 17:50:03 $  This is the comp.compilers monthly message.  Changes since last month are indicated by the usual marks in the right margin.  Contents:  -- What is comp.compilers? -- How do I re...</description>
<dc:creator>compilers-request@[EMAIL PROTECTED]
 (Jo...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-01T07:00:00+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30784.html">
<title>Catalog of compilers, interpreters, and other language tools [p1</title>
<link>http://www.talkaboutprogramming.com/group/comp.compilers/messages/30784.html</link>
<description>Archive-name: compilers/free/part1 Last-modified: 2000/02/08 Version: 10.3 - pointer  The Catalog of Free Compilers and Interpreters lists freely available software for language tools, which includes the following: compilers, compiler generators, int...</description>
<dc:creator>compilers-request@[EMAIL PROTECTED]
 (co...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-01T07:00:00+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30781.html">
<title>Compiler optimizations on GPU?</title>
<link>http://www.talkaboutprogramming.com/group/comp.compilers/messages/30781.html</link>
<description>Can any one give me some broad hints on what sort of compiler optimizations are important for GPUs especially those on mobile platforms?  Do traditional heavy weight optimizations/analysis like IPA, PRE, loop transformations hold any usefulness ?  th...</description>
<dc:creator>shrey ltshreyas76@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-04-29T10:03:01+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.compilers/messages/30780.html">
<title>bddbddb usefulness</title>
<link>http://www.talkaboutprogramming.com/group/comp.compilers/messages/30780.html</link>
<description>bddbddb ( http://bddbddb.sourceforge.net/ ) makes some very interesting claims regarding the possibility of changing the way dataflow analysis can be done vs. the current practice.  Since these are strong claims I was wondering whether anyone here ha...</description>
<dc:creator>rustom ltrustompmody@[EMAIL PROTECTED]
g...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-04-28T19:38:58+00:00</dc:date>
</item>


<textinput rdf:about="http://talkaboutprogramming.com/group/comp.compilers/search.html">
<title>Search talkaboutprogramming.com Compilers</title>
<description>Search talkaboutprogramming.com Compilers</description>
<name>q</name>
<link>http://talkaboutprogramming.com/group/comp.compilers/search.html</link>
</textinput>

</rdf:RDF>
