<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.dosbox.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rebec123</id>
	<title>DOSBoxWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.dosbox.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rebec123"/>
	<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/Special:Contributions/Rebec123"/>
	<updated>2026-04-20T15:11:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://www.dosbox.com/wiki/index.php?title=Other_compilers&amp;diff=3967</id>
		<title>Other compilers</title>
		<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/index.php?title=Other_compilers&amp;diff=3967"/>
		<updated>2010-07-13T14:46:18Z</updated>

		<summary type="html">&lt;p&gt;Rebec123: /* Pathscale */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Free software relies heavily on the GNU Compiler Collection, '''GCC'''. GCC is a reliable and standards compiler and is free software too. However, it does not always generate the best code. Dosbox users might want to try different compilers.&lt;br /&gt;
&lt;br /&gt;
== Pathscale ==&lt;br /&gt;
&lt;br /&gt;
The Pathscale compiler (http://www.pathscale.com) is a compiler that comes under GPL license. While technically free software, it is not free of charge. It has very advanced loop vectorizers to make use of SSE instructions, and makes good use of prefetch instructions to improve effective memory bandwidth. It allows great speed gains on the video and audio processing parts of Dosbox.&lt;br /&gt;
&lt;br /&gt;
Compiling dosbox with maximum optimizations (-Ofast) does not work, it results in an error during linking. The cause of this is the interprocedural analysis option (-ipa), which is activated with -Ofast. Therefore we manually enable all optimizations activated by -Ofast, except -ipa. This is: -O3 -OPT:Ofast -fno-math-errno -ffast-math&lt;br /&gt;
&lt;br /&gt;
This, to compile Dosbox using Pathscale, you can use:&lt;br /&gt;
&lt;br /&gt;
 ./configure CC=pathcc CXX=pathCC CFLAGS=&amp;quot;-O3 -OPT:Ofast -fno-math-errno -ffast-math&amp;quot; CXXFLAGS=&amp;quot;-O3 -OPT:Ofast -fno-math-errno -ffast-math&amp;quot;&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
When the above has finished, you can enjoy a nice performance improvement in Dosbox.&lt;br /&gt;
[http://www.superiorpapers.com research paper help]&lt;/div&gt;</summary>
		<author><name>Rebec123</name></author>
	</entry>
	<entry>
		<id>https://www.dosbox.com/wiki/index.php?title=Other_compilers&amp;diff=3966</id>
		<title>Other compilers</title>
		<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/index.php?title=Other_compilers&amp;diff=3966"/>
		<updated>2010-07-13T14:45:55Z</updated>

		<summary type="html">&lt;p&gt;Rebec123: /* Pathscale */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Free software relies heavily on the GNU Compiler Collection, '''GCC'''. GCC is a reliable and standards compiler and is free software too. However, it does not always generate the best code. Dosbox users might want to try different compilers.&lt;br /&gt;
&lt;br /&gt;
== Pathscale ==&lt;br /&gt;
&lt;br /&gt;
The Pathscale compiler (http://www.pathscale.com) is a compiler that comes under GPL license. While technically free software, it is not free of charge. It has very advanced loop vectorizers to make use of SSE instructions, and makes good use of prefetch instructions to improve effective memory bandwidth. It allows great speed gains on the video and audio processing parts of Dosbox.&lt;br /&gt;
&lt;br /&gt;
Compiling dosbox with maximum optimizations (-Ofast) does not work, it results in an error during linking. The cause of this is the interprocedural analysis option (-ipa), which is activated with -Ofast. Therefore we manually enable all optimizations activated by -Ofast, except -ipa. This is: -O3 -OPT:Ofast -fno-math-errno -ffast-math&lt;br /&gt;
&lt;br /&gt;
This, to compile Dosbox using Pathscale, you can use:&lt;br /&gt;
&lt;br /&gt;
 ./configure CC=pathcc CXX=pathCC CFLAGS=&amp;quot;-O3 -OPT:Ofast -fno-math-errno -ffast-math&amp;quot; CXXFLAGS=&amp;quot;-O3 -OPT:Ofast -fno-math-errno -ffast-math&amp;quot;&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
When the above has finished, you can enjoy a nice performance improvement in Dosbox.&lt;br /&gt;
Guys,Check it &amp;lt;a href=&amp;quot;http://www.superiorpapers.com&amp;quot;&amp;gt;research papers&amp;lt;/a&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rebec123</name></author>
	</entry>
</feed>