Author Topic: HJWasm 2.31 release  (Read 20021 times)

mineiro

  • Member
  • ****
  • Posts: 958
Re: HJWasm 2.31 release
« Reply #60 on: May 19, 2017, 04:38:56 AM »
thank you johnsa;
just to feedback you, I have tested hasm with agner fog file PMCTestB64.asm to measure code and works fine.
I'd rather be this ambulant metamorphosis than to have that old opinion about everything

johnsa

  • Member
  • ****
  • Posts: 893
    • Uasm
Re: HJWasm 2.31 release
« Reply #61 on: May 19, 2017, 06:00:13 AM »
Excellent! glad to hear it  :t

GoneFishing

  • Member
  • *****
  • Posts: 1072
  • Gone fishing
Re: HJWasm 2.31 release
« Reply #62 on: May 30, 2017, 02:51:07 AM »
Hi JOHNSA,

Back to your test  case from Reply #54 .
Does nix1 test app exit normally for you ? No SEGFAULT ?


 

johnsa

  • Member
  • ****
  • Posts: 893
    • Uasm
Re: HJWasm 2.31 release
« Reply #63 on: May 31, 2017, 10:00:18 AM »
No it doesn't run properly, there is some nonsense code in there reading from bad memory like [rax], it was just an example of the types of invoke/parameter combinations that i was using to verify the invoke generation.
I've put Lin64_2 and Lin64_3 in the package as samples and there are 1 or 2 system v fixes ready too for 2.35 which will be out very shortly (like in a day or so).

GoneFishing

  • Member
  • *****
  • Posts: 1072
  • Gone fishing
Re: HJWasm 2.31 release
« Reply #64 on: May 31, 2017, 07:00:18 PM »
Thanks,  JOHNSA

It makes sense now. Anyway your UASM is far far ahead of my expectations and needs .

nidud

  • Member
  • *****
  • Posts: 2388
    • https://github.com/nidud/asmc
Re: HJWasm 2.31 release
« Reply #65 on: June 21, 2017, 12:13:14 AM »
deleted
« Last Edit: February 26, 2022, 12:42:50 AM by nidud »

johnsa

  • Member
  • ****
  • Posts: 893
    • Uasm
Re: HJWasm 2.31 release
« Reply #66 on: June 22, 2017, 06:24:25 PM »
Good find,

It sounds like a fair 5% gain when running across a set of files! I'll move the check into ProcessFile then.