Re: Release of RosAsm V.2.025a



"randyhyde@xxxxxxxxxxxxx" <randyhyde@xxxxxxxxxxxxx> écrivait
news:1126241564.122823.314630@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:

>
> randyhyde@xxxxxxxxxxxxx wrote:
>> lbl25:
>> nop; nop; nop; nop; nop;
>> lbl26:
>>
>
> Excuse me, the syntax above is for HLA, which I used to get the code
> working to verify the size optimizations. Substitute a "|" for the ";"
> symbols between the nops. Sadly, even with only one NOP per line,
> RosAsm doesn't seem to be generating the smaller jumps, which should
> have been a no brainer.


Ass-hole, anyone wishing to see the effect of the Jumps
Size Optimizations can easily create of CopyOfRosAsm.exe,
recompile it with the Optimization, and read both sizes.

And, if i may add, anyone wishing to develop an Assembler
doing Jumps Size Optimizations, - in one single and simple
additional Computation, taking almost no time , instead of
the traditional Multi-Passes -, can take a lesson from
RosAsm Source.

One more enlightning innovation on the RosAsm side.


Betov.

< http://rosasm.org >








.



Relevant Pages

  • Re: [PATCH 0/5] ftrace: to kill a daemon
    ... On Fri, 8 Aug 2008, Mathieu Desnoyers wrote: ... I originally used jumps instead of nops, but unfortunately, they actually ... Hrm, are you sure you use a single 5-bytes nop instruction then, or do ...
    (Linux-Kernel)
  • Re: [PATCH 0/5] ftrace: to kill a daemon
    ... On Fri, 8 Aug 2008, Mathieu Desnoyers wrote: ... I originally used jumps instead of nops, but unfortunately, they actually ... Hrm, are you sure you use a single 5-bytes nop instruction then, or do ...
    (Linux-Kernel)
  • Re: [PATCH 0/5] ftrace: to kill a daemon
    ... I originally used jumps instead of nops, but unfortunately, they actually ... hurt performance more than adding nops. ... Hrm, are you sure you use a single 5-bytes nop instruction then, or do ...
    (Linux-Kernel)
  • Re: [PATCH 0/5] ftrace: to kill a daemon
    ... I originally used jumps instead of nops, but unfortunately, they actually ... predictions" you are referring to here exactly. ... between using nops and static jumps. ...
    (Linux-Kernel)
  • Re: RosAsm is the Fastest of All Actual Assemblers
    ... self-compiled RosAsm on the 500 MHz PIII machine I'm currently on. ... "fastest of all actual assemblers". ... MASM assembles the output of HLA (that is, those same 32,768 NOPs) in about 0.15 seconds. ... The reason for bringing up the speeds of these ...
    (alt.lang.asm)