Thread: Definition question

  1. #1
    Registered User
    Join Date
    Oct 2008
    Posts
    75

    Definition question

    What does resolving memory mean ?

    Context: Resolving any virtual memory access without the help of the TLB requires three separate main memory accesses.

    Thanks.

  2. #2
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    "Resolving" is a fairly common english word which essentially means "to tie up loose ends or complete properly" but has some other nuances (look here). I do not think it has any special meaning in computer programming, so that one sentence is not much context to work with.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  3. #3
    Registered User
    Join Date
    Oct 2008
    Posts
    75
    thanks.

    Your definition helped me understand it.
    I had previously looked in dictionary.com but that did not help me much.

  4. #4
    Registered User
    Join Date
    Sep 2008
    Location
    Toronto, Canada
    Posts
    1,834
    In my opinion, use of the the word "resolve" in this context is computerese. It means to "convert or transform" (that part is definition #4) into a physical memory address from the virtual address.

    If a linking process complains about being unable to resolve a symbol, it means it can not find it.

    When someone is talking about how to resolve memory leaks, they are really saying "how to solve/fix". The word is used all over the place.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Question about "extern"-clarification
    By Programmer_P in forum C++ Programming
    Replies: 23
    Last Post: 08-30-2009, 11:37 AM
  2. another do while question
    By kbpsu in forum C++ Programming
    Replies: 3
    Last Post: 03-23-2009, 12:14 PM
  3. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  4. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  5. Header files
    By borland_man in forum C++ Programming
    Replies: 14
    Last Post: 02-22-2002, 04:30 AM