Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Parallel indexer

Hi *,
I implemented a first version of parallel indexing on inter-project level with quite good performance improvement (at least if there are many projects in workspace) and attached my changes to https://bugs.eclipse.org/bugs/show_bug.cgi?id=351659
However, there is a much more general discussion about indexer parallelization going on in that bug, which maybe should better take place here.
Please see above bug and send your comments. And please feel free to review my changes and comment on them too.
Thanks + kind regards.
Volker


-----Ursprüngliche Nachricht-----
Von: cdt-dev-request@xxxxxxxxxxx
Gesendet: Jul 30, 2011 6:00:05 PM
An: cdt-dev@xxxxxxxxxxx
Betreff: cdt-dev Digest, Vol 77, Issue 106

Send cdt-dev mailing list submissions to
cdt-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev
or, via email, send a message with subject or body 'help' to
cdt-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
cdt-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of cdt-dev digest..."


Today's Topics:

1. Re: getting complie errors in org.eclipse.cdt.debug.mi.core
plugin (Chris Recoskie)
2. Re: C++0x docs (Nathan Ridge)
3. Re: C++0x docs (Nathan Ridge)


----------------------------------------------------------------------

Message: 1
Date: Fri, 29 Jul 2011 12:54:24 -0400
From: Chris Recoskie <recoskie@xxxxxxxxxx>
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] getting complie errors in
org.eclipse.cdt.debug.mi.core plugin
Message-ID:
<OF62E6CFE3.C6BB49D7-ON852578DC.005CD8AF-852578DC.005CE367@xxxxxxxxxx>
Content-Type: text/plain; charset="us-ascii"


It should be fixed everywhere now, if you do a fetch.

===========================
Chris Recoskie
Team Lead, IBM CDT and RDT
IBM Toronto


|------------>
| From: |
|------------>
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|Chris Recoskie/Toronto/IBM@IBMCA |
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| To: |
|------------>
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|Shaiju Nair <shaijupnairp@xxxxxxxxxxx>, "CDT General developers list." <cdt-dev@xxxxxxxxxxx> |
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Date: |
|------------>
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|07/29/2011 10:16 AM |
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Subject: |
|------------>
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|Re: [cdt-dev] getting complie errors in org.eclipse.cdt.debug.mi.core plugin |
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Sent by: |
|------------>
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|cdt-dev-bounces@xxxxxxxxxxx |
>--------------------------------------------------------------------------------------------------------------------------------------------------|





Well this is a weird one...

I removed that import because Indigo was complaining when we tried to build
that plugin because it said the import was unnecessary. With the import
removed, some people see problems, others don't. There doesn't seem to be
much rhyme or resason to it so far. I did notice the errors appear for me
when I went from a 64-bit windows JVM and 64-bit target environment to
32-bit, but which of those might have caused it I'm not sure yet.

I'll revert the commit that removed the import. Even if the import truly is
unneccessary (which it looks like it's not), that's not a "real" error. The
class file will still be runnable. Really it's just Eclipse being pedantic.

===========================
Chris Recoskie
Team Lead, IBM CDT and RDT
IBM Toronto

Inactive hide details for Shaiju Nair ---07/29/2011 01:42:42 AM---Looks
like an import statement is removed. Description Shaiju Nair
---07/29/2011 01:42:42 AM---Looks like an import statement is removed.
Description


From: Shaiju Nair <shaijupnairp@xxxxxxxxxxx>


To: "CDT General developers list." <cdt-devd@xxxxxxxxxxx>, "CDT
General developers list." <cdt-dev@xxxxxxxxxxx>


Date: 07/29/2011 01:42 AM


Subject: [cdt-dev] getting complie errors in
org.eclipse.cdt.debug.mi.core plugin


Sent by: cdt-dev-bounces@xxxxxxxxxxx






Looks like an import statement is removed.

Description Resource Path Location Type
The type Entry is not visible
RegisterManager.java /org.eclipse.cdt.debug.mi.core/cdi/org/eclipse/cdt/debug/mi/core/cdi
line 72 Java Problem
The type LinkedHashMap.Entry is not visible
RegisterManager.java /org.eclipse.cdt.debug.mi.core/cdi/org/eclipse/cdt/debug/mi/core/cdi
line 75 Java Problem

Shaiju.P
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/cdt-dev/attachments/20110729/cf1e4c29/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: graycol.gif
Type: image/gif
Size: 105 bytes
Desc: not available
URL: <https://dev.eclipse.org/mailman/private/cdt-dev/attachments/20110729/cf1e4c29/attachment.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ecblank.gif
Type: image/gif
Size: 45 bytes
Desc: not available
URL: <https://dev.eclipse.org/mailman/private/cdt-dev/attachments/20110729/cf1e4c29/attachment-0001.gif>

------------------------------

Message: 2
Date: Fri, 29 Jul 2011 18:43:46 +0000
From: Nathan Ridge <zeratul976@xxxxxxxxxxx>
To: CDT Mailing List <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] C++0x docs
Message-ID: <BLU162-w622CF968D580142DF33CFC96370@xxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"


> Hello,
>
> The C++ parser currently supports C++0x constructs. I'd like to ask on
> what documents was the C++0x support based?
>
> Is this document freely available? Or does CDT own a copy which would
> be available to CDT contributors?

The FDIS (Final Draft International Standard, which is basically the
last document issued by the committee and which is identical to the
final standard (not yet published) except perhaps for typography)
is *not* freely available (although I'm sure you can find a copy
circulating online if you want to).

However, previous revisions of the draft are freely available at

http://www.open-std.org/jtc1/sc22/wg21/docs/papers/

In particular, the last revision before the FDIS is here:

http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3242.pdf

There have been only very minor changes between this and FDIS.

Regards,
Nate.

p.s. the document number of the FDIS is n3290


------------------------------

Message: 3
Date: Fri, 29 Jul 2011 18:45:38 +0000
From: Nathan Ridge <zeratul976@xxxxxxxxxxx>
To: CDT Mailing List <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] C++0x docs
Message-ID: <BLU162-w28A17A646EF1149D6B49F996370@xxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"


> However, previous revisions of the draft are freely available at
>
> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/

This link also contains the papers describing each individual
feature that has been proposed and accepted (and some that have
not been accepted) to the standard.

Just keep in mind when looking at these that the feature may
have undergone modifications between the paper and FDIS.

Regards,
Nate.


------------------------------

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


End of cdt-dev Digest, Vol 77, Issue 106
****************************************



Back to the top