English 中文(简体)
为什么C++把使用几乎与万国邮联联系起来?
原标题:Why does C++ linking use virtually no CPU?

关于本土的C++项目,将权利连接起来现在可能需要一分钟或两分钟。 然而,在此期间,邮联从汇编期间的100%降至几乎零。 这是否意味着连接主要是磁盘活动?

如果是的话,可持续发展司这一主要领域是否会带来大的变化? 但是,为什么在汇编后将我所有的德国移民法院档案(或尽可能多)保存在援助团,以避免这种情况? RAM 我应当能够节省大量磁盘进入,使之再次生效,没有。

www.un.org/Depts/DGACM/index_french.htm VC++的汇编者和链接者们共同更好地进行会谈,以精简各种事项,并保存网上记录,类似于http://en.wikipedia.org/wiki/Embarcadero_Delphi”rel=“nofollow noretinger”>Delphi ?

问题回答

连接实际上主要是基于磁盘的活动。 博兰·帕斯卡尔(当天的反馈)将保持整个方案记忆,因此,它将如此迅速地联系起来。

由于汇编者和链接者是单独的方案,你在援助团的档案中保存下来。 如果你们的发展环境有一个综合的编纂者和联系人(而不是作为一个单独的过程来管理),那么它实际上就可以将一切留在援助团。

但是,你将失去把发展环境与汇编者和(或)链接者分开的能力——你们必须利用同样的汇编者/联系人,你无法在环境之外管理汇编者。

您可以尝试安装其中一些RAM软磁盘设施,并将剪辑保存在RAM软盘或甚至整个项目目录上。 这应当大大加快速度。

Don: D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D. D.

视觉演播室连接器基本上属于I/O约束,但多少取决于几个变量。

  1. 逐步连接(Debug建筑群中的通向)通常需要不少于I/O。

  2. 编写亚洲开发银行的档案(文号)可以耗时很多。 这是一种特殊的瓶颈,微软在2010年成为VS的目标。 亚洲开发银行的编写工作现在同步进行。 我没有尝试过,但我听说,这可以帮助把时间相当接近。

  3. 如果你使用连接式代码(LTCG)(在单元中常见),你最初就拥有所有通常的I/O。 然后,联系人重新召集汇编者,重新制定可以进一步优化的章节的代码。 这一比例一般要高得多。 除此以外,我不知道联系人是否在单独程序中实际召集汇编员(在这种情况下,你仍然认为联系人程序使用量很低),或者汇编是在联系人程序中进行的(在这种情况下,你看到联系人进入重一/冲锋枪的阶段)。

利用SSD可以帮助I/O约束部分。 仅仅有第二次驱动力也可以有所帮助。 例如,如果您的消息来源和物体都处于一种运动之中,并且你写给您的行文,单单单单行,联系人就应当花费较少的时间等待行文撰写人。 有了第二次缝.车,我目前的团队联系时间大大缩短。

很难说的是,如果不知道联系人如何与监督厅互动,那么联系人就会这么长时间。 感谢Microsoft提供Process Monitor,因此你可以这样做。

它帮助我诊断了视频演播室的视像仪和没有来源的变幻器。





相关问题
Undefined reference

I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...

C++ Equivalent of Tidy

Is there an equivalent to tidy for HTML code for C++? I have searched on the internet, but I find nothing but C++ wrappers for tidy, etc... I think the keyword tidy is what has me hung up. I am ...

Template Classes in C++ ... a required skill set?

I m new to C++ and am wondering how much time I should invest in learning how to implement template classes. Are they widely used in industry, or is this something I should move through quickly?

Print possible strings created from a Number

Given a 10 digit Telephone Number, we have to print all possible strings created from that. The mapping of the numbers is the one as exactly on a phone s keypad. i.e. for 1,0-> No Letter for 2->...

typedef ing STL wstring

Why is it when i do the following i get errors when relating to with wchar_t? namespace Foo { typedef std::wstring String; } Now i declare all my strings as Foo::String through out the program, ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

Window iconification status via Xlib

Is it possible to check with the means of pure X11/Xlib only whether the given window is iconified/minimized, and, if it is, how?

热门标签