Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] how to identify whether a variable is modified in a compoundstatement in C++, when I do the static analysis using CDT



--- On Fri, 8/1/10, Daniel Megert <daniel_megert@xxxxxxxxxx> wrote:

From: Daniel Megert <daniel_megert@xxxxxxxxxx>
Subject: Re: [jdt-dev] how to identify whether a variable is modified in a compoundstatement in C++, when I do the static analysis using CDT
To: "Eclipse JDT general developers list." <jdt-dev@xxxxxxxxxxx>
Date: Friday, 8 January, 2010, 7:53 AM

This is the JDT mailing list. Please ask your question in the CDT
newsgroup.

Dani

|------------>
| From:      |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |Siky Zhau <sikyzhao@xxxxxxxxx>                                                                                                                    |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| To:        |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |jdt-dev@xxxxxxxxxxx                                                                                                                               |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Date:      |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |08.01.2010 08:50                                                                                                                                  |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Subject:   |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |[jdt-dev] how to identify whether a variable is modified in a     compoundstatement in C++, when I do the static analysis using CDT               |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|





hello,
      I am doing the concurrency - oriented refactoring in C++. My curent
work is loop parallelism, so I need to identify whether the loop iteration
is independent or not, then i should identify  whether some variable is
modified or not. How can I do it.  I need help.

     Siky_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-dev



_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-dev


The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.

Back to the top