Thread: backpathching algorithm

  1. #1
    Registered User
    Join Date
    Jan 2009
    Posts
    197

    backpathching algorithm

    hi...i wanted to implement backpatching algorithm in c++...
    but am not sure the way i shud proceed....

    can some one give me the approach or pseudocode on backpatching
    eg
    x<y or y<z
    then the three address code before backpathcing
    is
    if x<y goto------
    goto----
    if y<z goto------
    goto-----

    can someone give me the approach

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Did you not ask this very question about half an hour ago somewhere else on this board? This is not one of those "how do I write a for-loop that counts to 100 in steps of 4" type question that half the board can answer. Give someone who knows a chance to see the question...

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Implement of a Fast Time Series Evaluation Algorithm
    By BiGreat in forum C Programming
    Replies: 7
    Last Post: 12-04-2007, 02:30 AM
  2. Replies: 4
    Last Post: 12-10-2006, 07:08 PM
  3. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  4. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM