English 中文(简体)
海湾合作委员会/欧洲防委会加速建议?
原标题:GCC/XCode speedup suggestions?

我有一台供我使用的马奇-米服务器(2.53GHz、4GB、5400RPM驱动器)。 我正在做一个小小的活。 汇编似乎需要更长的时间(现在大约20分钟)。 大约20个小档案,共计4 000条线。 它与C++/Boost有联系。

您为加快汇编进程提出了哪些建议? 胸部会更好。

最佳回答

正如其他人指出的,这种做法超出了你应期望的程度,因此在某些地方提出了问题。 分配的乞讨——视您的布局而定,它可能会改善情况或减缓(尽管我们有一个机器为每个人提供服务,但不是为自己的建筑服务)。 如果你有一个1千兆布网络,那么你可以从分配的建筑中获得额外的业绩(特别是如果你有两家零配件)。 此外,还使有预谋的头目得以实现,并同时将推动和可可头放在其中。

如果事情仍然缓慢,则值得开展活动监测,以确保你没有其他程序干预,甚至有手段获得一些更详细的信息。 你可以发现,你试图汇编网络运动方面的档案,这肯定会减缓事情。 内部 Xcode试图操作一种选择,即先处理档案,看档案内容中的内容(通过右翼飞机可查),以核实你没有编外编码。

此外,在推动下,试图将其 down倒,只找到你们所需要的东西。 分发时使用的纸浆工具只能复制你要求它使用的包裹,加上所有附属设施,因此,你不会打上你获得的笔用。

问题回答

象该系统这样的声音是闪电,这是汇编L重型C++时的一个共同问题。 海湾合作委员会在这种局势中可以是一个完整的记忆,两个海合会一能够轻易地消耗所有记忆。

Try:

defaults written com.apple.Xcode PBXNumberOfParallelBuild Subtasks 1

并且看这是否有助于。

如果是,则其他答案可能有所帮助。

将所有推动者都纳入贵项目的预谋。

我赞同Eiko。 我们重新编制项目,这些项目在较短的时间里规模很大(包括增强图书馆)。

I d 先检查记录。 你们还可以看到建筑窗口(Shift+CMD+B)或建筑菜单和建筑工程(Build Results)的原始汇编者产出。 X条码只是直截了当的电梯或压载电,这样就能使你更好地了解建筑过程中的实际情况。

有一些东西。 我们正在把更多的项目编成零时间。





相关问题
How to change out-of-focus text selection color in Xcode?

Okay, I ll bite. I ve got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible. When I am doing a project search and iterating through the results, ...

Iphone NSTimer Issue

Hi I am new to objective c. I am trying to make an app for iphone. I have a button on my view, and the click on which the function playSound is called. This is working properly. It does plays the ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

Iterating over string/strlen with umlauted characters

This is a follow-up to my previous question . I succeeded in implementing the algorithm for checking umlauted characters. The next problem comes from iterating over all characters in a string. I do ...

Xcode open two editor windows with same file

Is it possible to open the same file in two separate windows in Xcode. I can open a file in one window and the same file in the main Xcode editor window, but I wanted two separate fulltime editor ...

Forcing code signing refresh in Xcode

In our environment, we share resources across multiple projects and platforms. When building for iPhone, only a subset of those resources are needed. Since that subset is still considerable, we have ...

热门标签