Google Groups Home Help | Sign in
comp . compilers
This is a Usenet group - learn more
Find or start a Google Group about compilers.
Active older topics
2 new of 2 - May 15
2 new of 2 - May 9
7 new of 7 - May 9
1 new of 1 - May 8
1 new of 1 - May 8
7 new of 7 - May 7
5 new of 5 - May 6
2 new of 2 - May 5
1 new of 1 - May 5
6 new of 6 - May 5
Related Groups
Computer architecture.
Medium activity, Usenet
Discussion about functional languages.
Medium activity, Usenet
Theoretical Computer Science.
Low activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 11361  Older »
Description: Compiler construction, theory, etc. (Moderated)
 

What happens when linking and execution? 
  Let's say I have a shared library (libmyFile1.so) that contains a function myFunc1 and it is called by a application myApp1. I build and link the application.... cc -o myApp1 myApp1.o -L/usr/source/lib -lmyFile1 Question 1 ------------------ What does this linking actually do? Does it copy the location of myFunc1 within the libmyFile1.so?... more »
By JNLSeb  - May 15 - 1 new of 1 message    

Auto vectorization 
  Hi all: I am currently working on the auto-vectorization phase in the GCC. I have some points to discuss. 1-- How you define the profitability of auto-vectorization phase? Is it just the speed up? If we do not get any speed up over scalar code then there is no need to do auto-parallelization. 2--What are the phases or features in a compiler ( especially in the... more »
By javeria.a...@gmail.com  - May 15 - 1 new of 1 message    

CfP: 1st International Conference on Software Language Engineering (SLE 2008, Sept, Toulouse) 
  Call for Papers 1st International Conference on Software Language Engineering (SLE 2008) [link] Co-located with the 11th IEEE/ACM International Conference on Model-Driven Engineering Languages and Systems (MODELS 2008) Toulouse, France, September 29-30, 2008 ****************************** ****************************** ***************... more »
By Dragan Gasevic  - May 14 - 1 new of 1 message    

Tokenizer theory and practice 
  I'm currently thinking about lexing/tokenizing binary data and Unicode, in e.g. PDF files, and possible optimizations in LL/PEG parsers. Binary data typically comes in fixed length chunks, where the parser has to provide the length and encoding of the next token. This procedure is quite different from lexing text, that's why I prefer the term... more »
By Hans-Peter Diettrich  - May 13 - 2 new of 2 messages    

Code selection trade-offs 
  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 to translate the source code into assembler? I want to leave the issue open how the execution counts are... more »
By Tim Frink  - May 12 - 2 new of 2 messages    

Code generation for load/store packed data 
  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 bitfield type definitions). I suppose that is a well-known subject that was solved by somebody a... more »
By Nicolau Bogoevich  - May 11 - 2 new of 2 messages    

x86-64 and calling conventions 
  Well, I have my own compiler, however, I don't 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 the stack, and there is no particular relation between the registers and the... more »
By cr88192  - May 11 - 15 new of 15 messages    

ANSI C grammar LL(k) 
  Hi, is there an Ansi C grammar in LL(k) (k=1) or (k<=2)? Best regards Andre Betz
By Andre Betz  - May 11 - 2 new of 2 messages    

Introduce a C Compiler ucc 
  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 document explaining the internal implementation. If you are interested at this compiler, you can download it from... more »
By dreamAnders  - May 10 - 5 new of 5 messages    

Leftmost longest match with DFA search 
  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 to mean "anchored search") only gives you the leftmost shortest match.... more »
By Stefan Monnier  - May 10 - 8 new of 8 messages    

1 - 10 of 11361   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google