- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
during compilation of a programme in intel compiler invoked in visual studio 2008. it's taking more than 10 sec. which sholud be ideally comleted in milisecond.
how can i resolve the issue.
Regards,
Rakesh
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is no basis for expecting that a non-trivial program should be compiled in a millisecond. Even loading a modern compiler into memory takes a significant amount of time.
Nor is it possible to investigate even a valid complaint of slow compilation unless you provide a working example with which such behavior can be reproduced.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Intel compiler may link the application with static libraries, which takes time.
Linking with dynamic libraries should go faster.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page