compilation-time Questions

1

I'm trying to profile the build time of my project so I can see what's taking the most time. This seems like it should be easy... if I had every clang command listed in a file I could time each one...
Ferrite asked 1/12, 2020 at 21:2

22

I'm using Xcode 6 Beta 6. This is something that's been bugging me for some time now, but it's reaching a point where it's barely usable now. My project is starting to have a decent size of 65 Swif...

4

We're developing a C++ library with currently over 500 hundred individual .cpp files. These are each compiled and archived into a static library. Even with a parallel build, this takes some minutes...

5

I am adding text in UIlabel, & its cost to performance(i have used build time analyser using this link). how can i optimise this code ? for value in model?.offerings ?? [] { offeringsLabel.te...
Platinize asked 30/11, 2018 at 11:38

4

I have a problem with Swift compile time. Configuration: MacBook Pro (Retina, 13-inch, Mid 2014) 2,6 GHz Intel Core i5 8 GB 1600 MHz DDR3 SSD 256 (up to 800 MB/s) 1k classes 10 pods Compile time...
Neille asked 11/1, 2017 at 7:43

3

Solved

I want to ask what sort of type safety languages constructs are there on Clojure? I've read 'Practical Clojure' from Luke VanderHart and Stuart Sierra several times now, but i still have the disti...

1

Solved

How are they different? I get a bit confused because they seem to be similar concepts. How does understanding them help with optimizing compilation time?

2

I have a couple of C++ projects in a Visual Studio 2012 solution. Those projects contains a large amount of files and I use /MP to speed up the code generation. I was wondering if there's a way t...
Anole asked 15/7, 2013 at 15:6

4

I found at OpenSource code of Tizen Project the pattern that could shorten the compilation time of project. It is used in many places of the project. As an example I picked one class names ClientS...
Tuatara asked 19/12, 2015 at 10:41

1

Solved

Is there a way to output the time taken to compile a swift file during an xcode build? I would like to compile from the command line to trigger the same build xcode does but to include the time tak...
Chantal asked 20/7, 2015 at 15:13

2

Solved

Is there options, except -O0, that can speed up compilation time? It's not matter if resulting programs will be not optimised. Actually I want to just type-check large haskell package often and fa...
Lipsey asked 27/3, 2013 at 15:40

3

Solved

It is well known that If compiling takes even 15 seconds, programmers will get bored while the compiler runs and switch over to reading The Onion, which will suck them in and kill hours of produ...
Zorine asked 19/12, 2012 at 22:47

3

Solved

It seems to be a common convention not to use source files for template based classes (STL and boost) and to put the implementation into the header as well. I assume that this will increase the tim...

2

Solved

I am trying to get the compilation time of the runnable JAR file I am exporting from Eclipse. One way to do this would probably be to get the modification time of the META-INF/MANIFEST.MF file. Unf...
Adjuvant asked 29/3, 2012 at 14:39

1

Solved

In Delphi XE2 the automatically generated build numbers functionality now uses some kind of date and time generated values, like this: 2.4.4386.838 The last two numbers change each time you build...
Williwaw asked 3/1, 2012 at 22:17

4

Boost.Asio is great library but it has one huge drawback -- extreamly slow compilation times. A simple implementation (really simple) of HTTP protocol (about 1k lines of code) requires about 13.5s ...
Amiraamis asked 13/2, 2010 at 20:40

12

Solved

I am compiling 2 C++ projects in a buildbot, on each commit. Both are around 1000 files, one is 100 kloc, the other 170 kloc. Compilation times are very different from gcc (4.4) to Visual C++ (2008...
Amelina asked 12/2, 2010 at 10:51

6

I really wonder, why even recent systems of Tex/Latex do not use any caching to speed up later runs. Every time that I fix a single comma*, calling Latex costs me about the same amount of time, bec...
Busybody asked 28/4, 2010 at 0:49
1

© 2022 - 2024 — McMap. All rights reserved.