From: Enoch <ix...@ho...> - 2013-03-03 01:01:32
|
"Michael Kalus" <mi-...@t-...> writes: > Hi. > > Am 02.03.2013 um 21:27 schrieb Enoch: > >> : .s ( -- ) \ stack picture listing order >> depth >> begin dup while dup pick . 1- repeat >> drop >> ; > > Maybe you want to have that in assembler. mk Hello Michael, I believe that we should have things coded in asm only when there is a distinct advantage to it. During development I annotate my code with numerous "stack pictures" (aka program verification invariants) and some .s printouts (tracepoints) to confirm. I didn't understand why I have to read those printouts in reverse, but not any more :-) Regards, Enoch. > > > -------------- next part -------------- > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb |