filesize and speed of commands

Everything else that doesn't fall into one of the other PB categories.
Ralf
Enthusiast
Enthusiast
Posts: 203
Joined: Fri May 30, 2003 1:29 pm
Location: Germany

filesize and speed of commands

Post by Ralf »

in some topics you discused about the speed of pb (pb lib commands and even the generated asm output source). can we hope to see a fast and even better (smaller and faster) asm output in future? maybe some excelent coders with asm knowledge here, can show and help fred to implent and change routines for more (even speed impovement) optimisations - this would bring us all forward :D

while reading the history file, i noticed something about splitted libraries. :?: i am very interested to know what libraries are complete splitted or not! Would be nice to have a small overview of all libraries with a small info if the librarie is splitted in each command or not :idea:
Ralf
Enthusiast
Enthusiast
Posts: 203
Joined: Fri May 30, 2003 1:29 pm
Location: Germany

Re: filesize and speed of commands

Post by Ralf »

should´nt asm be smaller and faster as C++ ?

just check following interesting link i found some minutes ago: http://blitzbasic.com/Community/posts.php?topic=39589
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

It all depends on the programmer. It is very possible to write bad ASM code just as it is possible to write bad C code :-)
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
User avatar
GedB
Addict
Addict
Posts: 1313
Joined: Fri May 16, 2003 3:47 pm
Location: England
Contact:

Post by GedB »

Ralf,

We had the same conversation here not long ago:

viewtopic.php?t=12840

C++ optimises away unused code. PB doesn't.

PB supports WYWIWYG (What you write is what you get).
Post Reply