Ticket #353 (closed todo: wontfix)

Opened 13 years ago

Last modified 12 years ago

fix jit 386 set_i_n

Reported by: rurban Owned by: rurban
Priority: minor Milestone:
Component: core Version:
Severity: low Keywords: i386 jit
Cc: Language:
Patch status: Platform:

Description

r5487 disabled JIT/i386 set_i_n because the jit code for N=>I does rounding, but it should be truncated.

Test in t/op/jitn.t as "set_i_n testing"

Change to truncate the int to enable it again.

Attachments

tt353-jit-i386-set_i_n.patch Download (3.8 KB) - added by rurban 13 years ago.
after tt352-jit-i386-ld.patch. makes it compile again but does not fix rounding

Change History

Changed 13 years ago by rurban

  • status changed from new to assigned

Changed 13 years ago by rurban

after tt352-jit-i386-ld.patch. makes it compile again but does not fix rounding

Changed 13 years ago by jkeenan

  • component changed from none to core

Changed 12 years ago by bacek

  • status changed from assigned to closed
  • resolution set to wontfix

Current JIT is deprecated.

Note: See TracTickets for help on using tickets.