Relational Association Programming

2011-03-31 Thread Aaron Abassi
GCC mailing list readers; I am seeking persons interested in reviewing a proposed programming paradigm called Relational Association Programming (RAP). This paradigm complements the procedural programming paradigm with modular emphasis. The C programming language natively supports RAP which is dem

Relational Association Programming Paradigm

2011-03-31 Thread Aaron Abassi
GCC mailing list readers; I am seeking persons interested in reviewing a proposed programming paradigm called Relational Association Programming (RAP). This paradigm complements the procedural programming paradigm with modular emphasis. The C programming language natively supports RAP which is dem

Relational Association Programming Paradigm (URLs)

2011-04-01 Thread Aaron Abassi
Online reading http://rapp.sourceforge.net/RAP.PDF http://rapp.sourceforge.net/RAP-C.PDF C example with source http://sourceforge.net/projects/rapp/files/RAP-C/RAP-C.ZIP/download Happy coding, Aaron

Function pointer question

2011-04-17 Thread Aaron Abassi
Hello, I was wondering if someone could answer a question regarding the feasibility (this is not a request for changes to GCC) of constant function pointer inlining. This obviously would require a compiler to do an N-depth analysis of pointer assignments to confirm that the value could not change

Function pointer inlining

2011-04-17 Thread Aaron Abassi
Hello, I was wondering if someone could answer a question regarding the feasibility (this is not a request for changes to GCC) of constant function pointer inlining through a structure. This obviously would require a compiler to do an N-depth analysis of pointer assignments to confirm that the va