primitives vs cleverness vs readability
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 40 articles for 0.003 sec
Re: primitives vs cleverness vs readability     

Group: comp.lang.forth · Group Profile · Search for primitives vs cleverness vs readability in comp.lang.forth
Author: jacko
Date: Aug 11, 2008 06:42

...little reason not to use 16 bit addressing, a simple process of inserting 3*1/2 cells (on 32 bit) for a long jump would reduce most DTC pointers to half a cell. (This assumes people clever enough to place small kernals every so often in memory, or use the vocabulary system to split code into convienient blocks). On silicon stack machines, Chuck Moore certainly doesn't agree with you. ...
Show full article (2.23Kb) · Show article thread
Re: primitives vs cleverness vs readability     

Group: comp.lang.forth · Group Profile · Search for primitives vs cleverness vs readability in comp.lang.forth
Author: jacko
Date: Aug 7, 2008 15:16

... Forth with optimal hand-coded assembler primitives can evade this cost to a...at the very likely cost of readability/maintainability, as opposed to just taking...it as C and/or assembler primitives? Cheers Dave Well as cache ...had no apparent space reduction. Optimizing primitives will not gain too muh, primitive pair sequences as single words holds more potential. cheers jacko
Show full article (1.32Kb) · Show article thread
Re: primitives vs cleverness vs readability     

Group: comp.lang.forth · Group Profile · Search for primitives vs cleverness vs readability in comp.lang.forth
Author: roger.levy
Date: Aug 6, 2008 16:00

...This approach-- up-front design work coupled with objective measurement-- is superior to the mindless "I must optimize every primitive" mindset because it focuses on the system. Spending your time optimizing a primitive that takes up a tiny fraction of a system's run-time makes no sense. But you only know...
Show full article (3.25Kb) · Show article thread
Re: primitives vs cleverness vs readability     

Group: comp.lang.forth · Group Profile · Search for primitives vs cleverness vs readability in comp.lang.forth
Author: John Passaniti
Date: Aug 5, 2008 15:56

...This approach-- up-front design work coupled with objective measurement-- is superior to the mindless "I must optimize every primitive" mindset because it focuses on the system. Spending your time optimizing a primitive that takes up a tiny fraction of a system's run-time makes no sense. But you only know ...
Show full article (3.02Kb) · Show article thread
Re: primitives vs cleverness vs readability     

Group: comp.lang.forth · Group Profile · Search for primitives vs cleverness vs readability in comp.lang.forth
Author: billy
Date: Aug 4, 2008 11:33

... ounce of speed out of them at the very likely cost of readability/maintainability, as opposed to just taking the time critical stuff and coding it as C and/or assembler primitives? Ideally, if you're going to spend that kind of effort, it... settle on a design. That way your code will clearly and readably reflect a high-performance design, rather than being built for one ...
Show full article (1.03Kb) · Show article thread
Re: primitives vs cleverness vs readability     

Group: comp.lang.forth · Group Profile · Search for primitives vs cleverness vs readability in comp.lang.forth
Author: Stephen Pelc
Date: Aug 4, 2008 09:41

... compiled languages. An STC-based Forth with optimal hand-coded assembler primitives can evade this cost to a large degree, so I won't be ... last ounce of speed out of them at the very likely cost of readability/maintainability, as opposed to just taking the time critical stuff and coding it as C and/or assembler primitives? It depends what the VM is for! When MPE and Forth Inc ...
Show full article (1.48Kb) · Show article thread
Re: primitives vs cleverness vs readability     

Group: comp.lang.forth · Group Profile · Search for primitives vs cleverness vs readability in comp.lang.forth
Author: Elizabeth D Rather
Date: Aug 4, 2008 06:59

..., not the VM. That's a trap that you see endlessly here in comp.lang.forth-- a preoccupation with speed. But not speed of some concrete real-world application, but the speed of some small primitive in the system. You don't see the forrest in the trees. When we argue here, we are quite often concerned about speed. You then step in and say "there's no requirement to be ...
Show full article (2.58Kb) · Show article thread
Re: primitives vs cleverness vs readability     

Group: comp.lang.forth · Group Profile · Search for primitives vs cleverness vs readability in comp.lang.forth
Author: Thomas Pornin
Date: Aug 4, 2008 06:23

...of speed out of them at the very likely cost of readability/maintainability, as opposed to just taking the time critical stuff and coding it as C and/or assembler primitives? By definition, making your code unreadable and unmaintainable is the ... dozen hand-coded assembly instructions. Note that having a clear, readable and commented code at that point really helps in finding ...
Show full article (4.74Kb) · Show article thread
Re: primitives vs cleverness vs readability     

Group: comp.lang.forth · Group Profile · Search for primitives vs cleverness vs readability in comp.lang.forth
Author: Bernd Paysan
Date: Aug 4, 2008 06:21

... the VM. That's a trap that you see endlessly here in comp.lang.forth-- a preoccupation with speed. But not speed of some concrete real-world application, but the speed of some small primitive in the system. You don't see the forrest in the trees. When we argue here, we are quite often concerned about speed. You then step in and say "there's no requirement to be performant here". ...
Show full article (1.50Kb) · Show article thread
Re: primitives vs cleverness vs readability     

Group: comp.lang.forth · Group Profile · Search for primitives vs cleverness vs readability in comp.lang.forth
Author: John Passaniti
Date: Aug 4, 2008 00:11

... the speed of some small primitive in the system. The theory,... on speeding up all the primitives, the performance of the overall ... the very likely cost of readability/maintainability, as opposed to just ... as C and/or assembler primitives? The first step is to ... when coding in a more primitive language makes sense. If you'... core routines in a more primitive language makes sense. But before...
Show full article (2.81Kb) · Show article thread
1 · 2 · 3 · 4 · next