Ticket #78 (closed cage: wontfix)

Opened 13 years ago

Last modified 12 years ago

Remove executable code from src/jit/<ARCH>/jit_emit.h

Reported by: whiteknight Owned by:
Priority: normal Milestone:
Component: core Version:
Severity: low Keywords:
Cc: Language:
Patch status: Platform: all

Description

From RT#38929.

Currently, there is a lot of executable code in src/jit/<ARCH>/jit_emit.h. I have created corresponding .c files for each architecture in src/jit/<ARCH>/jit_defs.c, and have made sure these files are included in the build. I have also updated the amd64 (r34163) and the i386 (ongoing) platforms.

These are currently the only two platforms that I have development access to. Here are the others: alpha, arm, hppa, ia64, mips, ppc, sun4. If anybody else could help with similar changes on other platforms, it would be appreciated.

Change History

Changed 12 years ago by bacek

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

Current JIT is deprecated.

Note: See TracTickets for help on using tickets.