Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] suggestion to new platform - freezing facility

I felt that eclipse is too slow in the real time work.

 

The reason may be,

 

1.                   Since the eclipse is written as memory efficient code, it takes lot of time to load and reload into memory.

2.                   If we switch to different app and then come back to eclipse again it takes lot of time for eclipse to get back to normal state

3.                   The dynamic nature of eclipse for plug-ins

 

Possible solution,

 

1.                   Providing new option in the eclipse to freeze the current state, with all plug-ins installed.

 

Freezing -> This will basically create a static code of the eclipse without any runtime facility, which the user can use for later work

           

                        If the user wants to add any plug-ins then let him to add those to the original eclipse and freeze again to work with.

 

Implementation suggestion,

 

            Anyway I am not good at giving any good implementation technique. Even I don’t know much about eclipse to give the suggestion. But I am thinking about

            this.


Back to the top