Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Widgets - General questions or Mixed problems » cc1plus.exe: out of memory allocating 65536 bytes
Re: cc1plus.exe: out of memory allocating 65536 bytes [message #51108 is a reply to message #51102] Fri, 25 January 2019 10:19 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13984
Registered: November 2005
Ultimate Member
imos wrote on Thu, 24 January 2019 10:12
200MB all compiled files.
Exe debug version file is 126469KB.
(Windows 10 env)

Is it odd? Is there something that could be wrong?



I would recommend using MSC. GCC is great, in Linux. MINGW has two problems:

- linker is slow (in linux, it uses ld-gold and is very fast. mingw is using old ld and is terribly slow if used with BLITZ). with 200MB .exe I think MSC would fare better
- mingw thread_local implementation is terrible - that imposes severe penalty to U++ allocator performance (e.g. your code will run 10-20% slower with mingw)
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: ScrollView - a question - maybe proposal..
Next Topic: Ico to IML converter:Where is the source code?
Goto Forum:
  


Current Time: Wed Jun 12 19:17:09 CEST 2024

Total time taken to generate the page: 0.01727 seconds