Search:

Type: Posts; User: george_g

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,622

    So when we declare a varilable, the compiler...

    So when we declare a varilable, the compiler allocates memory to the stack at that point, or just gathers information of how much memory will be allocated in runtime?
  2. Replies
    6
    Views
    1,622

    Thanks again. Another (rather basic i guess)...

    Thanks again. Another (rather basic i guess) question:

    When i compile a c program in my environment i get a message which looks like : size program + min stack = 50K

    so because the total memory...
  3. Replies
    6
    Views
    1,622

    Thanks for the answer basically i try to...

    Thanks for the answer

    basically i try to remove malloc statements by declaring normal variables of fixed size. Supposing that i know the size of the required space is it ok to change a pointer...
  4. Replies
    6
    Views
    1,622

    porting C code in MIPS

    Hi,

    i am new to C programming, and want to advice you in general about good tips in order to port C code in small processors like MIPS.

    for example what is a good practice in order to replace...
Results 1 to 4 of 4