User forums > Nightly builds
The 15 April 2007 build is out.
killerbot:
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z
To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z
For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z
The 15 April 2007 build is out.
- Windows : http://prdownload.berlios.de/codeblocks/CB_20070415_rev3858_win32.7z
- Linux :
http://prdownload.berlios.de/codeblocks/CB_20070415_rev3858_Ubuntu6.xx.deb (not yet)
http://prdownload.berlios.de/codeblocks/CB_20070415_rev3858_suse100-102.i586.rpm (not yet)
http://prdownload.berlios.de/codeblocks/CB_20070415_rev3858_fc4+5.i586.rpm (not yet)
Resolved Fixed:
* Added wxSmithContribItems plugin which adds extra items not included in base wxWidgets to wxSmith
* Added wxSmithContribItems project to automake files
* CodeSnippets 1.1.75 2007/04/14
- Again: Remove AMD64 gentoo ambiguity on finddlg wxComboBox call [NOTE by killerbot : problems was also on 64bit OpenSuse (10.2)]
Regressions/Confirmed/Annoying/Common bugs:
* toolbar-images-not-changing-state (is a wx problem/Win XP problem)
* menu items with icon not correctly aligned (since wx263) (is fixed with our special wx263/wx28 dll)
Xaviou:
Ubuntu 6.10 Amd64 .deb installer can be found here.
Nonenix:
man ubuntu amd64 is almost everytime faster than normal o.O
dr snuggles:
I noticed something weird in speed. I tried this build of Code::Blocks on two machines:
1) P4 1.7 GHz 512MB ram. CB uses 50~100MB ram and everything goes slow, including typing text.
2) AMD 4000+, 2GB ram. CB uses 50~100MB ram and everything goes awesomely fast, including typing text.
It feels like the second machine is at least 10 times faster, while there should not be so much difference. Executing a simple program on the first machine goes about 40 times faster. Compile time on the second machine is not measurable on the second one, while it is on the first.
What could be the main cause of this speed difference? I know the second machine has better specs, but the difference is ridiculous :D. Thanks for your answer.
Commodore64:
The difference is HUGE. P4 is one of the most inefficient processors on the earth. It was designed to work at very high clock frequencies (when people used to compare processors based on clock frequency), thus it has a very long pipeline, which makes it inefficient whenever there are conditional jumps. 1.7 GHz is a low frequency for a P4.
An Athlon 4000+ processor should be about 2.3 times faster than a 1.7GHz P4... but it is not easy to compute this ratio: you should take into account a lot of other parameters, such as memory speed, latency etc.
Another observation: from what you said, your issue is not related to Code::Blocks, because also the compiler, and your own application, are slower on the P4 machine.
Navigation
[0] Message Index
[#] Next page
Go to full version